Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dpanel-uclass.c51 .id = UCLASS_PANEL,
H A Dsimple_panel.c113 .id = UCLASS_PANEL,
H A Dtegra.c380 ret = uclass_get_device_by_of_offset(UCLASS_PANEL, panel_node, in tegra_lcd_ofdata_to_platdata()
/openbmc/u-boot/include/dm/
H A Duclass-id.h68 UCLASS_PANEL, /* Display panel, such as an LCD */ enumerator
/openbmc/u-boot/test/dm/
H A Dpanel.c29 ut_assertok(uclass_first_device_err(UCLASS_PANEL, &dev)); in dm_test_panel()
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_lcd.c111 ret = uclass_get_device(UCLASS_PANEL, 0, &cdev); in sunxi_lcd_probe()
/openbmc/u-boot/drivers/video/rockchip/
H A Drk3288_mipi.c160 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_mipi_probe()
H A Drk3399_mipi.c151 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_mipi_probe()
H A Drk_lvds.c223 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_lvds_probe()
H A Drk_edp.c1025 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_edp_probe()
/openbmc/u-boot/drivers/video/stm32/
H A Dstm32_ltdc.c366 ret = uclass_first_device(UCLASS_PANEL, &panel); in stm32_ltdc_probe()
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_fb.c641 ret = uclass_first_device(UCLASS_PANEL, &panel); in exynos_fb_probe()
/openbmc/u-boot/drivers/video/tegra124/
H A Dsor.c1053 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "nvidia,panel", in tegra_sor_ofdata_to_platdata()