Home
last modified time | relevance | path

Searched refs:omap3isp_stat_busy (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/platform/omap3isp/
Dispstat.h144 int omap3isp_stat_busy(struct ispstat *stat);
Disp.c939 return omap3isp_stat_busy(&isp->isp_af) in isp_pipeline_wait_ccdc()
940 || omap3isp_stat_busy(&isp->isp_aewb) in isp_pipeline_wait_ccdc()
941 || omap3isp_stat_busy(&isp->isp_hist) in isp_pipeline_wait_ccdc()
1185 while (omap3isp_stat_busy(&isp->isp_af) in isp_suspend_modules()
1186 || omap3isp_stat_busy(&isp->isp_aewb) in isp_suspend_modules()
1187 || omap3isp_stat_busy(&isp->isp_hist) in isp_suspend_modules()
Dispstat.c631 int omap3isp_stat_busy(struct ispstat *stat) in omap3isp_stat_busy() function