pcr_enable        658 drivers/media/platform/omap3isp/ispstat.c static void isp_stat_pcr_enable(struct ispstat *stat, u8 pcr_enable)
pcr_enable        661 drivers/media/platform/omap3isp/ispstat.c 	     stat->state != ISPSTAT_ENABLED) && pcr_enable)
pcr_enable        665 drivers/media/platform/omap3isp/ispstat.c 	stat->ops->enable(stat, pcr_enable);
pcr_enable        666 drivers/media/platform/omap3isp/ispstat.c 	if (stat->state == ISPSTAT_DISABLING && !pcr_enable)
pcr_enable        668 drivers/media/platform/omap3isp/ispstat.c 	else if (stat->state == ISPSTAT_ENABLING && pcr_enable)