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

/freebsd-11-stable/sys/dev/sound/midi/
H A Dmidi.h48 int midi_uninit(struct snd_midi *_m);
H A Dmpu401.c211 retval = midi_uninit(m->mid);
H A Dmidi.c164 * int midi_uninit(struct snd_midi *)
393 * midi_uninit does not call MIDI_UNINIT, as since this is the implementors
394 * entry point. midi_uninit if fact, does not send any methods. A call to
395 * midi_uninit is a defacto promise that you won't manipulate ch anymore
400 midi_uninit(struct snd_midi *m) function
/freebsd-11-stable/sys/dev/usb/template/
H A Dusb_template_midi.c305 midi_uninit(void *arg __unused) function
312 SYSUNINIT(midi_uninit, SI_SUB_LOCK, SI_ORDER_FIRST, midi_uninit, NULL);

Completed in 181 milliseconds