Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpm_runtime.h332 bool pm_runtime_need_not_resume(struct device *dev);
337 static inline bool pm_runtime_need_not_resume(struct device *dev) {return true; } in pm_runtime_need_not_resume() function
/linux/drivers/base/power/
H A Dmain.c1566 dev->power.may_skip_resume) || !pm_runtime_need_not_resume(dev)) in device_suspend_noirq()