Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/regulator/
Dmachine.h53 #define ENABLE_IN_SUSPEND 2 macro
/Linux-v4.19/drivers/regulator/
Dof_regulator.c212 suspend_state->enabled = ENABLE_IN_SUSPEND; in of_get_regulation_constraints()
Dcore.c817 if (rstate->enabled != ENABLE_IN_SUSPEND && in suspend_set_state()
825 if (rstate->enabled == ENABLE_IN_SUSPEND && in suspend_set_state()
3164 rstate->enabled = (en) ? ENABLE_IN_SUSPEND : DISABLE_IN_SUSPEND; in regulator_suspend_toggle()
4499 (rstate->enabled == ENABLE_IN_SUSPEND || in _regulator_resume()