Home
last modified time | relevance | path

Searched refs:pm_wq (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/kernel/power/
Dmain.c796 struct workqueue_struct *pm_wq; variable
797 EXPORT_SYMBOL_GPL(pm_wq);
801 pm_wq = alloc_workqueue("pm", WQ_FREEZABLE, 0); in pm_start_workqueue()
803 return pm_wq ? 0 : -ENOMEM; in pm_start_workqueue()
/Linux-v4.19/include/linux/
Dpm_runtime.h27 extern struct workqueue_struct *pm_wq;
31 return queue_work(pm_wq, work); in queue_pm_work()
/Linux-v4.19/drivers/usb/dwc3/
Ddwc3-pci.c388 queue_work(pm_wq, &dwc->wakeup_work); in dwc3_pci_runtime_resume()
/Linux-v4.19/drivers/base/power/
Druntime.c416 queue_work(pm_wq, &dev->power.work); in rpm_idle()
587 queue_work(pm_wq, &dev->power.work); in rpm_suspend()
772 queue_work(pm_wq, &dev->power.work); in rpm_resume()
Ddomain.c409 queue_work(pm_wq, &genpd->power_off_work); in genpd_queue_power_off_work()
/Linux-v4.19/Documentation/power/
Druntime_pm.txt12 * The power management workqueue pm_wq in which bus types and device drivers can
13 put their PM-related work items. It is strongly recommended that pm_wq be
16 hibernation and resume from system sleep states). pm_wq is declared in
213 - work structure used for queuing up requests (i.e. work items in pm_wq)
246 - if set, there's a pending request (i.e. a work item queued up into pm_wq)
336 device (the request is represented by a work item in pm_wq); returns 0 on
347 suspend work item in pm_wq, in milliseconds (if 'delay' is zero, the work
356 device (the request is represented by a work item in pm_wq); returns 0 on
Dpci.txt1069 by work items put into the power management workqueue, pm_wq. Although there
1079 request into pm_wq. In the majority of cases this also is done by their
/Linux-v4.19/drivers/usb/core/
Dhcd.c2385 queue_work(pm_wq, &hcd->wakeup_work); in usb_hcd_resume_root_hub()