Symbol: of_drm_get_panel_orientation
drivers/gpu/drm/drm_panel.c
536
EXPORT_SYMBOL(of_drm_get_panel_orientation);
drivers/gpu/drm/panel/panel-boe-th101mb31ig002-28a.c
383
ret = of_drm_get_panel_orientation(dsi->dev.of_node,
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
1725
err = of_drm_get_panel_orientation(dev->of_node, &boe->orientation);
drivers/gpu/drm/panel/panel-chipwealth-ch13726a.c
271
ret = of_drm_get_panel_orientation(dev->of_node, &ctx->orientation);
drivers/gpu/drm/panel/panel-edp.c
868
err = of_drm_get_panel_orientation(dev->of_node, &panel->orientation);
drivers/gpu/drm/panel/panel-elida-kd35t133.c
236
ret = of_drm_get_panel_orientation(dev->of_node, &ctx->orientation);
drivers/gpu/drm/panel/panel-focaltech-ota7290b.c
184
ret = of_drm_get_panel_orientation(dsi->dev.of_node, &ctx->orientation);
drivers/gpu/drm/panel/panel-himax-hx83102.c
1267
err = of_drm_get_panel_orientation(dev->of_node, &ctx->orientation);
drivers/gpu/drm/panel/panel-himax-hx8394.c
994
ret = of_drm_get_panel_orientation(dev->of_node, &ctx->orientation);
drivers/gpu/drm/panel/panel-ilitek-ili9806e-dsi.c
134
ret = of_drm_get_panel_orientation(dev->of_node, &ctx->orientation);
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
2577
ret = of_drm_get_panel_orientation(dsi->dev.of_node, &ctx->orientation);
drivers/gpu/drm/panel/panel-ilitek-ili9882t.c
798
err = of_drm_get_panel_orientation(dev->of_node, &ili->orientation);
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
2995
ret = of_drm_get_panel_orientation(dev->of_node, &jadard->orientation);
drivers/gpu/drm/panel/panel-lvds.c
129
ret = of_drm_get_panel_orientation(np, &lvds->orientation);
drivers/gpu/drm/panel/panel-novatek-nt36523.c
1209
ret = of_drm_get_panel_orientation(dev->of_node, &pinfo->orientation);
drivers/gpu/drm/panel/panel-simple.c
696
err = of_drm_get_panel_orientation(dev->of_node, &panel->orientation);
drivers/gpu/drm/panel/panel-sitronix-st7701.c
1299
ret = of_drm_get_panel_orientation(dev->of_node, &st7701->orientation);
drivers/gpu/drm/panel/panel-sitronix-st7703.c
876
ret = of_drm_get_panel_orientation(dsi->dev.of_node, &ctx->orientation);
drivers/gpu/drm/panel/panel-sitronix-st7789v.c
649
ret = of_drm_get_panel_orientation(spi->dev.of_node, &ctx->orientation);
include/drm/drm_panel.h
340
int of_drm_get_panel_orientation(const struct device_node *np,