Home
last modified time | relevance | path

Searched refs:of_drm_find_panel (Results 1 – 18 of 18) sorted by relevance

/linux/include/drm/
H A Ddrm_panel.h342 struct drm_panel *of_drm_find_panel(const struct device_node *np);
346 static inline struct drm_panel *of_drm_find_panel(const struct device_node *np) in of_drm_find_panel() function
/linux/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_encoder.c79 struct drm_panel *panel = of_drm_find_panel(enc_node); in rzg2l_du_encoder_init()
/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_encoder.c65 struct drm_panel *panel = of_drm_find_panel(enc_node); in rcar_du_encoder_init()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Doutput.c34 out->panel = of_drm_find_panel(remote_node); in omapdss_device_init_output()
/linux/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_rgb.c122 fsl_dev->connector.panel = of_drm_find_panel(panel_node); in fsl_dcu_create_outputs()
/linux/drivers/gpu/drm/
H A Ddrm_panel.c450 struct drm_panel *of_drm_find_panel(const struct device_node *np) in of_drm_find_panel() function
469 EXPORT_SYMBOL(of_drm_find_panel);
H A Ddrm_of.c267 *panel = of_drm_find_panel(remote); in drm_of_find_panel_or_bridge()
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_dpi.c234 ctx->panel = of_drm_find_panel(ctx->panel_node); in exynos_dpi_probe()
H A Dexynos_dp.c220 dp->plat_data.panel = of_drm_find_panel(np); in exynos_dp_probe()
/linux/drivers/gpu/drm/bridge/
H A Dmicrochip-lvds.c183 lvds->panel = of_drm_find_panel(port); in mchp_lvds_probe()
H A Dlvds-codec.c147 panel = of_drm_find_panel(panel_node); in lvds_codec_probe()
H A Dfsl-ldb.c338 panel = of_drm_find_panel(panel_node); in fsl_ldb_probe()
H A Dsamsung-dsim.c1934 panel = of_drm_find_panel(remote); in samsung_dsim_host_attach()
/linux/drivers/gpu/drm/tegra/
H A Doutput.c120 output->panel = of_drm_find_panel(panel); in tegra_output_probe()
H A Ddsi.c1500 output->panel = of_drm_find_panel(device->dev.of_node); in tegra_dsi_host_attach()
/linux/drivers/gpu/drm/sti/
H A Dsti_dvo.c391 dvo->panel = of_drm_find_panel(dvo->panel_node); in sti_dvo_connector_detect()
/linux/drivers/gpu/drm/mcde/
H A Dmcde_dsi.c1106 panel = of_drm_find_panel(child); in mcde_dsi_bind()
/linux/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.c966 struct drm_panel *panel = of_drm_find_panel(device->dev.of_node); in sun6i_dsi_attach()