Home
last modified time | relevance | path

Searched refs:omapdss_device_next_output (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Domapdss.h255 while ((d = omapdss_device_next_output(d)) != NULL)
256 struct omap_dss_device *omapdss_device_next_output(struct omap_dss_device *from);
H A Dbase.c92 struct omap_dss_device *omapdss_device_next_output(struct omap_dss_device *from) in omapdss_device_next_output() function