Searched refs:pm_wq (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/kernel/power/ |
H A D | main.c | 980 struct workqueue_struct *pm_wq; variable 981 EXPORT_SYMBOL_GPL(pm_wq); 985 pm_wq = alloc_workqueue("pm", WQ_FREEZABLE, 0); in pm_start_workqueue() 987 return pm_wq ? 0 : -ENOMEM; in pm_start_workqueue()
|
/openbmc/linux/include/linux/ |
H A D | pm_runtime.h | 60 extern struct workqueue_struct *pm_wq; 64 return queue_work(pm_wq, work); in queue_pm_work()
|
/openbmc/linux/drivers/base/power/ |
H A D | runtime.c | 509 queue_work(pm_wq, &dev->power.work); in rpm_idle() 660 queue_work(pm_wq, &dev->power.work); in rpm_suspend() 863 queue_work(pm_wq, &dev->power.work); in rpm_resume()
|
H A D | domain.c | 654 queue_work(pm_wq, &genpd->power_off_work); in genpd_queue_power_off_work()
|
/openbmc/linux/Documentation/power/ |
H A D | runtime_pm.rst | 17 * The power management workqueue pm_wq in which bus types and device drivers can 18 put their PM-related work items. It is strongly recommended that pm_wq be 21 hibernation and resume from system sleep states). pm_wq is declared in 220 - work structure used for queuing up requests (i.e. work items in pm_wq) 253 - if set, there's a pending request (i.e. a work item queued up into pm_wq) 354 device (the request is represented by a work item in pm_wq); returns 0 on 365 suspend work item in pm_wq, in milliseconds (if 'delay' is zero, the work 374 device (the request is represented by a work item in pm_wq); returns 0 on
|
H A D | pci.rst | 1103 by work items put into the power management workqueue, pm_wq. Although there 1113 request into pm_wq. In the majority of cases this also is done by their
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | dwc3-pci.c | 495 queue_work(pm_wq, &dwc->wakeup_work); in dwc3_pci_runtime_resume()
|
/openbmc/linux/drivers/usb/core/ |
H A D | hcd.c | 2392 queue_work(pm_wq, &hcd->wakeup_work); in usb_hcd_resume_root_hub()
|