HomeSort by: relevance | last modified time | path
    Searched refs:midi (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/modules/midi/
Makefile 7 KMOD= midi
  /src/sys/dev/
midi_mod.c 41 * The midi module itself doesn't do anything. It exists only to
42 * ensure that the combo-module for midi-plus-sequencer is loaded.
43 * This allows us to have both midi and sequencer code to refer
47 MODULE(MODULE_CLASS_DRIVER, midi, "midi_seq");
midi.c 1 /* $NetBSD: midi.c,v 1.101 2022/10/23 23:03:30 riastradh Exp $ */
8 * by Lennart Augustsson (augustss@NetBSD.org), (MIDI FST and Active
34 __KERNEL_RCSID(0, "$NetBSD: midi.c,v 1.101 2022/10/23 23:03:30 riastradh Exp $");
37 #include "midi.h"
130 CFATTACH_DECL_NEW(midi, sizeof(struct midi_softc),
162 DPRINTFN(2, ("MIDI attach\n"));
374 * A MIDI finite state transducer suitable for receiving or transmitting. It
375 * will accept correct MIDI input that uses, doesn't use, or sometimes uses the
418 * Two obscure points in the MIDI protocol complicate things further, both to
432 * midi(4) will never produce either such form of rubbish
    [all...]
  /src/sys/modules/midi_seq/
Makefile 11 SRCS+= midi.c \
  /src/sys/arch/playstation2/conf/
DEBUG 66 midi* at midibus?
68 # USB MIDI
  /src/sys/arch/x68k/x68k/
iodevice.h 288 * YAMAHA YM3802 MIDI chip.
290 struct midi { struct
330 struct midi io_midi[2]; /* 0x00eafa00 */
  /src/share/man/man4/
Makefile 46 micphy.4 midi.4 mii.4 mk48txx.4 mlx.4 mly.4 mpls.4 mpii.4 mpt.4 \
226 MLINKS+=midi.4 music.4
227 MLINKS+=midi.4 rmidi.4
228 MLINKS+=midi.4 sequencer.4
  /src/sys/arch/evbarm/conf/
RPI 132 midi* at midibus?
GENERIC64 579 midi* at midibus?
580 pseudo-device sequencer # MIDI sequencer
GENERIC 624 midi* at midibus?
625 pseudo-device sequencer # MIDI sequencer
  /src/sys/arch/riscv/conf/
GENERIC.common 163 midi* at midibus?
164 pseudo-device sequencer # MIDI sequencer
  /src/sys/modules/
Makefile 131 SUBDIR+= midi

Completed in 17 milliseconds