Searched refs:power_state_active_cnt (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/regulator/
H A Ddbx500-prcmu.c24 static int power_state_active_cnt; /* will initialize to zero */ variable
32 power_state_active_cnt++;
42 if (power_state_active_cnt <= 0) {
48 power_state_active_cnt--;
62 cnt = power_state_active_cnt;

Completed in 121 milliseconds