Home
last modified time | relevance | path

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

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