Lines Matching refs:emu10k1x

184 	struct emu10k1x *emu;
192 struct emu10k1x *emu;
199 struct emu10k1x *emu;
210 void (*interrupt)(struct emu10k1x *emu, unsigned int status);
214 struct emu10k1x {
279 static unsigned int snd_emu10k1x_ptr_read(struct emu10k1x * emu,
295 static void snd_emu10k1x_ptr_write(struct emu10k1x *emu,
311 static void snd_emu10k1x_intr_enable(struct emu10k1x *emu, unsigned int intrenb)
322 static void snd_emu10k1x_intr_disable(struct emu10k1x *emu, unsigned int intrenb)
333 static void snd_emu10k1x_gpio_write(struct emu10k1x *emu, unsigned int value)
347 static void snd_emu10k1x_pcm_interrupt(struct emu10k1x *emu, struct emu10k1x_voice *voice)
369 struct emu10k1x *chip = snd_pcm_substream_chip(substream);
440 struct emu10k1x *emu = snd_pcm_substream_chip(substream);
470 struct emu10k1x *emu = snd_pcm_substream_chip(substream);
478 "trigger - emu10k1x = 0x%x, cmd = %i, pointer = %d\n",
507 struct emu10k1x *emu = snd_pcm_substream_chip(substream);
549 struct emu10k1x *chip = snd_pcm_substream_chip(substream);
623 struct emu10k1x *emu = snd_pcm_substream_chip(substream);
638 struct emu10k1x *emu = snd_pcm_substream_chip(substream);
667 struct emu10k1x *emu = snd_pcm_substream_chip(substream);
695 struct emu10k1x *emu = ac97->private_data;
709 struct emu10k1x *emu = ac97->private_data;
718 static int snd_emu10k1x_ac97(struct emu10k1x *chip)
741 struct emu10k1x *chip = card->private_data;
754 struct emu10k1x *chip = dev_id;
813 static int snd_emu10k1x_pcm(struct emu10k1x *emu, int device)
823 err = snd_pcm_new(emu->card, "emu10k1x", device, 1, capture, &pcm);
867 struct emu10k1x *chip = card->private_data;
966 struct emu10k1x *emu = entry->private_data;
994 struct emu10k1x *emu = entry->private_data;
1007 static int snd_emu10k1x_proc_init(struct emu10k1x *emu)
1020 struct emu10k1x *emu = snd_kcontrol_chip(kcontrol);
1030 struct emu10k1x *emu = snd_kcontrol_chip(kcontrol);
1068 struct emu10k1x *emu = snd_kcontrol_chip(kcontrol);
1091 struct emu10k1x *emu = snd_kcontrol_chip(kcontrol);
1128 static int snd_emu10k1x_mixer(struct emu10k1x *emu)
1159 static inline unsigned char mpu401_read(struct emu10k1x *emu, struct emu10k1x_midi *mpu, int idx)
1164 static inline void mpu401_write(struct emu10k1x *emu, struct emu10k1x_midi *mpu, int data, int idx)
1181 static void mpu401_clear_rx(struct emu10k1x *emu, struct emu10k1x_midi *mpu)
1198 static void do_emu10k1x_midi_interrupt(struct emu10k1x *emu,
1232 static void snd_emu10k1x_midi_interrupt(struct emu10k1x *emu, unsigned int status)
1237 static int snd_emu10k1x_midi_cmd(struct emu10k1x * emu,
1276 struct emu10k1x *emu;
1303 struct emu10k1x *emu;
1330 struct emu10k1x *emu;
1353 struct emu10k1x *emu;
1376 struct emu10k1x *emu;
1390 struct emu10k1x *emu;
1450 static int emu10k1x_midi_init(struct emu10k1x *emu,
1476 static int snd_emu10k1x_midi(struct emu10k1x *emu)
1499 struct emu10k1x *chip;