Home
last modified time | relevance | path

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

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