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

/linux-master/arch/arm/mach-omap2/
H A Dpowerdomain.c49 * Types of sleep_switch used internally in omap_set_pwrdm_state()
234 * "Types of sleep_switch" comment above).
239 u8 sleep_switch; local
245 sleep_switch = LOWPOWERSTATE_SWITCH;
248 sleep_switch = FORCEWAKEUP_SWITCH;
251 sleep_switch = ALREADYACTIVE_SWITCH;
254 return sleep_switch;
260 * @sleep_switch: return value from _pwrdm_save_clkdm_state_and_activate()
271 u8 sleep_switch)
273 switch (sleep_switch) {
270 _pwrdm_restore_clkdm_state(struct powerdomain *pwrdm, u8 sleep_switch) argument
1110 u8 next_pwrst, sleep_switch; local
[all...]

Completed in 150 milliseconds