Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/power/
Dsuspend.c387 static int suspend_enter(suspend_state_t state, bool *wakeup) in suspend_enter() function
501 error = suspend_enter(state, &wakeup); in suspend_devices_and_enter()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dkernel.patch962 static int suspend_enter(suspend_state_t state, bool *wakeup)
969 @@ -394,7 +397,11 @@ static int suspend_enter(suspend_state_t state, bool *wakeup)
981 @@ -403,7 +410,11 @@ static int suspend_enter(suspend_state_t state, bool *wakeup)
993 @@ -419,8 +430,10 @@ static int suspend_enter(suspend_state_t state, bool *wakeup)
/kernel/linux/linux-5.10/Documentation/power/
Dsuspend-and-cpuhotplug.rst167 - kernel/power/suspend.c : suspend_prepare(), suspend_enter(), suspend_finish()