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

/freebsd-12-stable/sys/dev/sound/midi/
H A Dmidi.h49 midi_init(kobj_class_t _mpu_cls, int _unit, int _channel, void *cookie);
H A Dmpu401.c196 m->mid = midi_init(&mpu401_class, 0, 0, m);
H A Dmidi.c164 * struct midi_chan *midi_init(MPU_CLASS cls, int unit, int chan,
276 * It is an error to call midi_init with an already used unit/channel combo.
282 midi_init(kobj_class_t cls, int unit, int channel, void *cookie) function
390 MIDI_DEBUG(1, printf("midi_init ended in error\n"));
/freebsd-12-stable/sys/dev/usb/template/
H A Dusb_template_midi.c259 midi_init(void *arg __unused) function
313 SYSINIT(midi_init, SI_SUB_LOCK, SI_ORDER_FIRST, midi_init, NULL);

Completed in 105 milliseconds