Lines Matching refs:ac97_codec_device
36 * ac97_codec_device - a ac97 codec
47 struct ac97_codec_device {
58 * @probe: the function called when a ac97_codec_device is matched
65 int (*probe)(struct ac97_codec_device *);
66 void (*remove)(struct ac97_codec_device *dev);
67 void (*shutdown)(struct ac97_codec_device *);
71 static inline struct ac97_codec_device *to_ac97_device(struct device *d)
73 return container_of(d, struct ac97_codec_device, dev);
98 ac97_codec_dev2dev(struct ac97_codec_device *adev)
103 static inline void *ac97_get_drvdata(struct ac97_codec_device *adev)
108 static inline void ac97_set_drvdata(struct ac97_codec_device *adev,
114 void *snd_ac97_codec_get_platdata(const struct ac97_codec_device *adev);