Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dpm_runtime.h28 static inline bool queue_pm_work(struct work_struct *work) in queue_pm_work() function
218 static inline bool queue_pm_work(struct work_struct *work) { return false; } in queue_pm_work() function
/Linux-v5.15/drivers/net/ipa/
Dipa_modem.c274 (void)queue_pm_work(&priv->work); in ipa_modem_resume()