Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dstac9766.c147 soc_ac97_ops->write(ac97, reg, val); in stac9766_ac97_write()
154 soc_ac97_ops->write(ac97, reg, val); in stac9766_ac97_write()
167 val = soc_ac97_ops->read(ac97, reg - AC97_STAC_PAGE0); in stac9766_ac97_read()
178 val = soc_ac97_ops->read(ac97, reg); in stac9766_ac97_read()
247 if (try_warm && soc_ac97_ops->warm_reset) { in stac9766_reset()
248 soc_ac97_ops->warm_reset(ac97); in stac9766_reset()
253 soc_ac97_ops->reset(ac97); in stac9766_reset()
254 if (soc_ac97_ops->warm_reset) in stac9766_reset()
255 soc_ac97_ops->warm_reset(ac97); in stac9766_reset()
274 id = soc_ac97_ops->read(ac97, AC97_VENDOR_ID2); in stac9766_codec_resume()
Dwm9705.c213 return soc_ac97_ops->read(ac97, reg); in ac97_read()
230 soc_ac97_ops->write(ac97, reg, val); in ac97_write()
300 if (soc_ac97_ops->reset) { in wm9705_reset()
301 soc_ac97_ops->reset(ac97); in wm9705_reset()
316 soc_ac97_ops->write(ac97, AC97_POWERDOWN, 0xffff); in wm9705_soc_suspend()
332 soc_ac97_ops->write(ac97, i, cache[i>>1]); in wm9705_soc_resume()
Dwm9712.c494 return soc_ac97_ops->read(wm9712->ac97, reg); in ac97_read()
511 soc_ac97_ops->write(wm9712->ac97, reg, val); in ac97_write()
621 if (try_warm && soc_ac97_ops->warm_reset) { in wm9712_reset()
622 soc_ac97_ops->warm_reset(wm9712->ac97); in wm9712_reset()
627 soc_ac97_ops->reset(wm9712->ac97); in wm9712_reset()
628 if (soc_ac97_ops->warm_reset) in wm9712_reset()
629 soc_ac97_ops->warm_reset(wm9712->ac97); in wm9712_reset()
657 soc_ac97_ops->write(wm9712->ac97, i, cache[i>>1]); in wm9712_soc_resume()
Dad1980.c211 if (try_warm && soc_ac97_ops->warm_reset) { in ad1980_reset()
212 soc_ac97_ops->warm_reset(ac97); in ad1980_reset()
217 soc_ac97_ops->reset(ac97); in ad1980_reset()
Dwm9713.c684 return soc_ac97_ops->read(wm9713->ac97, reg); in ac97_read()
701 soc_ac97_ops->write(wm9713->ac97, reg, val); in ac97_write()
1130 if (try_warm && soc_ac97_ops->warm_reset) { in wm9713_reset()
1131 soc_ac97_ops->warm_reset(wm9713->ac97); in wm9713_reset()
1136 soc_ac97_ops->reset(wm9713->ac97); in wm9713_reset()
1137 if (soc_ac97_ops->warm_reset) in wm9713_reset()
1138 soc_ac97_ops->warm_reset(wm9713->ac97); in wm9713_reset()
1216 soc_ac97_ops->write(wm9713->ac97, i, cache[i>>1]); in wm9713_soc_resume()
Dac97.c80 ret = snd_ac97_bus(codec->component.card->snd_card, 0, soc_ac97_ops, in ac97_soc_probe()
/linux-4.1.27/sound/soc/
Dsoc-ac97.c235 struct snd_ac97_bus_ops *soc_ac97_ops; variable
236 EXPORT_SYMBOL_GPL(soc_ac97_ops);
240 if (ops == soc_ac97_ops) in snd_soc_set_ac97_ops()
243 if (soc_ac97_ops && ops) in snd_soc_set_ac97_ops()
246 soc_ac97_ops = ops; in snd_soc_set_ac97_ops()
/linux-4.1.27/include/sound/
Dsoc.h526 extern struct snd_ac97_bus_ops *soc_ac97_ops;