Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dpanel-uclass.c51 .id = UCLASS_PANEL,
Dsimple_panel.c114 .id = UCLASS_PANEL,
Dorisetech_otm8009a.c372 .id = UCLASS_PANEL,
Draydium-rm68200.c344 .id = UCLASS_PANEL,
Dtegra.c380 ret = uclass_get_device_by_of_offset(UCLASS_PANEL, panel_node, in tegra_lcd_ofdata_to_platdata()
/external/u-boot/include/dm/
Duclass-id.h72 UCLASS_PANEL, /* Display panel, such as an LCD */ enumerator
/external/u-boot/test/dm/
Dpanel.c29 ut_assertok(uclass_first_device_err(UCLASS_PANEL, &dev)); in dm_test_panel()
/external/u-boot/drivers/video/sunxi/
Dsunxi_lcd.c111 ret = uclass_get_device(UCLASS_PANEL, 0, &cdev); in sunxi_lcd_probe()
/external/u-boot/drivers/video/rockchip/
Drk3399_mipi.c151 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_mipi_probe()
Drk3288_mipi.c160 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_mipi_probe()
Drk_lvds.c223 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_lvds_probe()
Drk_edp.c1025 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_edp_probe()
/external/u-boot/drivers/video/stm32/
Dstm32_dsi.c346 ret = uclass_first_device(UCLASS_PANEL, &priv->panel); in stm32_dsi_attach()
Dstm32_ltdc.c357 ret = uclass_first_device_err(UCLASS_PANEL, &panel); in stm32_ltdc_probe()
/external/u-boot/drivers/video/imx/
Dmxc_ipuv3_fb.c672 ret = uclass_get_device(UCLASS_PANEL, 0, &panel_dev); in ipuv3_video_probe()
/external/u-boot/drivers/video/exynos/
Dexynos_fb.c641 ret = uclass_first_device(UCLASS_PANEL, &panel); in exynos_fb_probe()
/external/u-boot/drivers/video/tegra124/
Dsor.c1053 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "nvidia,panel", in tegra_sor_ofdata_to_platdata()