Home
last modified time | relevance | path

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

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