Searched refs:pm_runtime_blocked (Results 1 – 2 of 2) sorted by relevance
209 static inline bool pm_runtime_blocked(struct device *dev) in pm_runtime_blocked() function292 static inline bool pm_runtime_blocked(struct device *dev) { return true; } in pm_runtime_blocked() function
2096 !dev->parent->power.ignore_children && !pm_runtime_blocked(dev->parent)) in device_prepare_smart_suspend()2106 !pm_runtime_blocked(link->supplier)) { in device_prepare_smart_suspend()