Searched refs:UCLASS_PANEL (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | panel-uclass.c | 23 .id = UCLASS_PANEL,
|
| H A D | simple_panel.c | 100 .id = UCLASS_PANEL,
|
| H A D | tegra.c | 380 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 D | uclass-id.h | 61 UCLASS_PANEL, /* Display panel, such as an LCD */ enumerator
|
| /OK3568_Linux_fs/u-boot/drivers/video/rockchip/ |
| H A D | rk3399_mipi.c | 154 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_mipi_probe()
|
| H A D | rk3288_mipi.c | 163 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_mipi_probe()
|
| H A D | rk_lvds.c | 224 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "rockchip,panel", in rk_lvds_probe()
|
| H A D | rk_edp.c | 1028 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 D | panel-maxim-max96752f.c | 299 .id = UCLASS_PANEL,
|
| H A D | panel-rohm-bu18rl82.c | 345 .id = UCLASS_PANEL,
|
| H A D | rockchip_panel.c | 586 .id = UCLASS_PANEL,
|
| H A D | rockchip_display.c | 1426 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 D | exynos_fb.c | 642 ret = uclass_first_device(UCLASS_PANEL, &panel); in exynos_fb_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/video/tegra124/ |
| H A D | sor.c | 1055 ret = uclass_get_device_by_phandle(UCLASS_PANEL, dev, "nvidia,panel", in tegra_sor_ofdata_to_platdata()
|