Lines Matching defs:snd_es18xx
87 struct snd_es18xx {
162 static int snd_es18xx_dsp_command(struct snd_es18xx *chip, unsigned char val)
175 static int snd_es18xx_dsp_get_byte(struct snd_es18xx *chip)
189 static int snd_es18xx_write(struct snd_es18xx *chip,
208 static int snd_es18xx_read(struct snd_es18xx *chip, unsigned char reg)
230 static int snd_es18xx_bits(struct snd_es18xx *chip, unsigned char reg,
268 static inline void snd_es18xx_mixer_write(struct snd_es18xx *chip,
281 static inline int snd_es18xx_mixer_read(struct snd_es18xx *chip, unsigned char reg)
296 static inline int snd_es18xx_mixer_bits(struct snd_es18xx *chip, unsigned char reg,
317 static inline int snd_es18xx_mixer_writable(struct snd_es18xx *chip, unsigned char reg,
337 static int snd_es18xx_reset(struct snd_es18xx *chip)
349 static int snd_es18xx_reset_fifo(struct snd_es18xx *chip)
398 static void snd_es18xx_rate_set(struct snd_es18xx *chip,
436 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
459 static int snd_es18xx_playback1_prepare(struct snd_es18xx *chip,
485 static int snd_es18xx_playback1_trigger(struct snd_es18xx *chip,
538 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
558 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
596 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
622 static int snd_es18xx_playback2_prepare(struct snd_es18xx *chip,
657 static int snd_es18xx_playback2_trigger(struct snd_es18xx *chip,
699 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
709 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
719 struct snd_es18xx *chip = card->private_data;
788 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
807 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
860 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
885 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
902 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
914 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
949 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
969 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
986 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1025 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1033 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1057 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1067 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1075 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1082 static int snd_es18xx_reg_bits(struct snd_es18xx *chip, unsigned char reg,
1091 static int snd_es18xx_reg_read(struct snd_es18xx *chip, unsigned char reg)
1121 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1141 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1185 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1210 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1348 static int snd_es18xx_config_read(struct snd_es18xx *chip, unsigned char reg)
1357 static void snd_es18xx_config_write(struct snd_es18xx *chip,
1369 static int snd_es18xx_initialize(struct snd_es18xx *chip,
1534 static int snd_es18xx_identify(struct snd_es18xx *chip)
1603 static int snd_es18xx_probe(struct snd_es18xx *chip,
1663 struct snd_es18xx *chip = card->private_data;
1699 struct snd_es18xx *chip = card->private_data;
1714 struct snd_es18xx *chip = card->private_data;
1726 struct snd_es18xx *chip = card->private_data;
1755 struct snd_es18xx *chip = card->private_data;
1814 struct snd_es18xx *chip = card->private_data;
2025 static int snd_audiodrive_pnp(int dev, struct snd_es18xx *chip,
2055 static int snd_audiodrive_pnpc(int dev, struct snd_es18xx *chip,
2091 sizeof(struct snd_es18xx), cardp);
2096 struct snd_es18xx *chip = card->private_data;