Lines Matching defs:snd_midi
94 struct snd_midi {
120 TAILQ_ENTRY(snd_midi) link;
125 struct snd_midi *m;
158 * int midi_uninit(struct snd_midi *)
163 * int midi_in(struct snd_midi *, char *buf, int count)
164 * int midi_out(struct snd_midi *, char *buf, int count)
174 TAILQ_HEAD(, snd_midi) midi_devs;
229 static int midi_destroy(struct snd_midi *, int);
292 struct snd_midi *
295 struct snd_midi *m;
412 midi_uninit(struct snd_midi *m)
464 midi_in(struct snd_midi *m, uint8_t *buf, int size)
594 midi_out(struct snd_midi *m, uint8_t *buf, int size)
636 struct snd_midi *m = i_dev->si_drv1;
695 struct snd_midi *m = i_dev->si_drv1;
741 struct snd_midi *m = i_dev->si_drv1;
819 struct snd_midi *m = i_dev->si_drv1;
904 struct snd_midi *m = i_dev->si_drv1;
1009 struct snd_midi *m;
1079 struct snd_midi *m = ((struct synth_midi *)n)->m;
1142 struct snd_midi *m = ((struct synth_midi *)n)->m;
1188 struct snd_midi *m = ((struct synth_midi *)n)->m;
1368 midi_destroy(struct snd_midi *m, int midiuninit)
1408 struct snd_midi *m, *tmp;
1485 struct snd_midi *m;
1516 struct snd_midi *m;