Searched refs:snd_mpu401 (Results 1 – 7 of 7) sorted by relevance
81 static void uart_interrupt_tx(struct snd_mpu401 *mpu) in uart_interrupt_tx()122 struct snd_mpu401 *mpu = dev_id; in snd_mpu401_uart_interrupt()143 struct snd_mpu401 *mpu = dev_id; in snd_mpu401_uart_interrupt_tx()270 struct snd_mpu401 *mpu; in snd_mpu401_uart_input_open()295 struct snd_mpu401 *mpu; in snd_mpu401_uart_output_open()320 struct snd_mpu401 *mpu; in snd_mpu401_uart_input_close()337 struct snd_mpu401 *mpu; in snd_mpu401_uart_output_close()359 struct snd_mpu401 *mpu; in snd_mpu401_uart_input_trigger()446 struct snd_mpu401 *mpu; in snd_mpu401_uart_output_trigger()490 struct snd_mpu401 *mpu = rmidi->private_data; in snd_mpu401_uart_free()[all …]
56 struct snd_mpu401 { struct69 int (*open_input) (struct snd_mpu401 * mpu); argument70 void (*close_input) (struct snd_mpu401 * mpu); argument71 int (*open_output) (struct snd_mpu401 * mpu); argument72 void (*close_output) (struct snd_mpu401 * mpu); argument84 void (*write) (struct snd_mpu401 * mpu, unsigned char data, unsigned long addr); argument85 unsigned char (*read) (struct snd_mpu401 *mpu, unsigned long addr); argument
34 struct snd_mpu401 *mpu; in snd_vortex_midi()
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()
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()
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()
2978 field of struct snd_mpu401 manually afterward.2979 However, struct snd_mpu401 pointer is2981 need to cast ``rmidi->private_data`` to struct snd_mpu401 explicitly::2983 struct snd_mpu401 *mpu;