Symbol: snd_midi_event
include/sound/seq_midi_event.h
28
int snd_midi_event_new(int bufsize, struct snd_midi_event **rdev);
include/sound/seq_midi_event.h
29
void snd_midi_event_free(struct snd_midi_event *dev);
include/sound/seq_midi_event.h
30
void snd_midi_event_reset_encode(struct snd_midi_event *dev);
include/sound/seq_midi_event.h
31
void snd_midi_event_reset_decode(struct snd_midi_event *dev);
include/sound/seq_midi_event.h
32
void snd_midi_event_no_status(struct snd_midi_event *dev, int on);
include/sound/seq_midi_event.h
33
bool snd_midi_event_encode_byte(struct snd_midi_event *dev, unsigned char c,
include/sound/seq_midi_event.h
36
long snd_midi_event_decode(struct snd_midi_event *dev, unsigned char *buf, long count,
include/sound/seq_virmidi.h
26
struct snd_midi_event *parser;
sound/core/seq/oss/seq_oss_midi.c
37
struct snd_midi_event *coder; /* MIDI event coder */
sound/core/seq/seq_midi.c
48
struct snd_midi_event *parser;
sound/core/seq/seq_midi_event.c
102
int snd_midi_event_new(int bufsize, struct snd_midi_event **rdev)
sound/core/seq/seq_midi_event.c
104
struct snd_midi_event *dev;
sound/core/seq/seq_midi_event.c
126
void snd_midi_event_free(struct snd_midi_event *dev)
sound/core/seq/seq_midi_event.c
138
static inline void reset_encode(struct snd_midi_event *dev)
sound/core/seq/seq_midi_event.c
145
void snd_midi_event_reset_encode(struct snd_midi_event *dev)
sound/core/seq/seq_midi_event.c
152
void snd_midi_event_reset_decode(struct snd_midi_event *dev)
sound/core/seq/seq_midi_event.c
159
void snd_midi_event_no_status(struct snd_midi_event *dev, int on)
sound/core/seq/seq_midi_event.c
170
bool snd_midi_event_encode_byte(struct snd_midi_event *dev, unsigned char c,
sound/core/seq/seq_midi_event.c
237
static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev)
sound/core/seq/seq_midi_event.c
245
static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev)
sound/core/seq/seq_midi_event.c
252
static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev)
sound/core/seq/seq_midi_event.c
259
static void two_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev)
sound/core/seq/seq_midi_event.c
267
static void one_param_event(struct snd_midi_event *dev, struct snd_seq_event *ev)
sound/core/seq/seq_midi_event.c
273
static void songpos_event(struct snd_midi_event *dev, struct snd_seq_event *ev)
sound/core/seq/seq_midi_event.c
282
long snd_midi_event_decode(struct snd_midi_event *dev, unsigned char *buf, long count,
sound/core/seq/seq_midi_event.c
33
static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
sound/core/seq/seq_midi_event.c
34
static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
sound/core/seq/seq_midi_event.c
35
static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
sound/core/seq/seq_midi_event.c
36
static void two_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
sound/core/seq/seq_midi_event.c
37
static void one_param_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
sound/core/seq/seq_midi_event.c
375
static int extra_decode_ctrl14(struct snd_midi_event *dev, unsigned char *buf,
sound/core/seq/seq_midi_event.c
38
static void songpos_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
sound/core/seq/seq_midi_event.c
413
static int extra_decode_xrpn(struct snd_midi_event *dev, unsigned char *buf,
sound/core/seq/seq_midi_event.c
51
void (*encode)(struct snd_midi_event *dev, struct snd_seq_event *ev);
sound/core/seq/seq_midi_event.c
83
static int extra_decode_ctrl14(struct snd_midi_event *dev, unsigned char *buf, int len,
sound/core/seq/seq_midi_event.c
85
static int extra_decode_xrpn(struct snd_midi_event *dev, unsigned char *buf, int count,
sound/core/seq/seq_midi_event.c
90
int (*decode)(struct snd_midi_event *dev, unsigned char *buf, int len,