Home
last modified time | relevance | path

Searched refs:omapdss_device_connect (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Dbase.c175 int omapdss_device_connect(struct dss_device *dss, in omapdss_device_connect() function
208 EXPORT_SYMBOL_GPL(omapdss_device_connect);
Dsdi.c237 return omapdss_device_connect(dst->dss, dst, dst->next); in sdi_connect()
Domapdss.h473 int omapdss_device_connect(struct dss_device *dss,
Ddpi.c582 return omapdss_device_connect(dst->dss, dst, dst->next); in dpi_connect()
Dhdmi4.c399 return omapdss_device_connect(dst->dss, dst, dst->next); in hdmi_connect()
Dhdmi5.c404 return omapdss_device_connect(dst->dss, dst, dst->next); in hdmi_connect()
Dvenc.c679 return omapdss_device_connect(dst->dss, dst, dst->next); in venc_connect()
Ddsi.c4874 return omapdss_device_connect(dst->dss, dst, dst->next); in dsi_connect()
/Linux-v5.4/drivers/gpu/drm/omapdrm/displays/
Dencoder-opa362.c32 return omapdss_device_connect(dst->dss, dst, dst->next); in opa362_connect()
Dencoder-tpd12s015.c38 r = omapdss_device_connect(dst->dss, dst, dst->next); in tpd_connect()
/Linux-v5.4/drivers/gpu/drm/omapdrm/
Domap_drv.c157 r = omapdss_device_connect(priv->dss, NULL, output); in omap_connect_pipelines()