Searched refs:omap_dss_get_next_device (Results 1 – 2 of 2) sorted by relevance
200 struct omap_dss_device *omap_dss_get_next_device(struct omap_dss_device *from) in omap_dss_get_next_device() function243 EXPORT_SYMBOL(omap_dss_get_next_device);250 while ((dssdev = omap_dss_get_next_device(dssdev)) != NULL) { in omap_dss_find_device()
741 #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);848 *omap_dss_get_next_device(struct omap_dss_device *from) in omap_dss_get_next_device() function