Home
last modified time | relevance | path

Searched refs:omap_dss_get_next_device (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Ddisplay.c131 struct omap_dss_device *omap_dss_get_next_device(struct omap_dss_device *from) in omap_dss_get_next_device() function
174 EXPORT_SYMBOL(omap_dss_get_next_device);
Domapdss.h589 #define for_each_dss_dev(d) while ((d = omap_dss_get_next_device(d)) != NULL)
590 struct omap_dss_device *omap_dss_get_next_device(struct omap_dss_device *from);
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddisplay.c211 struct omap_dss_device *omap_dss_get_next_device(struct omap_dss_device *from) in omap_dss_get_next_device() function
254 EXPORT_SYMBOL(omap_dss_get_next_device);
261 while ((dssdev = omap_dss_get_next_device(dssdev)) != NULL) { in omap_dss_find_device()
/Linux-v4.19/include/video/
Domapfb_dss.h777 #define for_each_dss_dev(d) while ((d = omap_dss_get_next_device(d)) != NULL)
794 struct omap_dss_device *omap_dss_get_next_device(struct omap_dss_device *from);
884 *omap_dss_get_next_device(struct omap_dss_device *from) in omap_dss_get_next_device() function