Searched refs:pm_runtime_suspended (Results 1 – 2 of 2) sorted by relevance
123 static inline bool pm_runtime_suspended(struct device *dev) in pm_runtime_suspended() function264 static inline bool pm_runtime_suspended(struct device *dev) { return false; } in pm_runtime_suspended() function
200 return !pm_runtime_suspended(&codec->dev); in snd_hdac_is_power_on()