Searched refs:snd_mpu401 (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/sound/drivers/mpu401/ |
D | mpu401_uart.c | 31 static void snd_mpu401_uart_input_read(struct snd_mpu401 * mpu); 32 static void snd_mpu401_uart_output_write(struct snd_mpu401 * mpu); 44 static void mpu401_write_port(struct snd_mpu401 *mpu, unsigned char data, in mpu401_write_port() 50 static unsigned char mpu401_read_port(struct snd_mpu401 *mpu, in mpu401_read_port() 56 static void mpu401_write_mmio(struct snd_mpu401 *mpu, unsigned char data, in mpu401_write_mmio() 62 static unsigned char mpu401_read_mmio(struct snd_mpu401 *mpu, in mpu401_read_mmio() 69 static void snd_mpu401_uart_clear_rx(struct snd_mpu401 *mpu) in snd_mpu401_uart_clear_rx() 81 static void uart_interrupt_tx(struct snd_mpu401 *mpu) in uart_interrupt_tx() 93 static void _snd_mpu401_uart_interrupt(struct snd_mpu401 *mpu) in _snd_mpu401_uart_interrupt() 122 struct snd_mpu401 *mpu = dev_id; in snd_mpu401_uart_interrupt() [all …]
|
/linux-6.6.21/include/sound/ |
D | mpu401.h | 56 struct snd_mpu401 { struct 69 int (*open_input) (struct snd_mpu401 * mpu); argument 70 void (*close_input) (struct snd_mpu401 * mpu); argument 71 int (*open_output) (struct snd_mpu401 * mpu); argument 72 void (*close_output) (struct snd_mpu401 * mpu); argument 84 void (*write) (struct snd_mpu401 * mpu, unsigned char data, unsigned long addr); argument 85 unsigned char (*read) (struct snd_mpu401 *mpu, unsigned long addr); argument
|
/linux-6.6.21/sound/pci/au88x0/ |
D | au88x0_mpu401.c | 34 struct snd_mpu401 *mpu; in snd_vortex_midi()
|
/linux-6.6.21/sound/isa/ |
D | sscape.c | 305 static inline int verify_mpu401(const struct snd_mpu401 *mpu) in verify_mpu401() 313 static inline void initialise_mpu401(const struct snd_mpu401 *mpu) in initialise_mpu401() 783 static int mpu401_open(struct snd_mpu401 *mpu) in mpu401_open() 807 struct snd_mpu401 *mpu = rawmidi->private_data; in create_mpu401()
|
/linux-6.6.21/sound/isa/msnd/ |
D | msnd_pinnacle.c | 506 static int snd_msnd_mpu401_open(struct snd_mpu401 *mpu) in snd_msnd_mpu401_open() 513 static void snd_msnd_mpu401_close(struct snd_mpu401 *mpu) in snd_msnd_mpu401_close() 571 struct snd_mpu401 *mpu; in snd_msnd_attach()
|
/linux-6.6.21/sound/pci/ |
D | sonicvibes.c | 1358 static int snd_sonicvibes_midi_input_open(struct snd_mpu401 * mpu) in snd_sonicvibes_midi_input_open() 1365 static void snd_sonicvibes_midi_input_close(struct snd_mpu401 * mpu) in snd_sonicvibes_midi_input_close() 1374 struct snd_mpu401 * mpu = rmidi->private_data; in snd_sonicvibes_midi()
|
/linux-6.6.21/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 2978 field of struct snd_mpu401 manually afterward. 2979 However, struct snd_mpu401 pointer is 2981 need to cast ``rmidi->private_data`` to struct snd_mpu401 explicitly:: 2983 struct snd_mpu401 *mpu;
|