• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/

Lines Matching refs:snd_seq_event

45 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
46 static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
47 static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
48 static void two_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
49 static void one_param_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
50 static void songpos_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
51 static void note_decode(struct snd_seq_event *ev, unsigned char *buf);
52 static void one_param_decode(struct snd_seq_event *ev, unsigned char *buf);
53 static void pitchbend_decode(struct snd_seq_event *ev, unsigned char *buf);
54 static void two_param_decode(struct snd_seq_event *ev, unsigned char *buf);
55 static void songpos_decode(struct snd_seq_event *ev, unsigned char *buf);
63 void (*encode)(struct snd_midi_event *dev, struct snd_seq_event *ev);
64 void (*decode)(struct snd_seq_event *ev, unsigned char *buf);
96 struct snd_seq_event *ev);
98 struct snd_seq_event *ev);
103 struct snd_seq_event *ev);
188 struct snd_seq_event *ev)
214 struct snd_seq_event *ev)
283 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev)
291 static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev)
298 static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev)
305 static void two_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev)
313 static void one_param_event(struct snd_midi_event *dev, struct snd_seq_event *ev)
319 static void songpos_event(struct snd_midi_event *dev, struct snd_seq_event *ev)
329 struct snd_seq_event *ev)
385 static void note_decode(struct snd_seq_event *ev, unsigned char *buf)
392 static void one_param_decode(struct snd_seq_event *ev, unsigned char *buf)
398 static void pitchbend_decode(struct snd_seq_event *ev, unsigned char *buf)
406 static void two_param_decode(struct snd_seq_event *ev, unsigned char *buf)
413 static void songpos_decode(struct snd_seq_event *ev, unsigned char *buf)
421 int count, struct snd_seq_event *ev)
459 int count, struct snd_seq_event *ev)