snd_mpu401         82 include/sound/mpu401.h 	int (*open_input) (struct snd_mpu401 * mpu);
snd_mpu401         83 include/sound/mpu401.h 	void (*close_input) (struct snd_mpu401 * mpu);
snd_mpu401         84 include/sound/mpu401.h 	int (*open_output) (struct snd_mpu401 * mpu);
snd_mpu401         85 include/sound/mpu401.h 	void (*close_output) (struct snd_mpu401 * mpu);
snd_mpu401         97 include/sound/mpu401.h 	void (*write) (struct snd_mpu401 * mpu, unsigned char data, unsigned long addr);
snd_mpu401         98 include/sound/mpu401.h 	unsigned char (*read) (struct snd_mpu401 *mpu, unsigned long addr);
snd_mpu401        134 sound/drivers/mpu401/mpu401_uart.c 	struct snd_mpu401 *mpu = dev_id;
snd_mpu401        153 sound/drivers/mpu401/mpu401_uart.c 	struct snd_mpu401 *mpu = dev_id;
snd_mpu401        169 sound/drivers/mpu401/mpu401_uart.c 	struct snd_mpu401 *mpu = (struct snd_mpu401 *)data;
snd_mpu401        284 sound/drivers/mpu401/mpu401_uart.c 	struct snd_mpu401 *mpu;
snd_mpu401        306 sound/drivers/mpu401/mpu401_uart.c 	struct snd_mpu401 *mpu;
snd_mpu401        328 sound/drivers/mpu401/mpu401_uart.c 	struct snd_mpu401 *mpu;
snd_mpu401        345 sound/drivers/mpu401/mpu401_uart.c 	struct snd_mpu401 *mpu;
snd_mpu401        367 sound/drivers/mpu401/mpu401_uart.c 	struct snd_mpu401 *mpu;
snd_mpu401        454 sound/drivers/mpu401/mpu401_uart.c 	struct snd_mpu401 *mpu;
snd_mpu401        498 sound/drivers/mpu401/mpu401_uart.c 	struct snd_mpu401 *mpu = rmidi->private_data;
snd_mpu401        531 sound/drivers/mpu401/mpu401_uart.c 	struct snd_mpu401 *mpu;
snd_mpu401        151 sound/isa/sscape.c 	struct snd_mpu401 *mpu;
snd_mpu401        942 sound/isa/sscape.c 		struct snd_mpu401 *mpu = (struct snd_mpu401 *) rawmidi->private_data;
snd_mpu401         48 sound/pci/au88x0/au88x0_mpu401.c 	struct snd_mpu401 *mpu;
snd_mpu401       1393 sound/pci/sonicvibes.c 	struct snd_mpu401 * mpu = rmidi->private_data;