Searched refs:snd_mpu401 (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/drivers/mpu401/ |
| H A 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() 82 static void uart_interrupt_tx(struct snd_mpu401 *mpu) in uart_interrupt_tx() 91 static void _snd_mpu401_uart_interrupt(struct snd_mpu401 *mpu) in _snd_mpu401_uart_interrupt() 117 struct snd_mpu401 *mpu = dev_id; in snd_mpu401_uart_interrupt() [all …]
|
| /linux/include/sound/ |
| H A 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/sound/pci/au88x0/ |
| H A D | au88x0_mpu401.c | 34 struct snd_mpu401 *mpu; in snd_vortex_midi()
|
| /linux/Documentation/sound/kernel-api/ |
| H A 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;
|