Searched refs:pm_runtime_block_if_disabled (Results 1 – 2 of 2) sorted by relevance
80 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
2218 smart_suspend = !pm_runtime_block_if_disabled(dev); in device_prepare()