Searched refs:omap3isp_stat_busy (Results 1 – 3 of 3) sorted by relevance
144 int omap3isp_stat_busy(struct ispstat *stat);
941 return omap3isp_stat_busy(&isp->isp_af) in isp_pipeline_wait_ccdc()942 || omap3isp_stat_busy(&isp->isp_aewb) in isp_pipeline_wait_ccdc()943 || omap3isp_stat_busy(&isp->isp_hist) in isp_pipeline_wait_ccdc()1191 while (omap3isp_stat_busy(&isp->isp_af) in isp_suspend_modules()1192 || omap3isp_stat_busy(&isp->isp_aewb) in isp_suspend_modules()1193 || omap3isp_stat_busy(&isp->isp_hist) in isp_suspend_modules()
630 int omap3isp_stat_busy(struct ispstat *stat) in omap3isp_stat_busy() function