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