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

/freebsd-13-stable/sys/dev/sound/midi/
H A Dmpu401.h34 struct mpu401;
36 typedef int mpu401_intr_t(struct mpu401 *_obj);
38 extern struct mpu401 *
41 extern int mpu401_uninit(struct mpu401 *_obj);
H A Dmpu401.c49 #include <dev/sound/midi/mpu401.h>
76 struct mpu401 { struct
109 DEFINE_CLASS(mpu401, mpu401_methods, 0);
114 struct mpu401 *m = (struct mpu401 *)a;
121 mpu401_intr(struct mpu401 *m)
176 struct mpu401 *
180 struct mpu401 *m;
208 mpu401_uninit(struct mpu401 *m)
223 struct mpu401 *
[all...]
/freebsd-13-stable/sys/dev/sound/pci/
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 Demu10kx-midi.c52 #include <dev/sound/midi/mpu401.h>
61 struct mpu401 *mpu;
74 emu_mread(struct mpu401 *arg __unused, void *cookie, int reg)
89 emu_mwrite(struct mpu401 *arg __unused, void *cookie, int reg, unsigned char b)
100 emu_muninit(struct mpu401 *arg __unused, void *cookie)
H A Dcmi.c59 #include <dev/sound/midi/mpu401.h>
127 struct mpu401 *mpu;
778 * mpu401 functions
782 cmi_mread(struct mpu401 *arg, void *sc, int reg)
793 cmi_mwrite(struct mpu401 *arg, void *sc, int reg, unsigned char b)
800 cmi_muninit(struct mpu401 *arg, void *cookie)
H A Demu10k1.c43 #include <dev/sound/midi/mpu401.h>
233 struct mpu401 *mpu;
1162 emu_mread(struct mpu401 *arg, void *sc, int reg)
1171 emu_mwrite(struct mpu401 *arg, void *sc, int reg, unsigned char b)
1178 emu_muninit(struct mpu401 *arg, void *cookie)
/freebsd-13-stable/sys/modules/sound/sound/
H A DMakefile22 SRCS+= midi.c mpu401.c sequencer.c

Completed in 97 milliseconds