• Home
  • Raw
  • Download

Lines Matching defs:dev

116 	struct snd_midi_event *dev;  in snd_midi_event_new()  local
137 void snd_midi_event_free(struct snd_midi_event *dev) in snd_midi_event_free()
148 static inline void reset_encode(struct snd_midi_event *dev) in reset_encode()
155 void snd_midi_event_reset_encode(struct snd_midi_event *dev) in snd_midi_event_reset_encode()
164 void snd_midi_event_reset_decode(struct snd_midi_event *dev) in snd_midi_event_reset_decode()
181 void snd_midi_event_no_status(struct snd_midi_event *dev, int on) in snd_midi_event_no_status()
215 long snd_midi_event_encode(struct snd_midi_event *dev, unsigned char *buf, long count, in snd_midi_event_encode()
241 int snd_midi_event_encode_byte(struct snd_midi_event *dev, int c, in snd_midi_event_encode_byte()
311 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in note_event()
319 static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_ctrl_event()
326 static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in pitchbend_ctrl_event()
333 static void two_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in two_param_ctrl_event()
341 static void one_param_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_event()
347 static void songpos_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in songpos_event()
356 long snd_midi_event_decode(struct snd_midi_event *dev, unsigned char *buf, long count, in snd_midi_event_decode()
448 static int extra_decode_ctrl14(struct snd_midi_event *dev, unsigned char *buf, in extra_decode_ctrl14()
486 static int extra_decode_xrpn(struct snd_midi_event *dev, unsigned char *buf, in extra_decode_xrpn()