Lines Matching refs:snd_mpu401

46 static void snd_mpu401_uart_input_read(struct snd_mpu401 * mpu);
47 static void snd_mpu401_uart_output_write(struct snd_mpu401 * mpu);
59 static void mpu401_write_port(struct snd_mpu401 *mpu, unsigned char data, in mpu401_write_port()
65 static unsigned char mpu401_read_port(struct snd_mpu401 *mpu, in mpu401_read_port()
71 static void mpu401_write_mmio(struct snd_mpu401 *mpu, unsigned char data, in mpu401_write_mmio()
77 static unsigned char mpu401_read_mmio(struct snd_mpu401 *mpu, in mpu401_read_mmio()
84 static void snd_mpu401_uart_clear_rx(struct snd_mpu401 *mpu) in snd_mpu401_uart_clear_rx()
96 static void uart_interrupt_tx(struct snd_mpu401 *mpu) in uart_interrupt_tx()
108 static void _snd_mpu401_uart_interrupt(struct snd_mpu401 *mpu) in _snd_mpu401_uart_interrupt()
137 struct snd_mpu401 *mpu = dev_id; in snd_mpu401_uart_interrupt()
158 struct snd_mpu401 *mpu = dev_id; in snd_mpu401_uart_interrupt_tx()
174 struct snd_mpu401 *mpu = (struct snd_mpu401 *)data; in snd_mpu401_uart_timer()
188 static void snd_mpu401_uart_add_timer (struct snd_mpu401 *mpu, int input) in snd_mpu401_uart_add_timer()
206 static void snd_mpu401_uart_remove_timer (struct snd_mpu401 *mpu, int input) in snd_mpu401_uart_remove_timer()
225 static int snd_mpu401_uart_cmd(struct snd_mpu401 * mpu, unsigned char cmd, in snd_mpu401_uart_cmd()
272 static int snd_mpu401_do_reset(struct snd_mpu401 *mpu) in snd_mpu401_do_reset()
286 struct snd_mpu401 *mpu; in snd_mpu401_uart_input_open()
308 struct snd_mpu401 *mpu; in snd_mpu401_uart_output_open()
330 struct snd_mpu401 *mpu; in snd_mpu401_uart_input_close()
347 struct snd_mpu401 *mpu; in snd_mpu401_uart_output_close()
369 struct snd_mpu401 *mpu; in snd_mpu401_uart_input_trigger()
399 static void snd_mpu401_uart_input_read(struct snd_mpu401 * mpu) in snd_mpu401_uart_input_read()
425 static void snd_mpu401_uart_output_write(struct snd_mpu401 * mpu) in snd_mpu401_uart_output_write()
456 struct snd_mpu401 *mpu; in snd_mpu401_uart_output_trigger()
500 struct snd_mpu401 *mpu = rmidi->private_data; in snd_mpu401_uart_free()
532 struct snd_mpu401 *mpu; in snd_mpu401_uart_new()