Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/video/fbdev/omap2/omapfb/dss/
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-6.6.21/include/video/
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);
848 *omap_dss_get_next_device(struct omap_dss_device *from) in omap_dss_get_next_device() function