Searched refs:midi_uninit (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/sound/midi/
H A Dmidi.h50 int midi_uninit(struct snd_midi *_m);
H A Dmpu401.c213 retval = midi_uninit(m->mid);
H A Dmidi.c166 * int midi_uninit(struct snd_midi *)
395 * midi_uninit does not call MIDI_UNINIT, as since this is the implementors
396 * entry point. midi_uninit if fact, does not send any methods. A call to
397 * midi_uninit is a defacto promise that you won't manipulate ch anymore
402 midi_uninit(struct snd_midi *m) function
/freebsd-12-stable/sys/dev/usb/template/
H A Dusb_template_midi.c307 midi_uninit(void *arg __unused) function
314 SYSUNINIT(midi_uninit, SI_SUB_LOCK, SI_ORDER_FIRST, midi_uninit, NULL);

Completed in 115 milliseconds