Searched refs:pm_runtime_block_if_disabled (Results 1 – 3 of 3) sorted by relevance
81 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
1471 bool pm_runtime_block_if_disabled(struct device *dev) in pm_runtime_block_if_disabled() function
1881 smart_suspend = !pm_runtime_block_if_disabled(dev); in device_prepare()