Searched refs:soc_ac97_ops (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dstac9766.c149 soc_ac97_ops.write(codec->ac97, reg, val);
156 soc_ac97_ops.write(codec->ac97, reg, val);
168 val = soc_ac97_ops.read(codec->ac97, reg - AC97_STAC_PAGE0);
179 val = soc_ac97_ops.read(codec->ac97, reg);
246 if (try_warm && soc_ac97_ops.warm_reset) {
247 soc_ac97_ops.warm_reset(codec->ac97);
252 soc_ac97_ops.reset(codec->ac97);
253 if (soc_ac97_ops.warm_reset)
254 soc_ac97_ops.warm_reset(codec->ac97);
284 id = soc_ac97_ops
[all...]
H A Dad1980.c117 return soc_ac97_ops.read(codec->ac97, reg);
133 soc_ac97_ops.write(codec->ac97, reg, val);
164 if (try_warm && soc_ac97_ops.warm_reset) {
165 soc_ac97_ops.warm_reset(codec->ac97);
170 soc_ac97_ops.reset(codec->ac97);
223 ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0);
H A Dwm9705.c222 return soc_ac97_ops.read(codec->ac97, reg);
238 soc_ac97_ops.write(codec->ac97, reg, val);
311 if (soc_ac97_ops.reset) {
312 soc_ac97_ops.reset(codec->ac97);
326 soc_ac97_ops.write(codec->ac97, AC97_POWERDOWN, 0xffff);
345 soc_ac97_ops.write(codec->ac97, i, cache[i>>1]);
387 ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0);
H A Dac97.c71 return soc_ac97_ops.read(codec->ac97, reg);
77 soc_ac97_ops.write(codec->ac97, reg, val);
114 ret = snd_ac97_bus(codec->card, 0, &soc_ac97_ops, NULL, &ac97_bus);
H A Dwm9712.c451 return soc_ac97_ops.read(codec->ac97, reg);
468 soc_ac97_ops.write(codec->ac97, reg, val);
582 if (try_warm && soc_ac97_ops.warm_reset) {
583 soc_ac97_ops.warm_reset(codec->ac97);
588 soc_ac97_ops.reset(codec->ac97);
589 if (soc_ac97_ops.warm_reset)
590 soc_ac97_ops.warm_reset(codec->ac97);
631 soc_ac97_ops.write(codec->ac97, i, cache[i>>1]);
672 ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0);
H A Dwm9713.c666 return soc_ac97_ops.read(codec->ac97, reg);
682 soc_ac97_ops.write(codec->ac97, reg, val);
1110 if (try_warm && soc_ac97_ops.warm_reset) {
1111 soc_ac97_ops.warm_reset(codec->ac97);
1116 soc_ac97_ops.reset(codec->ac97);
1117 if (soc_ac97_ops.warm_reset)
1118 soc_ac97_ops.warm_reset(codec->ac97);
1200 soc_ac97_ops.write(codec->ac97, i, cache[i>>1]);
1245 ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/au1x/
H A Dpsc.h22 extern struct snd_ac97_bus_ops soc_ac97_ops;
H A Dpsc-ac97.c189 struct snd_ac97_bus_ops soc_ac97_ops = { variable in typeref:struct:snd_ac97_bus_ops
195 EXPORT_SYMBOL_GPL(soc_ac97_ops); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/pxa/
H A Dpxa2xx-ac97.c44 struct snd_ac97_bus_ops soc_ac97_ops = { variable in typeref:struct:snd_ac97_bus_ops
247 EXPORT_SYMBOL_GPL(soc_ac97_ops); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Dhac.c225 struct snd_ac97_bus_ops soc_ac97_ops = { variable in typeref:struct:snd_ac97_bus_ops
231 EXPORT_SYMBOL_GPL(soc_ac97_ops); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/txx9/
H A Dtxx9aclc-ac97.c127 struct snd_ac97_bus_ops soc_ac97_ops = { variable in typeref:struct:snd_ac97_bus_ops
132 EXPORT_SYMBOL_GPL(soc_ac97_ops); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-ac97.c247 struct snd_ac97_bus_ops soc_ac97_ops = { variable in typeref:struct:snd_ac97_bus_ops
253 EXPORT_SYMBOL_GPL(soc_ac97_ops); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/fsl/
H A Dmpc5200_psc_ac97.c134 struct snd_ac97_bus_ops soc_ac97_ops = { variable in typeref:struct:snd_ac97_bus_ops
140 EXPORT_SYMBOL_GPL(soc_ac97_ops); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/nuc900/
H A Dnuc900-ac97.c201 struct snd_ac97_bus_ops soc_ac97_ops = { variable in typeref:struct:snd_ac97_bus_ops
207 EXPORT_SYMBOL_GPL(soc_ac97_ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s3c24xx/
H A Ds3c-ac97.c212 struct snd_ac97_bus_ops soc_ac97_ops = { variable in typeref:struct:snd_ac97_bus_ops
218 EXPORT_SYMBOL_GPL(soc_ac97_ops); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/imx/
H A Dimx-ssi.c575 struct snd_ac97_bus_ops soc_ac97_ops = { variable in typeref:struct:snd_ac97_bus_ops
581 EXPORT_SYMBOL_GPL(soc_ac97_ops); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsoc.h244 extern struct snd_ac97_bus_ops soc_ac97_ops;

Completed in 211 milliseconds