Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dpanel-uclass.c23 .id = UCLASS_PANEL,
H A Dsimple_panel.c100 .id = UCLASS_PANEL,
H A Dtegra.c380 ret = uclass_get_device_by_of_offset(UCLASS_PANEL, panel_node, in tegra_lcd_ofdata_to_platdata()
/OK3568_Linux_fs/u-boot/include/dm/
H A Duclass-id.h61 UCLASS_PANEL, /* Display panel, such as an LCD */ enumerator
/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A Drk3399_mipi.c154 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_mipi_probe()
H A Drk3288_mipi.c163 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_mipi_probe()
H A Drk_lvds.c224 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_lvds_probe()
H A Drk_edp.c1028 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_edp_probe()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dpanel-maxim-max96752f.c299 .id = UCLASS_PANEL,
H A Dpanel-rohm-bu18rl82.c345 .id = UCLASS_PANEL,
H A Drockchip_panel.c586 .id = UCLASS_PANEL,
H A Drockchip_display.c1426 ret = uclass_get_device_by_ofnode(UCLASS_PANEL, panel_ofnode, in rockchip_of_find_panel()
1444 ret = uclass_get_device_by_ofnode(UCLASS_PANEL, np_to_ofnode(panel_node), &panel_dev); in rockchip_of_find_panel()
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_fb.c642 ret = uclass_first_device(UCLASS_PANEL, &panel); in exynos_fb_probe()
/OK3568_Linux_fs/u-boot/drivers/video/tegra124/
H A Dsor.c1055 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "nvidia,panel", in tegra_sor_ofdata_to_platdata()