snd_midi_channel  170 include/sound/emux_synth.h 	struct snd_midi_channel *chan;	/* Midi channel for this note */
snd_midi_channel  280 include/sound/opl3.h 	struct snd_midi_channel *chan;	/* Midi channel for this note */
snd_midi_channel   59 include/sound/seq_midi_emul.h 	struct snd_midi_channel *channels;
snd_midi_channel   69 include/sound/seq_midi_emul.h 	void (*note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
snd_midi_channel   70 include/sound/seq_midi_emul.h 	void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release note */
snd_midi_channel   71 include/sound/seq_midi_emul.h 	void (*key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
snd_midi_channel   72 include/sound/seq_midi_emul.h 	void (*note_terminate)(void *private_data, int note, struct snd_midi_channel *chan); /* terminate note immediately */
snd_midi_channel   73 include/sound/seq_midi_emul.h 	void (*control)(void *private_data, int type, struct snd_midi_channel *chan);
snd_midi_channel   74 include/sound/seq_midi_emul.h 	void (*nrpn)(void *private_data, struct snd_midi_channel *chan,
snd_midi_channel   34 sound/core/seq/seq_midi_emul.c 		     struct snd_midi_channel *chan,
snd_midi_channel   38 sound/core/seq/seq_midi_emul.c 		       struct snd_midi_channel *chan,
snd_midi_channel   40 sound/core/seq/seq_midi_emul.c static void rpn(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan,
snd_midi_channel   42 sound/core/seq/seq_midi_emul.c static void nrpn(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan,
snd_midi_channel   47 sound/core/seq/seq_midi_emul.c 			   struct snd_midi_channel *chan);
snd_midi_channel   49 sound/core/seq/seq_midi_emul.c 			  struct snd_midi_channel *chan);
snd_midi_channel   50 sound/core/seq/seq_midi_emul.c static void snd_midi_reset_controllers(struct snd_midi_channel *chan);
snd_midi_channel   73 sound/core/seq/seq_midi_emul.c 	struct snd_midi_channel *chan;
snd_midi_channel  232 sound/core/seq/seq_midi_emul.c note_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan,
snd_midi_channel  255 sound/core/seq/seq_midi_emul.c 	   struct snd_midi_channel *chan, int control, int value)
snd_midi_channel  381 sound/core/seq/seq_midi_emul.c 		struct snd_midi_channel *chan = chset->channels + i;
snd_midi_channel  405 sound/core/seq/seq_midi_emul.c rpn(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan,
snd_midi_channel  445 sound/core/seq/seq_midi_emul.c nrpn(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan,
snd_midi_channel  587 sound/core/seq/seq_midi_emul.c all_sounds_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan)
snd_midi_channel  605 sound/core/seq/seq_midi_emul.c all_notes_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan)
snd_midi_channel  620 sound/core/seq/seq_midi_emul.c static void snd_midi_channel_init(struct snd_midi_channel *p, int n)
snd_midi_channel  625 sound/core/seq/seq_midi_emul.c 	memset(p, 0, sizeof(struct snd_midi_channel));
snd_midi_channel  641 sound/core/seq/seq_midi_emul.c static struct snd_midi_channel *snd_midi_channel_init_set(int n)
snd_midi_channel  643 sound/core/seq/seq_midi_emul.c 	struct snd_midi_channel *chan;
snd_midi_channel  646 sound/core/seq/seq_midi_emul.c 	chan = kmalloc_array(n, sizeof(struct snd_midi_channel), GFP_KERNEL);
snd_midi_channel  663 sound/core/seq/seq_midi_emul.c 		struct snd_midi_channel *chan = chset->channels + ch;
snd_midi_channel  697 sound/core/seq/seq_midi_emul.c static void snd_midi_reset_controllers(struct snd_midi_channel *chan)
snd_midi_channel  122 sound/drivers/opl3/opl3_drums.c 				  int vel, struct snd_midi_channel *chan)
snd_midi_channel  170 sound/drivers/opl3/opl3_drums.c 			  struct snd_midi_channel *chan)
snd_midi_channel   15 sound/drivers/opl3/opl3_midi.c 				     struct snd_midi_channel *chan);
snd_midi_channel   47 sound/drivers/opl3/opl3_midi.c 			  struct snd_midi_channel *chan)
snd_midi_channel   80 sound/drivers/opl3/opl3_midi.c 				int note, struct snd_midi_channel *chan)
snd_midi_channel  125 sound/drivers/opl3/opl3_midi.c 			  struct snd_midi_channel *chan) {
snd_midi_channel  276 sound/drivers/opl3/opl3_midi.c void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan)
snd_midi_channel  655 sound/drivers/opl3/opl3_midi.c 				     struct snd_midi_channel *chan)
snd_midi_channel  692 sound/drivers/opl3/opl3_midi.c 		       struct snd_midi_channel *chan)
snd_midi_channel  705 sound/drivers/opl3/opl3_midi.c void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan)
snd_midi_channel  716 sound/drivers/opl3/opl3_midi.c void snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan)
snd_midi_channel  772 sound/drivers/opl3/opl3_midi.c static void snd_opl3_pitch_ctrl(struct snd_opl3 *opl3, struct snd_midi_channel *chan)
snd_midi_channel  802 sound/drivers/opl3/opl3_midi.c void snd_opl3_control(void *p, int type, struct snd_midi_channel *chan)
snd_midi_channel  838 sound/drivers/opl3/opl3_midi.c void snd_opl3_nrpn(void *p, struct snd_midi_channel *chan,
snd_midi_channel   18 sound/drivers/opl3/opl3_voice.h void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
snd_midi_channel   19 sound/drivers/opl3/opl3_voice.h void snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
snd_midi_channel   20 sound/drivers/opl3/opl3_voice.h void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan);
snd_midi_channel   21 sound/drivers/opl3/opl3_voice.h void snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan);
snd_midi_channel   22 sound/drivers/opl3/opl3_voice.h void snd_opl3_control(void *p, int type, struct snd_midi_channel *chan);
snd_midi_channel   23 sound/drivers/opl3/opl3_voice.h void snd_opl3_nrpn(void *p, struct snd_midi_channel *chan, struct snd_midi_channel_set *chset);
snd_midi_channel   26 sound/drivers/opl3/opl3_voice.h void snd_opl3_calc_volume(unsigned char *reg, int vel, struct snd_midi_channel *chan);
snd_midi_channel   31 sound/drivers/opl3/opl3_voice.h void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, struct snd_midi_channel *chan);
snd_midi_channel  162 sound/drivers/opl4/opl4_local.h 	struct snd_midi_channel *chan;
snd_midi_channel  225 sound/drivers/opl4/opl4_local.h void snd_opl4_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
snd_midi_channel  226 sound/drivers/opl4/opl4_local.h void snd_opl4_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
snd_midi_channel  227 sound/drivers/opl4/opl4_local.h void snd_opl4_terminate_note(void *p, int note, struct snd_midi_channel *chan);
snd_midi_channel  228 sound/drivers/opl4/opl4_local.h void snd_opl4_control(void *p, int type, struct snd_midi_channel *chan);
snd_midi_channel  312 sound/drivers/opl4/opl4_synth.c static void snd_opl4_do_for_note(struct snd_opl4 *opl4, int note, struct snd_midi_channel *chan,
snd_midi_channel  333 sound/drivers/opl4/opl4_synth.c 				    struct snd_midi_channel *chan,
snd_midi_channel  422 sound/drivers/opl4/opl4_synth.c 	struct snd_midi_channel *chan = voice->chan;
snd_midi_channel  482 sound/drivers/opl4/opl4_synth.c void snd_opl4_note_on(void *private_data, int note, int vel, struct snd_midi_channel *chan)
snd_midi_channel  563 sound/drivers/opl4/opl4_synth.c void snd_opl4_note_off(void *private_data, int note, int vel, struct snd_midi_channel *chan)
snd_midi_channel  578 sound/drivers/opl4/opl4_synth.c void snd_opl4_terminate_note(void *private_data, int note, struct snd_midi_channel *chan)
snd_midi_channel  585 sound/drivers/opl4/opl4_synth.c void snd_opl4_control(void *private_data, int type, struct snd_midi_channel *chan)
snd_midi_channel  226 sound/isa/sb/emu8000_callback.c 	struct snd_midi_channel *chan;
snd_midi_channel  312 sound/pci/emu10k1/emu10k1_callback.c 	struct snd_midi_channel *chan;
snd_midi_channel   86 sound/synth/emux/emux_effect.c effect_set_byte(unsigned char *valp, struct snd_midi_channel *chan, int type)
snd_midi_channel  107 sound/synth/emux/emux_effect.c effect_set_word(unsigned short *valp, struct snd_midi_channel *chan, int type)
snd_midi_channel  124 sound/synth/emux/emux_effect.c effect_get_offset(struct snd_midi_channel *chan, int lo, int hi, int mode)
snd_midi_channel  143 sound/synth/emux/emux_effect.c 			 struct snd_midi_channel *chan, int type, int val)
snd_midi_channel  163 sound/synth/emux/emux_effect.c snd_emux_send_effect(struct snd_emux_port *port, struct snd_midi_channel *chan,
snd_midi_channel  221 sound/synth/emux/emux_effect.c 	struct snd_midi_channel *chan = vp->chan;
snd_midi_channel   40 sound/synth/emux/emux_nrpn.c 				 struct snd_midi_channel *chan,
snd_midi_channel  273 sound/synth/emux/emux_nrpn.c snd_emux_nrpn(void *p, struct snd_midi_channel *chan,
snd_midi_channel  349 sound/synth/emux/emux_nrpn.c snd_emux_xg_control(struct snd_emux_port *port, struct snd_midi_channel *chan,
snd_midi_channel  327 sound/synth/emux/emux_oss.c 	struct snd_midi_channel *chan;
snd_midi_channel  421 sound/synth/emux/emux_oss.c 	struct snd_midi_channel *chan;
snd_midi_channel  229 sound/synth/emux/emux_seq.c 		struct snd_midi_channel *chan = port->chset.channels + i;
snd_midi_channel   27 sound/synth/emux/emux_synth.c 		    int *notep, int vel, struct snd_midi_channel *chan,
snd_midi_channel   29 sound/synth/emux/emux_synth.c static int get_bank(struct snd_emux_port *port, struct snd_midi_channel *chan);
snd_midi_channel   31 sound/synth/emux/emux_synth.c 			    struct snd_midi_channel *chan, int free);
snd_midi_channel   46 sound/synth/emux/emux_synth.c snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan)
snd_midi_channel  145 sound/synth/emux/emux_synth.c snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan)
snd_midi_channel  222 sound/synth/emux/emux_synth.c snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan)
snd_midi_channel  255 sound/synth/emux/emux_synth.c snd_emux_update_channel(struct snd_emux_port *port, struct snd_midi_channel *chan, int update)
snd_midi_channel  311 sound/synth/emux/emux_synth.c snd_emux_control(void *p, int type, struct snd_midi_channel *chan)
snd_midi_channel  364 sound/synth/emux/emux_synth.c terminate_note1(struct snd_emux *emu, int note, struct snd_midi_channel *chan, int free)
snd_midi_channel  385 sound/synth/emux/emux_synth.c snd_emux_terminate_note(void *p, int note, struct snd_midi_channel *chan)
snd_midi_channel  641 sound/synth/emux/emux_synth.c 	struct snd_midi_channel *chan = vp->chan;
snd_midi_channel  744 sound/synth/emux/emux_synth.c 	struct snd_midi_channel *chan = vp->chan;
snd_midi_channel  813 sound/synth/emux/emux_synth.c 	struct snd_midi_channel *chan = vp->chan;
snd_midi_channel  860 sound/synth/emux/emux_synth.c get_bank(struct snd_emux_port *port, struct snd_midi_channel *chan)
snd_midi_channel  890 sound/synth/emux/emux_synth.c 	 int *notep, int vel, struct snd_midi_channel *chan,
snd_midi_channel   34 sound/synth/emux/emux_voice.h void snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
snd_midi_channel   35 sound/synth/emux/emux_voice.h void snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
snd_midi_channel   36 sound/synth/emux/emux_voice.h void snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan);
snd_midi_channel   37 sound/synth/emux/emux_voice.h void snd_emux_terminate_note(void *p, int note, struct snd_midi_channel *chan);
snd_midi_channel   38 sound/synth/emux/emux_voice.h void snd_emux_control(void *p, int type, struct snd_midi_channel *chan);
snd_midi_channel   42 sound/synth/emux/emux_voice.h 			     struct snd_midi_channel *chan, int update);
snd_midi_channel   54 sound/synth/emux/emux_voice.h 			      struct snd_midi_channel *chan, int type, int val);
snd_midi_channel   56 sound/synth/emux/emux_voice.h 			  struct snd_midi_channel *chan, int type, int val, int mode);
snd_midi_channel   63 sound/synth/emux/emux_voice.h 			struct snd_midi_channel *chan, int param);
snd_midi_channel   64 sound/synth/emux/emux_voice.h void snd_emux_nrpn(void *private_data, struct snd_midi_channel *chan,