Home
last modified time | relevance | path

Searched refs:pm_runtime_block_if_disabled (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dpm_runtime.h81 extern bool pm_runtime_block_if_disabled(struct device *dev);
289 static inline bool pm_runtime_block_if_disabled(struct device *dev) { return true; } in pm_runtime_block_if_disabled() function
/linux-6.15/drivers/base/power/
H A Druntime.c1471 bool pm_runtime_block_if_disabled(struct device *dev) in pm_runtime_block_if_disabled() function
H A Dmain.c1881 smart_suspend = !pm_runtime_block_if_disabled(dev); in device_prepare()