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

/linux-4.1.27/drivers/ps3/
H A Dps3-sys-manager.c205 * user_wake_sources - User specified wakeup sources.
210 static u32 user_wake_sources = PS3_SM_WAKE_DEFAULT; variable
627 user_wake_sources); ps3_sys_manager_final_power_off()
660 user_wake_sources); ps3_sys_manager_final_restart()
673 return (user_wake_sources & PS3_SM_WAKE_W_O_L) != 0; ps3_sys_manager_get_wol()
690 user_wake_sources |= PS3_SM_WAKE_W_O_L; ps3_sys_manager_set_wol()
692 user_wake_sources &= ~PS3_SM_WAKE_W_O_L; ps3_sys_manager_set_wol()

Completed in 40 milliseconds