Searched refs:of_drm_get_panel_orientation (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/include/drm/ |
D | drm_panel.h | 289 int of_drm_get_panel_orientation(const struct device_node *np, 297 static inline int of_drm_get_panel_orientation(const struct device_node *np, in of_drm_get_panel_orientation() function
|
/Linux-v6.6/drivers/gpu/drm/ |
D | drm_panel.c | 344 int of_drm_get_panel_orientation(const struct device_node *np, in of_drm_get_panel_orientation() function 372 EXPORT_SYMBOL(of_drm_get_panel_orientation);
|
/Linux-v6.6/drivers/gpu/drm/panel/ |
D | panel-lvds.c | 131 ret = of_drm_get_panel_orientation(np, &lvds->orientation); in panel_lvds_parse_dt()
|
D | panel-elida-kd35t133.c | 267 ret = of_drm_get_panel_orientation(dev->of_node, &ctx->orientation); in kd35t133_probe()
|
D | panel-sitronix-st7789v.c | 646 of_drm_get_panel_orientation(spi->dev.of_node, &ctx->orientation); in st7789v_probe()
|
D | panel-sitronix-st7701.c | 872 ret = of_drm_get_panel_orientation(dsi->dev.of_node, &st7701->orientation); in st7701_dsi_probe()
|
D | panel-ilitek-ili9881c.c | 1090 ret = of_drm_get_panel_orientation(dsi->dev.of_node, &ctx->orientation); in ili9881c_dsi_probe()
|
D | panel-edp.c | 832 err = of_drm_get_panel_orientation(dev->of_node, &panel->orientation); in panel_edp_probe()
|
D | panel-boe-tv101wum-nl6.c | 2242 err = of_drm_get_panel_orientation(dev->of_node, &boe->orientation); in boe_panel_add()
|
D | panel-novatek-nt36523.c | 1279 ret = of_drm_get_panel_orientation(dev->of_node, &pinfo->orientation); in nt36523_probe()
|
D | panel-simple.c | 578 err = of_drm_get_panel_orientation(dev->of_node, &panel->orientation); in panel_simple_probe()
|