Home
last modified time | relevance | path

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

/linux/sound/ac97/
H A Dsnd_ac97_compat.c22 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()
/linux/include/sound/ac97/
H A Dcodec.h71 static inline struct ac97_codec_device *to_ac97_device(struct device *d) in to_ac97_device() function