Home
last modified time | relevance | path

Searched refs:of_drm_find_bridge (Results 1 – 25 of 33) sorted by relevance

12

/linux/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_encoder.c37 bridge = of_drm_find_bridge(enc_node); in rzg2l_du_encoder_init()
/linux/include/drm/
H A Ddrm_bridge.h873 struct drm_bridge *of_drm_find_bridge(struct device_node *np);
875 static inline struct drm_bridge *of_drm_find_bridge(struct device_node *np) in of_drm_find_bridge() function
H A Ddrm_of.h164 bridge = of_drm_find_bridge(remote); in drm_of_panel_bridge_remove()
/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_encoder.c75 bridge = of_drm_find_bridge(enc_node); in rcar_du_encoder_init()
H A Drcar_lvds.c743 lvds->companion = of_drm_find_bridge(companion); in rcar_lvds_parse_dt_companion()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Doutput.c33 out->bridge = of_drm_find_bridge(remote_node); in omapdss_device_init_output()
/linux/drivers/gpu/drm/bridge/imx/
H A Dimx8qxp-pxl2dpi.c283 next_bridge = of_drm_find_bridge(remote); in imx8qxp_pxl2dpi_find_next_bridge()
351 p2d->companion = of_drm_find_bridge(companion); in imx8qxp_pxl2dpi_parse_dt_companion()
H A Dimx8mp-hdmi-pvi.c157 pvi->next_bridge = of_drm_find_bridge(remote); in imx8mp_hdmi_pvi_probe()
H A Dimx8qxp-pixel-link.c304 next_bridge[ep_cnt] = of_drm_find_bridge(remote); in imx8qxp_pixel_link_find_next_bridge()
H A Dimx8qxp-pixel-combiner.c323 ch->next_bridge = of_drm_find_bridge(remote); in imx8qxp_pc_bridge_probe()
H A Dimx8qxp-ldb.c558 imx8qxp_ldb->companion = of_drm_find_bridge(companion_port); in imx8qxp_ldb_parse_dt_companion()
/linux/drivers/gpu/drm/meson/
H A Dmeson_encoder_dsi.c120 meson_encoder_dsi->next_bridge = of_drm_find_bridge(remote); in meson_encoder_dsi_probe()
H A Dmeson_encoder_cvbs.c241 meson_encoder_cvbs->next_bridge = of_drm_find_bridge(remote); in meson_encoder_cvbs_probe()
H A Dmeson_encoder_hdmi.c387 meson_encoder_hdmi->next_bridge = of_drm_find_bridge(remote); in meson_encoder_hdmi_probe()
H A Dmeson_dw_hdmi.c795 meson_dw_hdmi->bridge = of_drm_find_bridge(pdev->dev.of_node); in meson_dw_hdmi_bind()
/linux/drivers/gpu/drm/bridge/
H A Dti-tpd12s015.c134 tpd->next_bridge = of_drm_find_bridge(node); in tpd12s015_probe()
H A Dthc63lvd1024.c134 thc63->next = of_drm_find_bridge(remote); in thc63_parse_dt()
H A Dsimple-bridge.c181 sbridge->next_bridge = of_drm_find_bridge(remote); in simple_bridge_probe()
H A Dti-tfp410.c364 dvi->next_bridge = of_drm_find_bridge(node); in tfp410_init()
H A Dlontium-lt8912b.c725 lt->hdmi_port = of_drm_find_bridge(port_node); in lt8912_parse_dt()
H A Dsii902x.c1186 sii902x->next_bridge = of_drm_find_bridge(remote); in sii902x_probe()
/linux/drivers/gpu/drm/imx/ipuv3/
H A Ddw_hdmi-imx.c244 hdmi->bridge = of_drm_find_bridge(np); in dw_hdmi_imx_probe()
/linux/drivers/gpu/drm/
H A Ddrm_bridge.c1307 * of_drm_find_bridge - find the bridge corresponding to the device node in
1315 struct drm_bridge *of_drm_find_bridge(struct device_node *np) in of_drm_find_bridge()
1331 EXPORT_SYMBOL(of_drm_find_bridge);
1310 struct drm_bridge *of_drm_find_bridge(struct device_node *np) of_drm_find_bridge() function
H A Ddrm_of.c274 *bridge = of_drm_find_bridge(remote); in drm_of_find_panel_or_bridge()
/linux/drivers/gpu/drm/tiny/
H A Darcpgu.c314 bridge = of_drm_find_bridge(encoder_node); in arcpgu_load()

12