Home
last modified time | relevance | path

Searched refs:omapdss_device_get (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Dbase.c63 struct omap_dss_device *omapdss_device_get(struct omap_dss_device *dssdev) in omapdss_device_get() function
82 return omapdss_device_get(dssdev); in omapdss_find_device_by_node()
130 omapdss_device_get(dssdev); in omapdss_device_next_output()
H A Domapdss.h241 struct omap_dss_device *omapdss_device_get(struct omap_dss_device *dssdev);
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_drv.c339 pipe->output = omapdss_device_get(output); in omap_connect_pipelines()