Searched refs:sleep_switch (Results 1 - 1 of 1) sorted by relevance

/arch/arm/mach-omap2/
H A Dpowerdomain.c48 * Types of sleep_switch used internally in omap_set_pwrdm_state()
234 * "Types of sleep_switch" comment above).
240 u8 sleep_switch; local
246 sleep_switch = LOWPOWERSTATE_SWITCH;
250 sleep_switch = FORCEWAKEUP_SWITCH;
253 sleep_switch = ALREADYACTIVE_SWITCH;
256 return sleep_switch;
262 * @sleep_switch: return value from _pwrdm_save_clkdm_state_and_activate()
274 u8 sleep_switch, bool hwsup)
276 switch (sleep_switch) {
273 _pwrdm_restore_clkdm_state(struct powerdomain *pwrdm, u8 sleep_switch, bool hwsup) argument
1174 u8 next_pwrst, sleep_switch; local
[all...]

Completed in 249 milliseconds