snd_midi_channel 185 include/sound/emux_synth.h struct snd_midi_channel *chan; /* Midi channel for this note */ snd_midi_channel 298 include/sound/opl3.h struct snd_midi_channel *chan; /* Midi channel for this note */ snd_midi_channel 73 include/sound/seq_midi_emul.h struct snd_midi_channel *channels; snd_midi_channel 83 include/sound/seq_midi_emul.h void (*note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan); snd_midi_channel 84 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 85 include/sound/seq_midi_emul.h void (*key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan); snd_midi_channel 86 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 87 include/sound/seq_midi_emul.h void (*control)(void *private_data, int type, struct snd_midi_channel *chan); snd_midi_channel 88 include/sound/seq_midi_emul.h void (*nrpn)(void *private_data, struct snd_midi_channel *chan, snd_midi_channel 86 sound/core/seq/seq_midi_emul.c struct snd_midi_channel *chan; snd_midi_channel 390 sound/core/seq/seq_midi_emul.c struct snd_midi_channel *chan = chset->channels + i; snd_midi_channel 633 sound/core/seq/seq_midi_emul.c memset(p, 0, sizeof(struct snd_midi_channel)); snd_midi_channel 649 sound/core/seq/seq_midi_emul.c static struct snd_midi_channel *snd_midi_channel_init_set(int n) snd_midi_channel 651 sound/core/seq/seq_midi_emul.c struct snd_midi_channel *chan; snd_midi_channel 654 sound/core/seq/seq_midi_emul.c chan = kmalloc(n * sizeof(struct snd_midi_channel), GFP_KERNEL); snd_midi_channel 671 sound/core/seq/seq_midi_emul.c struct snd_midi_channel *chan = chset->channels + ch; snd_midi_channel 162 sound/drivers/opl4/opl4_local.h 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 238 sound/isa/sb/emu8000_callback.c struct snd_midi_channel *chan; snd_midi_channel 323 sound/pci/emu10k1/emu10k1_callback.c struct snd_midi_channel *chan; snd_midi_channel 235 sound/synth/emux/emux_effect.c struct snd_midi_channel *chan = vp->chan; snd_midi_channel 349 sound/synth/emux/emux_oss.c struct snd_midi_channel *chan; snd_midi_channel 444 sound/synth/emux/emux_oss.c struct snd_midi_channel *chan; snd_midi_channel 153 sound/synth/emux/emux_seq.c p->chset.channels = kcalloc(max_channels, sizeof(struct snd_midi_channel), GFP_KERNEL); snd_midi_channel 244 sound/synth/emux/emux_seq.c struct snd_midi_channel *chan = port->chset.channels + i; snd_midi_channel 656 sound/synth/emux/emux_synth.c struct snd_midi_channel *chan = vp->chan; snd_midi_channel 759 sound/synth/emux/emux_synth.c struct snd_midi_channel *chan = vp->chan; snd_midi_channel 828 sound/synth/emux/emux_synth.c struct snd_midi_channel *chan = vp->chan;