Searched refs:pm_wq (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/power/
H A Dmain.c306 struct workqueue_struct *pm_wq; variable in typeref:struct:workqueue_struct
307 EXPORT_SYMBOL_GPL(pm_wq); variable
311 pm_wq = create_freezeable_workqueue("pm");
313 return pm_wq ? 0 : -ENOMEM;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/power/
H A Dmain.c306 struct workqueue_struct *pm_wq; variable in typeref:struct:workqueue_struct
307 EXPORT_SYMBOL_GPL(pm_wq); variable
311 pm_wq = create_freezeable_workqueue("pm");
313 return pm_wq ? 0 : -ENOMEM;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dpm_runtime.h17 extern struct workqueue_struct *pm_wq;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dpm_runtime.h17 extern struct workqueue_struct *pm_wq;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/cpu/shmobile/
H A Dpm_runtime.c139 queue_work(pm_wq, &hwblk_work);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/cpu/shmobile/
H A Dpm_runtime.c139 queue_work(pm_wq, &hwblk_work);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/base/power/
H A Druntime.c168 * @from_wq: If set, the function has been called via pm_wq.
331 * @from_wq: If set, the function has been called via pm_wq.
570 queue_work(pm_wq, &dev->power.work);
636 queue_work(pm_wq, &dev->power.work);
761 queue_work(pm_wq, &dev->power.work);
906 * Flush all pending requests for the device from pm_wq and wait for all
955 * from pm_wq and wait for all run-time PM operations involving the device in
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/base/power/
H A Druntime.c168 * @from_wq: If set, the function has been called via pm_wq.
331 * @from_wq: If set, the function has been called via pm_wq.
570 queue_work(pm_wq, &dev->power.work);
636 queue_work(pm_wq, &dev->power.work);
761 queue_work(pm_wq, &dev->power.work);
906 * Flush all pending requests for the device from pm_wq and wait for all
955 * from pm_wq and wait for all run-time PM operations involving the device in
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/core/
H A Dhcd.c2000 queue_work(pm_wq, &hcd->wakeup_work);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/core/
H A Dhcd.c2000 queue_work(pm_wq, &hcd->wakeup_work);

Completed in 306 milliseconds