Searched refs:UCLASS_DISPLAY (Results 1 – 22 of 22) sorted by relevance
/openbmc/u-boot/drivers/video/sunxi/ |
H A D | sunxi_de2.c | 245 ret = uclass_find_device_by_name(UCLASS_DISPLAY, in sunxi_de2_probe() 262 ret = uclass_find_device_by_name(UCLASS_DISPLAY, in sunxi_de2_probe() 281 ret = uclass_find_device_by_name(UCLASS_DISPLAY, in sunxi_de2_probe() 355 ret = uclass_find_device_by_name(UCLASS_DISPLAY, in sunxi_simplefb_setup() 368 ret = uclass_find_device_by_name(UCLASS_DISPLAY, in sunxi_simplefb_setup()
|
H A D | sunxi_lcd.c | 141 .id = UCLASS_DISPLAY,
|
H A D | sunxi_dw_hdmi.c | 388 .id = UCLASS_DISPLAY,
|
/openbmc/u-boot/drivers/video/rockchip/ |
H A D | rk3399_hdmi.c | 74 .id = UCLASS_DISPLAY,
|
H A D | rk3288_hdmi.c | 109 .id = UCLASS_DISPLAY,
|
H A D | rk3288_mipi.c | 182 .id = UCLASS_DISPLAY,
|
H A D | rk3399_mipi.c | 173 .id = UCLASS_DISPLAY,
|
H A D | rk_lvds.c | 246 .id = UCLASS_DISPLAY,
|
H A D | rk_vop.c | 277 uclass_find_device_by_ofnode(UCLASS_DISPLAY, remote, &disp); in rk_display_init()
|
H A D | rk_edp.c | 1088 .id = UCLASS_DISPLAY,
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 40 UCLASS_DISPLAY, /* Display (e.g. DisplayPort, HDMI) */ enumerator
|
/openbmc/u-boot/drivers/video/ |
H A D | display-uclass.c | 67 .id = UCLASS_DISPLAY,
|
H A D | ihs_video_out.c | 316 res = uclass_get_device_by_ofnode(UCLASS_DISPLAY, phandle_args.node, in ihs_video_out_probe()
|
H A D | mali_dp.c | 243 err = uclass_first_device(UCLASS_DISPLAY, &disp_dev); in malidp_update_timings_from_edid()
|
H A D | tda19988.c | 648 .id = UCLASS_DISPLAY,
|
H A D | logicore_dp_tx.c | 2291 .id = UCLASS_DISPLAY,
|
/openbmc/u-boot/drivers/video/meson/ |
H A D | meson_vpu.c | 129 ret = uclass_get_device(UCLASS_DISPLAY, 0, &disp); in meson_vpu_probe()
|
H A D | meson_dw_hdmi.c | 440 .id = UCLASS_DISPLAY,
|
/openbmc/u-boot/drivers/video/tegra124/ |
H A D | display.c | 343 ret = uclass_find_first_device(UCLASS_DISPLAY, &dp_dev); in display_init() 355 ret = uclass_get_device(UCLASS_DISPLAY, 0, &dp_dev); in display_init()
|
H A D | dp.c | 1615 .id = UCLASS_DISPLAY,
|
/openbmc/u-boot/drivers/video/exynos/ |
H A D | exynos_fb.c | 651 ret = uclass_first_device(UCLASS_DISPLAY, &dp); in exynos_fb_probe()
|
H A D | exynos_dp.c | 1078 .id = UCLASS_DISPLAY,
|