Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpm_runtime.h209 static inline bool pm_runtime_blocked(struct device *dev) in pm_runtime_blocked() function
292 static inline bool pm_runtime_blocked(struct device *dev) { return true; } in pm_runtime_blocked() function
/linux/drivers/base/power/
H A Dmain.c2096 !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()