Home
last modified time | relevance | path

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

/include/linux/
Dpm_runtime.h123 static inline bool pm_runtime_suspended(struct device *dev) in pm_runtime_suspended() function
264 static inline bool pm_runtime_suspended(struct device *dev) { return false; } in pm_runtime_suspended() function
/include/sound/
Dhdaudio.h200 return !pm_runtime_suspended(&codec->dev); in snd_hdac_is_power_on()