• Home
  • Raw
  • Download

Lines Matching defs:dev

117 	struct snd_midi_event *dev;  in snd_midi_event_new()  local
138 void snd_midi_event_free(struct snd_midi_event *dev) in snd_midi_event_free()
149 static inline void reset_encode(struct snd_midi_event *dev) in reset_encode()
156 void snd_midi_event_reset_encode(struct snd_midi_event *dev) in snd_midi_event_reset_encode()
165 void snd_midi_event_reset_decode(struct snd_midi_event *dev) in snd_midi_event_reset_decode()
182 void snd_midi_event_no_status(struct snd_midi_event *dev, int on) in snd_midi_event_no_status()
216 long snd_midi_event_encode(struct snd_midi_event *dev, unsigned char *buf, long count, in snd_midi_event_encode()
242 int snd_midi_event_encode_byte(struct snd_midi_event *dev, int c, in snd_midi_event_encode_byte()
312 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in note_event()
320 static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_ctrl_event()
327 static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in pitchbend_ctrl_event()
334 static void two_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in two_param_ctrl_event()
342 static void one_param_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_event()
348 static void songpos_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in songpos_event()
357 long snd_midi_event_decode(struct snd_midi_event *dev, unsigned char *buf, long count, in snd_midi_event_decode()
449 static int extra_decode_ctrl14(struct snd_midi_event *dev, unsigned char *buf, in extra_decode_ctrl14()
487 static int extra_decode_xrpn(struct snd_midi_event *dev, unsigned char *buf, in extra_decode_xrpn()