Searched refs:UCLASS_PANEL (Results 1 – 24 of 24) sorted by relevance
/u-boot/drivers/video/ |
A D | panel-uclass.c | 51 .id = UCLASS_PANEL,
|
A D | simple_panel.c | 118 .id = UCLASS_PANEL,
|
A D | tdo-tl070wsh30.c | 148 .id = UCLASS_PANEL,
|
A D | hx8238d.c | 192 .id = UCLASS_PANEL,
|
A D | orisetech_otm8009a.c | 364 .id = UCLASS_PANEL,
|
A D | raydium-rm68200.c | 336 .id = UCLASS_PANEL,
|
A D | tegra.c | 384 ret = uclass_get_device_by_of_offset(UCLASS_PANEL, panel_node, in tegra_lcd_of_to_plat()
|
/u-boot/board/ge/mx53ppd/ |
A D | mx53ppd_video.c | 59 ret = uclass_get_device(UCLASS_PANEL, 0, &panel); in do_enable_backlight()
|
/u-boot/include/dm/ |
A D | uclass-id.h | 80 UCLASS_PANEL, /* Display panel, such as an LCD */ enumerator
|
/u-boot/test/dm/ |
A D | panel.c | 30 ut_assertok(uclass_first_device_err(UCLASS_PANEL, &dev)); in dm_test_panel()
|
/u-boot/drivers/video/sunxi/ |
A D | sunxi_lcd.c | 113 ret = uclass_get_device(UCLASS_PANEL, 0, &cdev); in sunxi_lcd_probe()
|
/u-boot/drivers/video/rockchip/ |
A D | rk3288_mipi.c | 161 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_mipi_probe()
|
A D | rk3399_mipi.c | 152 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_mipi_probe()
|
A D | rk_lvds.c | 223 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_lvds_probe()
|
A D | rk_edp.c | 1035 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_edp_probe()
|
/u-boot/drivers/video/ti/ |
A D | tilcdc-panel.c | 165 .id = UCLASS_PANEL,
|
A D | tilcdc.c | 186 err = uclass_get_device(UCLASS_PANEL, 0, &panel); in tilcdc_probe()
|
/u-boot/board/ge/bx50v3/ |
A D | bx50v3.c | 92 ret = uclass_get_device(UCLASS_PANEL, 0, &panel); in do_enable_backlight()
|
/u-boot/board/ge/b1x5v2/ |
A D | b1x5v2.c | 135 ret = uclass_get_device(UCLASS_PANEL, 0, &panel); in b1x5v2_backlight_enable()
|
/u-boot/drivers/video/stm32/ |
A D | stm32_dsi.c | 350 ret = uclass_first_device(UCLASS_PANEL, &priv->panel); in stm32_dsi_attach()
|
A D | stm32_ltdc.c | 362 ret = uclass_first_device_err(UCLASS_PANEL, &panel); in stm32_ltdc_probe()
|
/u-boot/drivers/video/exynos/ |
A D | exynos_fb.c | 643 ret = uclass_first_device(UCLASS_PANEL, &panel); in exynos_fb_probe()
|
/u-boot/drivers/video/imx/ |
A D | mxc_ipuv3_fb.c | 623 ret = uclass_get_device(UCLASS_PANEL, 0, &panel_dev); in ipuv3_video_probe()
|
/u-boot/drivers/video/tegra124/ |
A D | sor.c | 1056 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "nvidia,panel", in tegra_sor_of_to_plat()
|
Completed in 33 milliseconds