Searched refs:to_ac97_device (Results 1 – 2 of 2) sorted by relevance
22 struct ac97_codec_device *adev = to_ac97_device(ac97->private_data); in compat_ac97_reset()31 struct ac97_codec_device *adev = to_ac97_device(ac97->private_data); in compat_ac97_warm_reset()41 struct ac97_codec_device *adev = to_ac97_device(ac97->private_data); in compat_ac97_write()50 struct ac97_codec_device *adev = to_ac97_device(ac97->private_data); in compat_ac97_read()101 struct ac97_codec_device *adev = to_ac97_device(ac97->private_data); in snd_ac97_reset()
71 static inline struct ac97_codec_device *to_ac97_device(struct device *d) in to_ac97_device() function