Searched refs:UCLASS_DISPLAY (Results 1 – 24 of 24) sorted by relevance
/u-boot/drivers/video/sunxi/ |
A D | sunxi_de2.c | 248 ret = uclass_find_device_by_name(UCLASS_DISPLAY, in sunxi_de2_probe() 265 ret = uclass_find_device_by_name(UCLASS_DISPLAY, in sunxi_de2_probe() 284 ret = uclass_find_device_by_name(UCLASS_DISPLAY, in sunxi_de2_probe() 358 ret = uclass_find_device_by_name(UCLASS_DISPLAY, in sunxi_simplefb_setup() 371 ret = uclass_find_device_by_name(UCLASS_DISPLAY, in sunxi_simplefb_setup()
|
A D | sunxi_lcd.c | 143 .id = UCLASS_DISPLAY,
|
A D | sunxi_dw_hdmi.c | 395 .id = UCLASS_DISPLAY,
|
/u-boot/drivers/video/ |
A D | lg4573.c | 221 ret = uclass_get_device_by_driver(UCLASS_DISPLAY, in do_lgset() 324 .id = UCLASS_DISPLAY,
|
A D | display-uclass.c | 80 .id = UCLASS_DISPLAY,
|
A D | ihs_video_out.c | 317 res = uclass_get_device_by_ofnode(UCLASS_DISPLAY, phandle_args.node, in ihs_video_out_probe()
|
A D | mali_dp.c | 247 err = uclass_first_device(UCLASS_DISPLAY, &disp_dev); in malidp_update_timings_from_edid()
|
A D | tda19988.c | 650 .id = UCLASS_DISPLAY,
|
A D | logicore_dp_tx.c | 2292 .id = UCLASS_DISPLAY,
|
/u-boot/drivers/video/rockchip/ |
A D | rk3399_hdmi.c | 74 .id = UCLASS_DISPLAY,
|
A D | rk3288_hdmi.c | 111 .id = UCLASS_DISPLAY,
|
A D | rk3288_mipi.c | 183 .id = UCLASS_DISPLAY,
|
A D | rk3399_mipi.c | 174 .id = UCLASS_DISPLAY,
|
A D | rk_lvds.c | 246 .id = UCLASS_DISPLAY,
|
A D | rk_vop.c | 282 uclass_find_device_by_ofnode(UCLASS_DISPLAY, remote, &disp); in rk_display_init()
|
A D | rk_edp.c | 1099 .id = UCLASS_DISPLAY,
|
/u-boot/include/dm/ |
A D | uclass-id.h | 46 UCLASS_DISPLAY, /* Display (e.g. DisplayPort, HDMI) */ enumerator
|
/u-boot/drivers/video/meson/ |
A D | meson_vpu.c | 135 ret = uclass_get_device(UCLASS_DISPLAY, 0, &disp); in meson_vpu_probe()
|
A D | meson_dw_hdmi.c | 507 .id = UCLASS_DISPLAY,
|
/u-boot/drivers/video/tegra124/ |
A D | display.c | 347 ret = uclass_find_first_device(UCLASS_DISPLAY, &dp_dev); in display_init() 359 ret = uclass_get_device(UCLASS_DISPLAY, 0, &dp_dev); in display_init()
|
A D | dp.c | 1617 .id = UCLASS_DISPLAY,
|
/u-boot/drivers/video/exynos/ |
A D | exynos_fb.c | 653 ret = uclass_first_device(UCLASS_DISPLAY, &dp); in exynos_fb_probe()
|
A D | exynos_dp.c | 1081 .id = UCLASS_DISPLAY,
|
/u-boot/drivers/video/imx/ |
A D | mxc_ipuv3_fb.c | 613 ret = uclass_first_device(UCLASS_DISPLAY, &disp_dev); in ipuv3_video_probe()
|
Completed in 37 milliseconds