Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_panel.h192 struct drm_panel *of_drm_find_panel(const struct device_node *np);
196 static inline struct drm_panel *of_drm_find_panel(const struct device_node *np) in of_drm_find_panel() function
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_panel.c243 struct drm_panel *of_drm_find_panel(const struct device_node *np) in of_drm_find_panel() function
262 EXPORT_SYMBOL(of_drm_find_panel);
H A Ddrm_of.c263 *panel = of_drm_find_panel(remote); in drm_of_find_panel_or_bridge()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/
H A Drcar_du_encoder.c74 struct drm_panel *panel = of_drm_find_panel(enc_node); in rcar_du_encoder_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_lvds_connector.c26 of_drm_find_panel(mdp4_lvds_connector->panel_node); in mdp4_lvds_connector_detect()
H A Dmdp4_lcdc_encoder.c286 panel = of_drm_find_panel(mdp4_lcdc_encoder->panel_node); in mdp4_lcdc_encoder_disable()
356 panel = of_drm_find_panel(mdp4_lcdc_encoder->panel_node); in mdp4_lcdc_encoder_enable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_rgb.c120 fsl_dev->connector.panel = of_drm_find_panel(panel_node); in fsl_dcu_create_outputs()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dlvds-codec.c114 panel = of_drm_find_panel(panel_node); in lvds_codec_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Doutput.c35 out->panel = of_drm_find_panel(remote_node); in omapdss_device_init_output()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_dpi.c233 ctx->panel = of_drm_find_panel(ctx->panel_node); in exynos_dpi_probe()
H A Dexynos_dp.c223 dp->plat_data.panel = of_drm_find_panel(np); in exynos_dp_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Doutput.c116 output->panel = of_drm_find_panel(panel); in tegra_output_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk618/
H A Drk618_lvds.c254 lvds->panel = of_drm_find_panel(remote); in rk618_lvds_probe()
H A Drk618_rgb.c252 rgb->panel = of_drm_find_panel(remote); in rk618_rgb_probe()
H A Drk618_dsi.c1049 dsi->panel = of_drm_find_panel(device->dev.of_node); in rk618_dsi_host_attach()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/
H A Dsti_dvo.c389 dvo->panel = of_drm_find_panel(dvo->panel_node); in sti_dvo_connector_detect()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey960742 of_drm_find_panel
H A Dabi_gki_aarch64_exynosauto889 of_drm_find_panel
H A Dabi_gki_aarch64_vivo1016 of_drm_find_panel
H A Dabi_gki_aarch64_generic1234 of_drm_find_panel
H A Dabi_gki_aarch64_db845c1321 of_drm_find_panel
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c2007 if (IS_ERR(of_drm_find_panel(msm_host->device_node))) in msm_dsi_host_register()
2490 return of_drm_find_panel(to_msm_dsi_host(host)->device_node); in msm_dsi_host_get_panel()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mcde/
H A Dmcde_dsi.c1112 panel = of_drm_find_panel(child); in mcde_dsi_bind()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/kirin960/
H A Ddw_drm_dsi.c1113 panel = of_drm_find_panel(panel_node); in dsi_parse_panel_endpoint()

12