Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/regulator/
H A Dmachine.h50 #define ENABLE_IN_SUSPEND 2 macro
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dof_regulator.c233 suspend_state->enabled = ENABLE_IN_SUSPEND; in of_get_regulation_constraints()
H A Dcore.c588 if (rstate->enabled != ENABLE_IN_SUSPEND && in regulator_get_suspend_state_check()
1023 if (rstate->enabled == ENABLE_IN_SUSPEND && in __suspend_set_state()
3972 rstate->enabled = (en) ? ENABLE_IN_SUSPEND : DISABLE_IN_SUSPEND; in regulator_suspend_toggle()
5839 if (rstate->enabled == ENABLE_IN_SUSPEND || in regulator_resume()