Symbol: snd_seq_event
include/sound/seq_kernel.h
51
int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop);
include/sound/seq_kernel.h
61
int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev,
include/sound/seq_kernel.h
63
int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event *ev, int atomic, int hop);
include/sound/seq_kernel.h
71
int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf,
include/sound/seq_kernel.h
73
int snd_seq_expand_var_event_at(const struct snd_seq_event *event, int count,
include/sound/seq_kernel.h
75
int snd_seq_dump_var_event(const struct snd_seq_event *event,
include/sound/seq_kernel.h
79
static inline size_t snd_seq_event_packet_size(struct snd_seq_event *ev)
include/sound/seq_kernel.h
83
return sizeof(struct snd_seq_event);
include/sound/seq_midi_emul.h
178
struct snd_seq_event *ev,
include/sound/seq_midi_event.h
34
struct snd_seq_event *ev);
include/sound/seq_midi_event.h
37
struct snd_seq_event *ev);
include/sound/seq_virmidi.h
27
struct snd_seq_event event;
include/uapi/sound/asequencer.h
256
struct snd_seq_event *event; /* quoted event */
include/uapi/sound/asequencer.h
316
struct snd_seq_event event;
sound/core/seq/oss/seq_oss_device.h
131
snd_seq_oss_dispatch(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int atomic, int hop)
sound/core/seq/oss/seq_oss_device.h
145
snd_seq_oss_fill_addr(struct seq_oss_devinfo *dp, struct snd_seq_event *ev,
sound/core/seq/oss/seq_oss_event.c
121
extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
175
chn_voice_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
196
chn_common_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
22
static int extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
223
timing_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
23
static int chn_voice_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
24
static int chn_common_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
25
static int timing_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
258
local_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
26
static int local_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
27
static int old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
274
note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
28
static int note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
29
static int note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
30
static int set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
31
static int set_control_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int param, int val, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
32
static int set_echo_event(struct seq_oss_devinfo *dp, union evrec *rec, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.c
333
note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
370
set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
388
set_control_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int param, int val, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
406
set_echo_event(struct seq_oss_devinfo *dp, union evrec *rec, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
42
snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
420
snd_seq_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data,
sound/core/seq/oss/seq_oss_event.c
95
old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.h
94
int snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_event.h
96
int snd_seq_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop);
sound/core/seq/oss/seq_oss_init.c
117
receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop)
sound/core/seq/oss/seq_oss_init.c
40
static int receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop);
sound/core/seq/oss/seq_oss_ioctl.c
47
struct snd_seq_event tmpev;
sound/core/seq/oss/seq_oss_midi.c
434
struct snd_seq_event ev;
sound/core/seq/oss/seq_oss_midi.c
485
snd_seq_oss_midi_input(struct snd_seq_event *ev, int direct, void *private_data)
sound/core/seq/oss/seq_oss_midi.c
508
send_synth_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int dev)
sound/core/seq/oss/seq_oss_midi.c
569
send_midi_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, struct seq_oss_midi *mdev)
sound/core/seq/oss/seq_oss_midi.c
58
static int send_synth_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int dev);
sound/core/seq/oss/seq_oss_midi.c
59
static int send_midi_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, struct seq_oss_midi *mdev);
sound/core/seq/oss/seq_oss_midi.c
596
snd_seq_oss_midi_putc(struct seq_oss_devinfo *dp, int dev, unsigned char c, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_midi.h
29
struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_midi.h
30
int snd_seq_oss_midi_input(struct snd_seq_event *ev, int direct, void *private);
sound/core/seq/oss/seq_oss_readq.c
124
struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_readq.h
35
struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_rw.c
155
struct snd_seq_event event;
sound/core/seq/oss/seq_oss_synth.c
397
struct snd_seq_event ev;
sound/core/seq/oss/seq_oss_synth.c
456
snd_seq_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_synth.c
478
snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_synth.c
517
snd_seq_oss_synth_raw_event(struct seq_oss_devinfo *dp, int dev, unsigned char *data, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_synth.h
30
struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_synth.h
31
int snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_synth.h
35
unsigned char *data, struct snd_seq_event *ev);
sound/core/seq/oss/seq_oss_timer.c
129
struct snd_seq_event ev;
sound/core/seq/oss/seq_oss_writeq.c
93
struct snd_seq_event ev;
sound/core/seq/seq_clientmgr.c
1431
struct snd_seq_event event;
sound/core/seq/seq_clientmgr.c
2345
int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev,
sound/core/seq/seq_clientmgr.c
2387
int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event * ev,
sound/core/seq/seq_clientmgr.c
368
const struct snd_seq_event *ev)
sound/core/seq/seq_clientmgr.c
424
aligned_size = sizeof(struct snd_seq_event);
sound/core/seq/seq_clientmgr.c
495
static struct snd_seq_client *get_event_dest_client(struct snd_seq_event *event)
sound/core/seq/seq_clientmgr.c
527
struct snd_seq_event *event,
sound/core/seq/seq_clientmgr.c
530
struct snd_seq_event bounce_ev;
sound/core/seq/seq_clientmgr.c
565
static int update_timestamp_of_queue(struct snd_seq_event *event,
sound/core/seq/seq_clientmgr.c
588
struct snd_seq_event *event,
sound/core/seq/seq_clientmgr.c
609
struct snd_seq_event *event,
sound/core/seq/seq_clientmgr.c
657
struct snd_seq_event *event,
sound/core/seq/seq_clientmgr.c
672
struct snd_seq_event *event,
sound/core/seq/seq_clientmgr.c
69
struct snd_seq_event *event,
sound/core/seq/seq_clientmgr.c
72
struct snd_seq_event *event,
sound/core/seq/seq_clientmgr.c
728
struct snd_seq_event *event,
sound/core/seq/seq_clientmgr.c
767
static int snd_seq_deliver_event(struct snd_seq_client *client, struct snd_seq_event *event,
sound/core/seq/seq_clientmgr.c
823
struct snd_seq_event tmpev, *ev;
sound/core/seq/seq_clientmgr.c
876
struct snd_seq_event *event,
sound/core/seq/seq_clientmgr.c
931
static int check_event_type_and_length(struct snd_seq_event *ev)
sound/core/seq/seq_clientmgr.c
970
struct snd_seq_event *ev = &__event.legacy;
sound/core/seq/seq_clientmgr.c
994
while (count >= sizeof(struct snd_seq_event)) {
sound/core/seq/seq_clientmgr.c
996
len = sizeof(struct snd_seq_event);
sound/core/seq/seq_clientmgr.h
105
struct snd_seq_event *event,
sound/core/seq/seq_dummy.c
80
dummy_input(struct snd_seq_event *ev, int direct, void *private_data,
sound/core/seq/seq_dummy.c
84
struct snd_seq_event tmpev;
sound/core/seq/seq_fifo.c
101
struct snd_seq_event *event)
sound/core/seq/seq_fifo.h
35
int snd_seq_fifo_event_in(struct snd_seq_fifo *f, struct snd_seq_event *event);
sound/core/seq/seq_memory.c
106
int size = sizeof(struct snd_seq_event);
sound/core/seq/seq_memory.c
125
int snd_seq_dump_var_event(const struct snd_seq_event *event,
sound/core/seq/seq_memory.c
157
static int expand_var_event(const struct snd_seq_event *event,
sound/core/seq/seq_memory.c
174
int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf,
sound/core/seq/seq_memory.c
201
int snd_seq_expand_var_event_at(const struct snd_seq_event *event, int count,
sound/core/seq/seq_memory.c
339
int snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event,
sound/core/seq/seq_memory.c
354
ncells = DIV_ROUND_UP(extlen, sizeof(struct snd_seq_event));
sound/core/seq/seq_memory.c
387
size = sizeof(struct snd_seq_event);
sound/core/seq/seq_memory.c
58
static int get_var_len(const struct snd_seq_event *event)
sound/core/seq/seq_memory.c
66
static int dump_var_event(const struct snd_seq_event *event,
sound/core/seq/seq_memory.h
16
struct snd_seq_event legacy;
sound/core/seq/seq_memory.h
21
struct snd_seq_event event;
sound/core/seq/seq_memory.h
31
struct snd_seq_event event;
sound/core/seq/seq_memory.h
70
int snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event,
sound/core/seq/seq_midi.c
122
static int event_process_midi(struct snd_seq_event *ev, int direct,
sound/core/seq/seq_midi.c
66
struct snd_seq_event ev;
sound/core/seq/seq_midi_emul.c
73
struct snd_seq_event *ev,
sound/core/seq/seq_midi_event.c
171
struct snd_seq_event *ev)
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
283
struct snd_seq_event *ev)
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
340
static void note_decode(struct snd_seq_event *ev, unsigned char *buf)
sound/core/seq/seq_midi_event.c
347
static void one_param_decode(struct snd_seq_event *ev, unsigned char *buf)
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
353
static void pitchbend_decode(struct snd_seq_event *ev, unsigned char *buf)
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
361
static void two_param_decode(struct snd_seq_event *ev, unsigned char *buf)
sound/core/seq/seq_midi_event.c
368
static void songpos_decode(struct snd_seq_event *ev, unsigned char *buf)
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
376
int count, struct snd_seq_event *ev)
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
39
static void note_decode(struct snd_seq_event *ev, unsigned char *buf);
sound/core/seq/seq_midi_event.c
40
static void one_param_decode(struct snd_seq_event *ev, unsigned char *buf);
sound/core/seq/seq_midi_event.c
41
static void pitchbend_decode(struct snd_seq_event *ev, unsigned char *buf);
sound/core/seq/seq_midi_event.c
414
int count, struct snd_seq_event *ev)
sound/core/seq/seq_midi_event.c
42
static void two_param_decode(struct snd_seq_event *ev, unsigned char *buf);
sound/core/seq/seq_midi_event.c
43
static void songpos_decode(struct snd_seq_event *ev, 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
52
void (*decode)(struct snd_seq_event *ev, unsigned char *buf);
sound/core/seq/seq_midi_event.c
84
struct snd_seq_event *ev);
sound/core/seq/seq_midi_event.c
86
struct snd_seq_event *ev);
sound/core/seq/seq_midi_event.c
91
struct snd_seq_event *ev);
sound/core/seq/seq_ports.h
58
int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data,
sound/core/seq/seq_prioq.c
103
static inline int compare_timestamp_rel(struct snd_seq_event *a,
sound/core/seq/seq_prioq.c
104
struct snd_seq_event *b)
sound/core/seq/seq_prioq.c
199
static int event_is_ready(struct snd_seq_event *ev, void *current_time)
sound/core/seq/seq_prioq.c
336
struct snd_seq_event *ev = &cell->event;
sound/core/seq/seq_prioq.c
86
static inline int compare_timestamp(struct snd_seq_event *a,
sound/core/seq/seq_prioq.c
87
struct snd_seq_event *b)
sound/core/seq/seq_queue.c
569
static void queue_broadcast_event(struct snd_seq_queue *q, struct snd_seq_event *ev,
sound/core/seq/seq_queue.c
572
struct snd_seq_event sev;
sound/core/seq/seq_queue.c
593
struct snd_seq_event *ev,
sound/core/seq/seq_queue.c
645
int snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop)
sound/core/seq/seq_queue.h
93
int snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop);
sound/core/seq/seq_system.c
105
static int event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic, int hop)
sound/core/seq/seq_system.c
57
static int setheader(struct snd_seq_event * ev, int client, int port)
sound/core/seq/seq_system.c
62
memset(ev, 0, sizeof(struct snd_seq_event));
sound/core/seq/seq_system.c
83
struct snd_seq_event ev;
sound/core/seq/seq_system.c
93
int snd_seq_system_notify(int client, int port, struct snd_seq_event *ev,
sound/core/seq/seq_system.h
36
int snd_seq_system_notify(int client, int port, struct snd_seq_event *ev,
sound/core/seq/seq_ump_client.c
77
(struct snd_seq_event *)&ev,
sound/core/seq/seq_ump_client.c
82
static int seq_ump_process_event(struct snd_seq_event *ev, int direct,
sound/core/seq/seq_ump_convert.c
100
struct snd_seq_event *ev)
sound/core/seq/seq_ump_convert.c
1008
static int rpn_ev_to_ump_midi2(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
1022
static int system_ev_to_ump_midi2(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
1033
static int system_1p_ev_to_ump_midi2(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
1044
static int system_2p_ev_to_ump_midi2(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
1057
int (*midi1_encode)(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
1061
int (*midi2_encode)(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
109
struct snd_seq_event *ev)
sound/core/seq/seq_ump_convert.c
1122
const struct snd_seq_event *src)
sound/core/seq/seq_ump_convert.c
1134
struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
1156
(struct snd_seq_event *)&ev_cvt,
sound/core/seq/seq_ump_convert.c
1168
struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
119
void (*encode)(const union snd_ump_midi1_msg *val, struct snd_seq_event *ev);
sound/core/seq/seq_ump_convert.c
1191
(struct snd_seq_event *)&ev_cvt,
sound/core/seq/seq_ump_convert.c
1216
struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
1263
(struct snd_seq_event *)&ev_cvt,
sound/core/seq/seq_ump_convert.c
1276
struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
1292
int snd_seq_ump_group_port(const struct snd_seq_event *event)
sound/core/seq/seq_ump_convert.c
134
struct snd_seq_event *ev)
sound/core/seq/seq_ump_convert.c
151
struct snd_seq_event *ev)
sound/core/seq/seq_ump_convert.c
158
struct snd_seq_event *ev)
sound/core/seq/seq_ump_convert.c
184
struct snd_seq_event *ev)
sound/core/seq/seq_ump_convert.c
204
struct snd_seq_event *ev)
sound/core/seq/seq_ump_convert.c
220
struct snd_seq_event *ev)
sound/core/seq/seq_ump_convert.c
230
struct snd_seq_event *ev)
sound/core/seq/seq_ump_convert.c
240
struct snd_seq_event *ev)
sound/core/seq/seq_ump_convert.c
260
struct snd_seq_event *ev)
sound/core/seq/seq_ump_convert.c
269
struct snd_seq_event *ev)
sound/core/seq/seq_ump_convert.c
280
int (*encode)(const union snd_ump_midi2_msg *val, struct snd_seq_event *ev);
sound/core/seq/seq_ump_convert.c
304
struct snd_seq_event *ev)
sound/core/seq/seq_ump_convert.c
317
struct snd_seq_event *ev)
sound/core/seq/seq_ump_convert.c
364
struct snd_seq_event *__event,
sound/core/seq/seq_ump_convert.c
427
(struct snd_seq_event *)&ev_cvt,
sound/core/seq/seq_ump_convert.c
434
struct snd_seq_event *__event,
sound/core/seq/seq_ump_convert.c
471
(struct snd_seq_event *)&ev_cvt,
sound/core/seq/seq_ump_convert.c
478
(struct snd_seq_event *)&ev_cvt,
sound/core/seq/seq_ump_convert.c
499
(struct snd_seq_event *)&ev_cvt,
sound/core/seq/seq_ump_convert.c
506
struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
510
struct snd_seq_event ev_cvt[2]; /* up to two events */
sound/core/seq/seq_ump_convert.c
564
(struct snd_seq_event *)&ev,
sound/core/seq/seq_ump_convert.c
585
struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
628
static int note_ev_to_ump_midi1(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
643
static int cc_ev_to_ump_midi1(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
656
static int ctrl_ev_to_ump_midi1(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
668
static int pitchbend_ev_to_ump_midi1(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
684
static int ctrl14_ev_to_ump_midi1(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
705
static int rpn_ev_to_ump_midi1(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
728
static int system_ev_to_ump_midi1(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
739
static int system_1p_ev_to_ump_midi1(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
751
static int system_2p_ev_to_ump_midi1(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
766
static int note_ev_to_ump_midi2(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
781
static int paf_ev_to_ump_midi2(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
83
struct snd_seq_event *ev)
sound/core/seq/seq_ump_convert.c
835
static int cc_ev_to_ump_midi2(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
898
static int ctrl_ev_to_ump_midi2(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
910
static int pgm_ev_to_ump_midi2(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
92
struct snd_seq_event *ev)
sound/core/seq/seq_ump_convert.c
931
static int pitchbend_ev_to_ump_midi2(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.c
946
static int ctrl14_ev_to_ump_midi2(const struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.h
14
struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.h
19
struct snd_seq_event *event,
sound/core/seq/seq_ump_convert.h
21
int snd_seq_ump_group_port(const struct snd_seq_event *event);
sound/core/seq/seq_virmidi.c
109
static int snd_virmidi_event_input(struct snd_seq_event *ev, int direct,
sound/core/seq/seq_virmidi.c
45
struct snd_seq_event *ev)
sound/core/seq/seq_virmidi.c
73
struct snd_seq_event *ev,
sound/drivers/opl3/opl3_oss.c
28
static int snd_opl3_oss_event_input(struct snd_seq_event *ev, int direct,
sound/drivers/opl3/opl3_seq.c
140
static int snd_opl3_synth_event_input(struct snd_seq_event * ev, int direct,
sound/drivers/opl4/opl4_seq.c
105
static int snd_opl4_seq_event_input(struct snd_seq_event *ev, int direct,
sound/synth/emux/emux_oss.c
26
static int snd_emux_event_oss_input(struct snd_seq_event *ev, int direct,
sound/synth/emux/emux_oss.c
289
snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, void *private_data,
sound/synth/emux/emux_oss.c
485
struct snd_seq_event ev;
sound/synth/emux/emux_seq.c
239
snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private_data,
sound/synth/emux/emux_voice.h
24
int snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private,