Lines Matching refs:snd_riptide

416 struct snd_riptide {  struct
489 static int snd_riptide_initialize(struct snd_riptide *chip);
490 static int riptide_reset(struct cmdif *cif, struct snd_riptide *chip);
1073 struct snd_riptide *chip = dev_id; in riptide_handleirq()
1148 struct snd_riptide *chip = card->private_data; in riptide_suspend()
1159 struct snd_riptide *chip = card->private_data; in riptide_resume()
1170 static int try_to_load_firmware(struct cmdif *cif, struct snd_riptide *chip) in try_to_load_firmware()
1238 static int riptide_reset(struct cmdif *cif, struct snd_riptide *chip) in riptide_reset()
1346 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_pointer()
1381 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_trigger()
1442 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_prepare()
1543 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_hw_params()
1568 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_hw_free()
1590 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_playback_open()
1614 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_capture_open()
1637 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_playback_close()
1649 struct snd_riptide *chip = snd_pcm_substream_chip(substream); in snd_riptide_capture_close()
1677 static int snd_riptide_pcm(struct snd_riptide *chip, int device) in snd_riptide_pcm()
1702 struct snd_riptide *chip = dev_id; in snd_riptide_interrupt()
1727 struct snd_riptide *chip = ac97->private_data; in snd_riptide_codec_write()
1747 struct snd_riptide *chip = ac97->private_data; in snd_riptide_codec_read()
1760 static int snd_riptide_initialize(struct snd_riptide *chip) in snd_riptide_initialize()
1800 struct snd_riptide *chip = card->private_data; in snd_riptide_free()
1816 struct snd_riptide *chip = card->private_data; in snd_riptide_create()
1864 struct snd_riptide *chip = entry->private_data; in snd_riptide_proc_read()
1934 static void snd_riptide_proc_init(struct snd_riptide *chip) in snd_riptide_proc_init()
1940 static int snd_riptide_mixer(struct snd_riptide *chip) in snd_riptide_mixer()
2027 struct snd_riptide *chip; in __snd_card_riptide_probe()