Searched refs:UCLASS_VIDEO_BRIDGE (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/drivers/video/bridge/ |
H A D | ptn3460.c | 29 .id = UCLASS_VIDEO_BRIDGE,
|
H A D | ps862x.c | 130 .id = UCLASS_VIDEO_BRIDGE,
|
H A D | video-bridge-uclass.c | 133 .id = UCLASS_VIDEO_BRIDGE,
|
H A D | anx6345.c | 418 .id = UCLASS_VIDEO_BRIDGE,
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 105 UCLASS_VIDEO_BRIDGE, /* Video bridge, e.g. DisplayPort to LVDS */ enumerator
|
/openbmc/u-boot/drivers/video/sunxi/ |
H A D | sunxi_lcd.c | 87 ret = uclass_get_device(UCLASS_VIDEO_BRIDGE, 0, &cdev); in sunxi_lcd_probe()
|
/openbmc/u-boot/drivers/video/exynos/ |
H A D | exynos_fb.c | 673 ret = uclass_get_device(UCLASS_VIDEO_BRIDGE, 0, &bridge); in exynos_fb_probe()
|
H A D | exynos_dp.c | 980 ret = uclass_get_device(UCLASS_VIDEO_BRIDGE, 0, &dev); in exynos_dp_bridge_setup()
|
/openbmc/u-boot/drivers/video/tegra124/ |
H A D | sor.c | 1075 .id = UCLASS_VIDEO_BRIDGE,
|
H A D | dp.c | 1495 ret = uclass_first_device(UCLASS_VIDEO_BRIDGE, &sor); in tegra_dp_enable()
|