Home
last modified time | relevance | path

Searched refs:suspend_prepare (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/kernel/power/
Dsuspend.c343 static int suspend_prepare(suspend_state_t state) in suspend_prepare() function
574 error = suspend_prepare(state); in enter_state()
/kernel/linux/linux-5.10/Documentation/power/
Dsuspend-and-cpuhotplug.rst167 - kernel/power/suspend.c : suspend_prepare(), suspend_enter(), suspend_finish()
/kernel/linux/linux-5.10/tools/power/pm-graph/
DREADME185 after resume since processes are frozen in suspend_prepare and thawed in
432 timeline where device callbacks don't appear. For instance, in suspend_prepare
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_core.c3499 container_of(work, struct hci_dev, suspend_prepare); in hci_prepare_suspend()
3511 queue_work(hdev->req_workqueue, &hdev->suspend_prepare); in hci_change_suspend_state()
3678 INIT_WORK(&hdev->suspend_prepare, hci_prepare_suspend); in hci_alloc_dev()
3839 cancel_work_sync(&hdev->suspend_prepare); in hci_unregister_dev()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h482 struct work_struct suspend_prepare; member
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dkernel.patch947 @@ -359,6 +361,7 @@ static int suspend_prepare(suspend_state_t state)