Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/power/
Dsuspend.c345 static int suspend_prepare(suspend_state_t state) in suspend_prepare() function
576 error = suspend_prepare(state); in enter_state()
/Linux-v5.15/Documentation/power/
Dsuspend-and-cpuhotplug.rst167 - kernel/power/suspend.c : suspend_prepare(), suspend_enter(), suspend_finish()
/Linux-v5.15/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
/Linux-v5.15/net/bluetooth/
Dhci_core.c3671 container_of(work, struct hci_dev, suspend_prepare); in hci_prepare_suspend()
3683 queue_work(hdev->req_workqueue, &hdev->suspend_prepare); in hci_change_suspend_state()
3865 INIT_WORK(&hdev->suspend_prepare, hci_prepare_suspend); in hci_alloc_dev_priv()
4026 cancel_work_sync(&hdev->suspend_prepare); in hci_unregister_dev()
/Linux-v5.15/include/net/bluetooth/
Dhci_core.h511 struct work_struct suspend_prepare; member