Home
last modified time | relevance | path

Searched refs:omap_dss_get_overlay (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Doverlay.c47 struct omap_overlay *omap_dss_get_overlay(int num) in omap_dss_get_overlay() function
54 EXPORT_SYMBOL(omap_dss_get_overlay);
Ddispc-compat.c357 ovl = omap_dss_get_overlay(i); in dispc_error_worker()
386 ovl = omap_dss_get_overlay(j); in dispc_error_worker()
Dapply.c1629 struct omap_overlay *ovl = omap_dss_get_overlay(i); in omapdss_compat_init()
/linux-4.4.14/drivers/media/platform/omap/
Domap_vout.c2180 vid_dev->overlays[i] = omap_dss_get_overlay(i); in omap_vout_probe()
2190 ovl = omap_dss_get_overlay(i); in omap_vout_probe()
2240 ovl = omap_dss_get_overlay(i); in omap_vout_probe()
/linux-4.4.14/include/video/
Domapdss.h879 struct omap_overlay *omap_dss_get_overlay(int num);
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c2539 fbdev->overlays[i] = omap_dss_get_overlay(i); in omapfb_probe()