Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/regulator/
Dmachine.h50 #define ENABLE_IN_SUSPEND 2 macro
/Linux-v6.6/drivers/regulator/
Dof_regulator.c291 suspend_state->enabled = ENABLE_IN_SUSPEND; in of_get_regulation_constraints()
Dcore.c640 if (rstate->enabled != ENABLE_IN_SUSPEND && in regulator_get_suspend_state_check()
1108 if (rstate->enabled == ENABLE_IN_SUSPEND && in __suspend_set_state()
4192 rstate->enabled = (en) ? ENABLE_IN_SUSPEND : DISABLE_IN_SUSPEND; in regulator_suspend_toggle()
5813 if (rstate->enabled == ENABLE_IN_SUSPEND || in regulator_resume()