Home
last modified time | relevance | path

Searched refs:ac97 (Results 1 – 8 of 8) sorted by relevance

/include/sound/
A Dac97_codec.h178 int (*build_3d) (struct snd_ac97 *ac97);
183 void (*suspend) (struct snd_ac97 *ac97);
184 void (*resume) (struct snd_ac97 *ac97);
190 void (*reset) (struct snd_ac97 *ac97);
191 void (*warm_reset)(struct snd_ac97 *ac97);
194 void (*wait) (struct snd_ac97 *ac97);
195 void (*init) (struct snd_ac97 *ac97);
292 return (ac97->scaps & AC97_SCAP_AUDIO); in ac97_is_audio()
296 return (ac97->scaps & AC97_SCAP_MODEM); in ac97_is_modem()
304 return (ac97->ext_id & AC97_EI_AMAP) != 0; in ac97_can_amap()
[all …]
A Demu10k1.h1738 struct snd_ac97 *ac97; member
1873 unsigned short snd_emu10k1_ac97_read(struct snd_ac97 *ac97, unsigned short reg);
1874 void snd_emu10k1_ac97_write(struct snd_ac97 *ac97, unsigned short reg, unsigned short data);
A Dsoc.h510 void snd_soc_free_ac97_component(struct snd_ac97 *ac97);
/include/linux/platform_data/
A Dasoc-imx-ssi.h17 void (*ac97_reset) (struct snd_ac97 *ac97);
18 void (*ac97_warm_reset)(struct snd_ac97 *ac97);
/include/sound/ac97/
A Dcompat.h15 void snd_ac97_compat_release(struct snd_ac97 *ac97);
/include/linux/mfd/
A Dwm97xx.h16 struct snd_ac97 *ac97; member
/include/linux/
A Dwm97xx.h270 struct snd_ac97 *ac97; /* ALSA codec access */ member
A Dregmap.h671 struct regmap *__regmap_init_ac97(struct snd_ac97 *ac97,
733 struct regmap *__devm_regmap_init_ac97(struct snd_ac97 *ac97,
944 #define regmap_init_ac97(ac97, config) \ argument
946 ac97, config)
1171 #define devm_regmap_init_ac97(ac97, config) \ argument
1173 ac97, config)

Completed in 28 milliseconds