Lines Matching defs:private_data
473 void snd_opl4_note_on(void *private_data, int note, int vel, struct snd_midi_channel *chan)
475 struct snd_opl4 *opl4 = private_data;
552 void snd_opl4_note_off(void *private_data, int note, int vel, struct snd_midi_channel *chan)
554 struct snd_opl4 *opl4 = private_data;
567 void snd_opl4_terminate_note(void *private_data, int note, struct snd_midi_channel *chan)
569 struct snd_opl4 *opl4 = private_data;
574 void snd_opl4_control(void *private_data, int type, struct snd_midi_channel *chan)
576 struct snd_opl4 *opl4 = private_data;
613 void snd_opl4_sysex(void *private_data, unsigned char *buf, int len,
616 struct snd_opl4 *opl4 = private_data;