Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c200 struct omap_dss_device *omap_dss_get_next_device(struct omap_dss_device *from) in omap_dss_get_next_device() function
243 EXPORT_SYMBOL(omap_dss_get_next_device);
250 while ((dssdev = omap_dss_get_next_device(dssdev)) != NULL) { in omap_dss_find_device()
/linux/include/video/
H A Domapfb_dss.h741 #define for_each_dss_dev(d) while ((d = omap_dss_get_next_device(d)) != NULL)
758 struct omap_dss_device *omap_dss_get_next_device(struct omap_dss_device *from);
845 *omap_dss_get_next_device(struct omap_dss_device *from) in omap_dss_get_device()
848 *omap_dss_get_next_device(struct omap_dss_device *from) omap_dss_get_next_device() function