Searched refs:suspend_state_t (Results 1 – 4 of 4) sorted by relevance
34 typedef int __bitwise suspend_state_t; typedef36 #define PM_SUSPEND_ON ((__force suspend_state_t) 0)37 #define PM_SUSPEND_TO_IDLE ((__force suspend_state_t) 1)38 #define PM_SUSPEND_STANDBY ((__force suspend_state_t) 2)39 #define PM_SUSPEND_MEM ((__force suspend_state_t) 3)41 #define PM_SUSPEND_MAX ((__force suspend_state_t) 4)178 int (*valid)(suspend_state_t state);179 int (*begin)(suspend_state_t state);182 int (*enter)(suspend_state_t state);200 extern suspend_state_t mem_sleep_current;[all …]
174 suspend_state_t initial_state; /* suspend state to set at init */256 static inline int regulator_suspend_prepare(suspend_state_t state) in regulator_suspend_prepare()
283 static int regulator_check_states(suspend_state_t state) in regulator_check_states()293 suspend_state_t state) in regulator_check_consumers()380 regulator_get_suspend_state(struct regulator_dev *rdev, suspend_state_t state) in regulator_get_suspend_state()804 suspend_state_t state) in suspend_set_state()3031 int min_uV, int max_uV, suspend_state_t state) in _regulator_do_set_suspend_voltage()3058 suspend_state_t state) in regulator_set_voltage_unlocked()3212 suspend_state_t state, bool en) in regulator_suspend_toggle()3229 suspend_state_t state) in regulator_suspend_enable()3236 suspend_state_t state) in regulator_suspend_disable()3257 suspend_state_t state) in _regulator_set_suspend_voltage()[all …]
23 suspend_state_t pm_suspend_target_state;