Symbol: AC97_RESET
drivers/base/regmap/regmap-ac97.c
20
case AC97_RESET:
drivers/media/usb/em28xx/em28xx-cards.c
2959
feat = em28xx_read_ac97(dev, AC97_RESET);
drivers/media/usb/em28xx/em28xx-core.c
566
feat = em28xx_read_ac97(dev, AC97_RESET);
drivers/mfd/wm97xx-core.c
38
case AC97_RESET ... AC97_PCM_SURR_DAC_RATE:
sound/pci/ac97/ac97_codec.c
1898
snd_ac97_read(ac97, AC97_RESET);
sound/pci/ac97/ac97_codec.c
2111
snd_ac97_write(ac97, AC97_RESET, 0);
sound/pci/ac97/ac97_codec.c
2156
ac97->caps = snd_ac97_read(ac97, AC97_RESET);
sound/pci/ac97/ac97_codec.c
2188
snd_ac97_write_cache(ac97, AC97_RESET, 0); /* reset to defaults */
sound/pci/ac97/ac97_codec.c
2595
snd_ac97_write(ac97, AC97_RESET, 0);
sound/pci/ac97/ac97_codec.c
278
ac97->bus->ops->write(ac97, AC97_RESET, 0); /* reset audio codec */
sound/pci/azt3328.c
668
case AC97_RESET:
sound/pci/cs46xx/cs46xx_lib.c
2336
snd_ac97_write(ac97, AC97_RESET, 0);
sound/pci/cs46xx/cs46xx_lib.c
2359
snd_ac97_read(ac97, AC97_RESET);
sound/pci/cs46xx/cs46xx_lib.c
2394
snd_cs46xx_codec_write(chip, AC97_RESET, 0, codec);
sound/pci/cs46xx/cs46xx_lib.c
2396
if (snd_cs46xx_codec_read(chip, AC97_RESET, codec) & 0x8000) {
sound/pci/ens1370.c
704
snd_es1371_codec_read(ac97, AC97_RESET);
sound/pci/fm801.c
1090
return wait_for_codec(chip, 0, AC97_RESET, msecs_to_jiffies(750));
sound/pci/oxygen/oxygen_lib.c
505
oxygen_write_ac97(chip, 0, AC97_RESET, 0);
sound/pci/oxygen/oxygen_lib.c
538
oxygen_write_ac97(chip, 1, AC97_RESET, 0);
sound/pci/oxygen/oxygen_lib.c
754
oxygen_write_ac97(chip, codec, AC97_RESET, 0);
sound/pci/riptide/riptide.c
1260
SEND_SACR(cif, 0, AC97_RESET);
sound/pci/riptide/riptide.c
1261
SEND_RACR(cif, AC97_RESET, &rptr);
sound/soc/codecs/ad1980.c
61
case AC97_RESET ... AC97_MASTER_MONO:
sound/soc/codecs/wm9713.c
646
case AC97_RESET ... AC97_PCM_SURR_DAC_RATE: