Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpm_runtime.h80 extern bool pm_runtime_block_if_disabled(struct device *dev);
288 static inline bool pm_runtime_block_if_disabled(struct device *dev) { return true; } in pm_runtime_block_if_disabled() function
/linux/drivers/base/power/
H A Dmain.c2218 smart_suspend = !pm_runtime_block_if_disabled(dev); in device_prepare()