Searched refs:mpu401 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/sound/midi/
H A Dmpu401.h32 struct mpu401;
34 typedef int mpu401_intr_t(struct mpu401 *_obj);
36 extern struct mpu401 *
39 extern int mpu401_uninit(struct mpu401 *_obj);
H A Dmpu401.c47 #include <dev/sound/midi/mpu401.h>
74 struct mpu401 { struct
107 DEFINE_CLASS(mpu401, mpu401_methods, 0);
112 struct mpu401 *m = (struct mpu401 *)a;
119 mpu401_intr(struct mpu401 *m)
174 struct mpu401 *
178 struct mpu401 *m;
206 mpu401_uninit(struct mpu401 *m)
221 struct mpu401 *
[all...]
/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10kx-midi.c50 #include <dev/sound/midi/mpu401.h>
59 struct mpu401 *mpu;
72 emu_mread(struct mpu401 *arg __unused, void *cookie, int reg)
87 emu_mwrite(struct mpu401 *arg __unused, void *cookie, int reg, unsigned char b)
98 emu_muninit(struct mpu401 *arg __unused, void *cookie)
H A Dcsamidi.c50 #include <dev/sound/midi/mpu401.h>
59 /* pulled from mpu401.c */
78 struct mpu401 *mpu;
112 csamidi_mread(struct mpu401 *arg __unused, void *cookie, int reg)
139 csamidi_mwrite(struct mpu401 *arg __unused, void *cookie, int reg, unsigned char b)
175 csamidi_muninit(struct mpu401 *arg __unused, void *cookie)
H A Dcmi.c57 #include <dev/sound/midi/mpu401.h>
125 struct mpu401 *mpu;
779 * mpu401 functions
783 cmi_mread(struct mpu401 *arg, void *sc, int reg)
794 cmi_mwrite(struct mpu401 *arg, void *sc, int reg, unsigned char b)
801 cmi_muninit(struct mpu401 *arg, void *cookie)
H A Demu10k1.c41 #include <dev/sound/midi/mpu401.h>
231 struct mpu401 *mpu;
1160 emu_mread(struct mpu401 *arg, void *sc, int reg)
1169 emu_mwrite(struct mpu401 *arg, void *sc, int reg, unsigned char b)
1176 emu_muninit(struct mpu401 *arg, void *cookie)
/freebsd-11-stable/sys/modules/sound/sound/
H A DMakefile22 SRCS+= midi.c mpu401.c sequencer.c

Completed in 96 milliseconds