Home
last modified time | relevance | path

Searched refs:UCLASS_PANEL (Results 1 – 24 of 24) sorted by relevance

/u-boot/drivers/video/
A Dpanel-uclass.c51 .id = UCLASS_PANEL,
A Dsimple_panel.c118 .id = UCLASS_PANEL,
A Dtdo-tl070wsh30.c148 .id = UCLASS_PANEL,
A Dhx8238d.c192 .id = UCLASS_PANEL,
A Dorisetech_otm8009a.c364 .id = UCLASS_PANEL,
A Draydium-rm68200.c336 .id = UCLASS_PANEL,
A Dtegra.c384 ret = uclass_get_device_by_of_offset(UCLASS_PANEL, panel_node, in tegra_lcd_of_to_plat()
/u-boot/board/ge/mx53ppd/
A Dmx53ppd_video.c59 ret = uclass_get_device(UCLASS_PANEL, 0, &panel); in do_enable_backlight()
/u-boot/include/dm/
A Duclass-id.h80 UCLASS_PANEL, /* Display panel, such as an LCD */ enumerator
/u-boot/test/dm/
A Dpanel.c30 ut_assertok(uclass_first_device_err(UCLASS_PANEL, &dev)); in dm_test_panel()
/u-boot/drivers/video/sunxi/
A Dsunxi_lcd.c113 ret = uclass_get_device(UCLASS_PANEL, 0, &cdev); in sunxi_lcd_probe()
/u-boot/drivers/video/rockchip/
A Drk3288_mipi.c161 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_mipi_probe()
A Drk3399_mipi.c152 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_mipi_probe()
A Drk_lvds.c223 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_lvds_probe()
A Drk_edp.c1035 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_edp_probe()
/u-boot/drivers/video/ti/
A Dtilcdc-panel.c165 .id = UCLASS_PANEL,
A Dtilcdc.c186 err = uclass_get_device(UCLASS_PANEL, 0, &panel); in tilcdc_probe()
/u-boot/board/ge/bx50v3/
A Dbx50v3.c92 ret = uclass_get_device(UCLASS_PANEL, 0, &panel); in do_enable_backlight()
/u-boot/board/ge/b1x5v2/
A Db1x5v2.c135 ret = uclass_get_device(UCLASS_PANEL, 0, &panel); in b1x5v2_backlight_enable()
/u-boot/drivers/video/stm32/
A Dstm32_dsi.c350 ret = uclass_first_device(UCLASS_PANEL, &priv->panel); in stm32_dsi_attach()
A Dstm32_ltdc.c362 ret = uclass_first_device_err(UCLASS_PANEL, &panel); in stm32_ltdc_probe()
/u-boot/drivers/video/exynos/
A Dexynos_fb.c643 ret = uclass_first_device(UCLASS_PANEL, &panel); in exynos_fb_probe()
/u-boot/drivers/video/imx/
A Dmxc_ipuv3_fb.c623 ret = uclass_get_device(UCLASS_PANEL, 0, &panel_dev); in ipuv3_video_probe()
/u-boot/drivers/video/tegra124/
A Dsor.c1056 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "nvidia,panel", in tegra_sor_of_to_plat()

Completed in 33 milliseconds