Home
last modified time | relevance | path

Searched refs:of_drm_get_panel_orientation (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/drm/
Ddrm_panel.h193 int of_drm_get_panel_orientation(const struct device_node *np,
201 static inline int of_drm_get_panel_orientation(const struct device_node *np, in of_drm_get_panel_orientation() function
/Linux-v5.10/drivers/gpu/drm/
Ddrm_panel.c277 int of_drm_get_panel_orientation(const struct device_node *np, in of_drm_get_panel_orientation() function
305 EXPORT_SYMBOL(of_drm_get_panel_orientation);
/Linux-v5.10/drivers/gpu/drm/panel/
Dpanel-lvds.c122 ret = of_drm_get_panel_orientation(np, &lvds->orientation); in panel_lvds_parse_dt()
Dpanel-boe-tv101wum-nl6.c785 err = of_drm_get_panel_orientation(dev->of_node, &boe->orientation); in boe_panel_add()
Dpanel-simple.c540 err = of_drm_get_panel_orientation(dev->of_node, &panel->orientation); in panel_simple_probe()