Searched refs:UCLASS_DISPLAY (Results 1 – 23 of 23) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/video/sunxi/ |
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()
|
D | sunxi_lcd.c | 141 .id = UCLASS_DISPLAY,
|
D | sunxi_dw_hdmi.c | 392 .id = UCLASS_DISPLAY,
|
/third_party/uboot/u-boot-2020.01/drivers/video/rockchip/ |
D | rk3399_hdmi.c | 74 .id = UCLASS_DISPLAY,
|
D | rk3288_hdmi.c | 109 .id = UCLASS_DISPLAY,
|
D | rk3399_mipi.c | 173 .id = UCLASS_DISPLAY,
|
D | rk3288_mipi.c | 182 .id = UCLASS_DISPLAY,
|
D | rk_lvds.c | 246 .id = UCLASS_DISPLAY,
|
D | rk_vop.c | 276 uclass_find_device_by_ofnode(UCLASS_DISPLAY, remote, &disp); in rk_display_init()
|
D | rk_edp.c | 1088 .id = UCLASS_DISPLAY,
|
/third_party/uboot/u-boot-2020.01/include/dm/ |
D | uclass-id.h | 42 UCLASS_DISPLAY, /* Display (e.g. DisplayPort, HDMI) */ enumerator
|
/third_party/uboot/u-boot-2020.01/drivers/video/ |
D | display-uclass.c | 80 .id = UCLASS_DISPLAY,
|
D | ihs_video_out.c | 316 res = uclass_get_device_by_ofnode(UCLASS_DISPLAY, phandle_args.node, in ihs_video_out_probe()
|
D | mali_dp.c | 243 err = uclass_first_device(UCLASS_DISPLAY, &disp_dev); in malidp_update_timings_from_edid()
|
D | tda19988.c | 648 .id = UCLASS_DISPLAY,
|
D | logicore_dp_tx.c | 2291 .id = UCLASS_DISPLAY,
|
/third_party/uboot/u-boot-2020.01/drivers/video/meson/ |
D | meson_vpu.c | 120 ret = uclass_get_device(UCLASS_DISPLAY, 0, &disp); in meson_vpu_probe()
|
D | meson_dw_hdmi.c | 503 .id = UCLASS_DISPLAY,
|
/third_party/uboot/u-boot-2020.01/drivers/video/tegra124/ |
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()
|
D | dp.c | 1615 .id = UCLASS_DISPLAY,
|
/third_party/uboot/u-boot-2020.01/drivers/video/imx/ |
D | mxc_ipuv3_fb.c | 665 ret = uclass_first_device(UCLASS_DISPLAY, &disp_dev); in ipuv3_video_probe()
|
/third_party/uboot/u-boot-2020.01/drivers/video/exynos/ |
D | exynos_fb.c | 651 ret = uclass_first_device(UCLASS_DISPLAY, &dp); in exynos_fb_probe()
|
D | exynos_dp.c | 1078 .id = UCLASS_DISPLAY,
|