Lines Matching defs:dev

104 	struct snd_midi_event *dev;  in snd_midi_event_new()  local
126 void snd_midi_event_free(struct snd_midi_event *dev) in snd_midi_event_free()
138 static inline void reset_encode(struct snd_midi_event *dev) in reset_encode()
145 void snd_midi_event_reset_encode(struct snd_midi_event *dev) in snd_midi_event_reset_encode()
155 void snd_midi_event_reset_decode(struct snd_midi_event *dev) in snd_midi_event_reset_decode()
165 void snd_midi_event_no_status(struct snd_midi_event *dev, int on) in snd_midi_event_no_status()
176 bool snd_midi_event_encode_byte(struct snd_midi_event *dev, unsigned char c, in snd_midi_event_encode_byte()
245 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in note_event()
253 static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_ctrl_event()
260 static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in pitchbend_ctrl_event()
267 static void two_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in two_param_ctrl_event()
275 static void one_param_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_event()
281 static void songpos_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in songpos_event()
290 long snd_midi_event_decode(struct snd_midi_event *dev, unsigned char *buf, long count, in snd_midi_event_decode()
383 static int extra_decode_ctrl14(struct snd_midi_event *dev, unsigned char *buf, in extra_decode_ctrl14()
421 static int extra_decode_xrpn(struct snd_midi_event *dev, unsigned char *buf, in extra_decode_xrpn()