Lines Matching refs:pwr_count
140 int pwr_count;
649 int pwr_count;
658 pwr_count = mt9v111->pwr_count;
659 pwr_count += on ? 1 : -1;
660 if (pwr_count == !!on) {
665 mt9v111->pwr_count = pwr_count;
676 WARN_ON(pwr_count < 0 || pwr_count > 1);
677 mt9v111->pwr_count = pwr_count;
1009 if (!mt9v111->pwr_count) {
1200 mt9v111->pwr_count = 0;