Searched refs:pm_runtime_need_not_resume (Results 1 – 3 of 3) sorted by relevance
332 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
2037 if (pm_runtime_need_not_resume(dev)) in pm_runtime_force_suspend()2111 bool pm_runtime_need_not_resume(struct device *dev) in pm_runtime_need_not_resume() function
1492 dev->power.may_skip_resume) || !pm_runtime_need_not_resume(dev)) in device_suspend_noirq()