Searched refs:omap3isp_stat_busy (Results 1 – 3 of 3) sorted by relevance
143 int omap3isp_stat_busy(struct ispstat *stat);
743 return omap3isp_stat_busy(&isp->isp_af) in isp_pipeline_wait_ccdc()744 || omap3isp_stat_busy(&isp->isp_aewb) in isp_pipeline_wait_ccdc()745 || omap3isp_stat_busy(&isp->isp_hist) in isp_pipeline_wait_ccdc()993 while (omap3isp_stat_busy(&isp->isp_af) in isp_suspend_modules()994 || omap3isp_stat_busy(&isp->isp_aewb) in isp_suspend_modules()995 || omap3isp_stat_busy(&isp->isp_hist) in isp_suspend_modules()
645 int omap3isp_stat_busy(struct ispstat *stat) in omap3isp_stat_busy() function