Lines Matching defs:ev
171 struct snd_seq_event *ev) in snd_midi_event_encode_byte()
237 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in note_event()
245 static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_ctrl_event()
252 static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in pitchbend_ctrl_event()
259 static void two_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in two_param_ctrl_event()
267 static void one_param_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_event()
273 static void songpos_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in songpos_event()
283 struct snd_seq_event *ev) in snd_midi_event_decode()
340 static void note_decode(struct snd_seq_event *ev, unsigned char *buf) in note_decode()
347 static void one_param_decode(struct snd_seq_event *ev, unsigned char *buf) in one_param_decode()
353 static void pitchbend_decode(struct snd_seq_event *ev, unsigned char *buf) in pitchbend_decode()
361 static void two_param_decode(struct snd_seq_event *ev, unsigned char *buf) in two_param_decode()
368 static void songpos_decode(struct snd_seq_event *ev, unsigned char *buf) in songpos_decode()
376 int count, struct snd_seq_event *ev) in extra_decode_ctrl14()
414 int count, struct snd_seq_event *ev) in extra_decode_xrpn()