Home
last modified time | relevance | path

Searched refs:UCLASS_VIDEO_BRIDGE (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/drivers/video/bridge/
H A Dptn3460.c29 .id = UCLASS_VIDEO_BRIDGE,
H A Dps862x.c130 .id = UCLASS_VIDEO_BRIDGE,
H A Dvideo-bridge-uclass.c133 .id = UCLASS_VIDEO_BRIDGE,
H A Danx6345.c418 .id = UCLASS_VIDEO_BRIDGE,
/openbmc/u-boot/include/dm/
H A Duclass-id.h105 UCLASS_VIDEO_BRIDGE, /* Video bridge, e.g. DisplayPort to LVDS */ enumerator
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_lcd.c87 ret = uclass_get_device(UCLASS_VIDEO_BRIDGE, 0, &cdev); in sunxi_lcd_probe()
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_fb.c673 ret = uclass_get_device(UCLASS_VIDEO_BRIDGE, 0, &bridge); in exynos_fb_probe()
H A Dexynos_dp.c980 ret = uclass_get_device(UCLASS_VIDEO_BRIDGE, 0, &dev); in exynos_dp_bridge_setup()
/openbmc/u-boot/drivers/video/tegra124/
H A Dsor.c1075 .id = UCLASS_VIDEO_BRIDGE,
H A Ddp.c1495 ret = uclass_first_device(UCLASS_VIDEO_BRIDGE, &sor); in tegra_dp_enable()