Searched refs:pwr_count (Results 1 – 1 of 1) sorted by relevance
138 int pwr_count; member647 int pwr_count; in mt9v111_s_power() local656 pwr_count = mt9v111->pwr_count; in mt9v111_s_power()657 pwr_count += on ? 1 : -1; in mt9v111_s_power()658 if (pwr_count == !!on) { in mt9v111_s_power()663 mt9v111->pwr_count = pwr_count; in mt9v111_s_power()674 WARN_ON(pwr_count < 0 || pwr_count > 1); in mt9v111_s_power()675 mt9v111->pwr_count = pwr_count; in mt9v111_s_power()1020 if (!mt9v111->pwr_count) { in mt9v111_s_ctrl()1211 mt9v111->pwr_count = 0; in mt9v111_probe()