Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/regulator/
Dmachine.h50 #define ENABLE_IN_SUSPEND 2 macro
/Linux-v5.4/drivers/regulator/
Dof_regulator.c229 suspend_state->enabled = ENABLE_IN_SUSPEND; in of_get_regulation_constraints()
Dcore.c998 if (rstate->enabled != ENABLE_IN_SUSPEND && in suspend_set_state()
1006 if (rstate->enabled == ENABLE_IN_SUSPEND && in suspend_set_state()
3783 rstate->enabled = (en) ? ENABLE_IN_SUSPEND : DISABLE_IN_SUSPEND; in regulator_suspend_toggle()
5284 (rstate->enabled == ENABLE_IN_SUSPEND || in regulator_resume()