Home
last modified time | relevance | path

Searched refs:queue_pm_work (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dpm_runtime.h29 static inline bool queue_pm_work(struct work_struct *work) in queue_pm_work() function
128 static inline bool queue_pm_work(struct work_struct *work) { return false; } in queue_pm_work() function
/linux-4.1.27/drivers/acpi/
Ddevice_pm.c387 queue_pm_work(&adev->wakeup.context.work); in acpi_pm_notify_handler()