Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/
Ddrm_panel.c79 struct drm_panel *of_drm_find_panel(struct device_node *np) in of_drm_find_panel() function
95 EXPORT_SYMBOL(of_drm_find_panel);
/linux-4.4.14/include/drm/
Ddrm_panel.h137 struct drm_panel *of_drm_find_panel(struct device_node *np);
139 static inline struct drm_panel *of_drm_find_panel(struct device_node *np) in of_drm_find_panel() function
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_rgb.c161 fsl_dev->connector.panel = of_drm_find_panel(panel_node); in fsl_dcu_drm_connector_create()
/linux-4.4.14/drivers/gpu/drm/tegra/
Doutput.c112 output->panel = of_drm_find_panel(panel); in tegra_output_probe()
Ddsi.c1406 output->panel = of_drm_find_panel(device->dev.of_node); in tegra_dsi_host_attach()
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_output.c241 p = of_drm_find_panel(np); in atmel_hlcdc_create_panel_output()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_dpi.c344 ctx->panel = of_drm_find_panel(ctx->panel_node); in exynos_dpi_probe()
Dexynos_dp_core.c1358 dp->panel = of_drm_find_panel(panel_node); in exynos_dp_probe()
Dexynos_drm_dsi.c1581 dsi->panel = of_drm_find_panel(dsi->panel_node); in exynos_dsi_detect()
/linux-4.4.14/drivers/gpu/drm/imx/
Dparallel-display.c251 imxpd->panel = of_drm_find_panel(remote); in imx_pd_bind()
Dimx-ldb.c594 channel->panel = of_drm_find_panel(remote); in imx_ldb_bind()
/linux-4.4.14/drivers/gpu/drm/bridge/
Dnxp-ptn3460.c327 ptn_bridge->panel = of_drm_find_panel(panel_node); in ptn3460_probe()
Dparade-ps8622.c574 ps8622->panel = of_drm_find_panel(panel_node); in ps8622_probe()
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_dvo.c349 dvo->panel = of_drm_find_panel(dvo->panel_node); in sti_dvo_connector_detect()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_kms.c265 panel = of_drm_find_panel(panel_node); in detect_panel()
/linux-4.4.14/drivers/gpu/drm/msm/dsi/
Ddsi_host.c1541 if (!of_drm_find_panel(msm_host->device_node)) in msm_dsi_host_register()
1964 panel = of_drm_find_panel(msm_host->device_node); in msm_dsi_host_get_panel()