Symbol: mpu401
sys/dev/sound/midi/mpu401.c
101
DEFINE_CLASS(mpu401, mpu401_methods, 0);
sys/dev/sound/midi/mpu401.c
106
struct mpu401 *m = (struct mpu401 *)a;
sys/dev/sound/midi/mpu401.c
113
mpu401_intr(struct mpu401 *m)
sys/dev/sound/midi/mpu401.c
168
struct mpu401 *
sys/dev/sound/midi/mpu401.c
172
struct mpu401 *m;
sys/dev/sound/midi/mpu401.c
197
mpu401_uninit(struct mpu401 *m)
sys/dev/sound/midi/mpu401.c
212
struct mpu401 *m = arg;
sys/dev/sound/midi/mpu401.c
237
struct mpu401 *m = arg;
sys/dev/sound/midi/mpu401.c
257
struct mpu401 *m = arg;
sys/dev/sound/midi/mpu401.h
32
struct mpu401;
sys/dev/sound/midi/mpu401.h
34
typedef int mpu401_intr_t(struct mpu401 *_obj);
sys/dev/sound/midi/mpu401.h
36
extern struct mpu401 *
sys/dev/sound/midi/mpu401.h
39
extern int mpu401_uninit(struct mpu401 *_obj);
sys/dev/sound/pci/cmi.c
125
struct mpu401 *mpu;
sys/dev/sound/pci/cmi.c
785
cmi_mread(struct mpu401 *arg, void *sc, int reg)
sys/dev/sound/pci/cmi.c
796
cmi_mwrite(struct mpu401 *arg, void *sc, int reg, unsigned char b)
sys/dev/sound/pci/cmi.c
803
cmi_muninit(struct mpu401 *arg, void *cookie)
sys/dev/sound/pci/emu10k1.c
1160
emu_mread(struct mpu401 *arg, void *sc, int reg)
sys/dev/sound/pci/emu10k1.c
1169
emu_mwrite(struct mpu401 *arg, void *sc, int reg, unsigned char b)
sys/dev/sound/pci/emu10k1.c
1176
emu_muninit(struct mpu401 *arg, void *cookie)
sys/dev/sound/pci/emu10k1.c
231
struct mpu401 *mpu;
sys/dev/sound/pci/emu10kx-midi.c
57
struct mpu401 *mpu;
sys/dev/sound/pci/emu10kx-midi.c
70
emu_mread(struct mpu401 *arg __unused, void *cookie, int reg)
sys/dev/sound/pci/emu10kx-midi.c
85
emu_mwrite(struct mpu401 *arg __unused, void *cookie, int reg, unsigned char b)
sys/dev/sound/pci/emu10kx-midi.c
96
emu_muninit(struct mpu401 *arg __unused, void *cookie)