Symbol: evrec
sound/core/seq/oss/seq_oss_event.c
123
extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
177
chn_voice_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
sound/core/seq/oss/seq_oss_event.c
198
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
225
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
232
union evrec tmp;
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
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
260
local_event(struct seq_oss_devinfo *dp, union evrec *q, 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
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
408
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,
sound/core/seq/oss/seq_oss_event.c
426
union evrec *rec;
sound/core/seq/oss/seq_oss_event.c
434
rec = (union evrec*)&ev->data;
sound/core/seq/oss/seq_oss_event.c
97
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,
sound/core/seq/oss/seq_oss_event.h
96
int snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *q);
sound/core/seq/oss/seq_oss_ioctl.c
57
if (!snd_seq_oss_process_event(dp, (union evrec *)ev, &tmpev, &lock))
sound/core/seq/oss/seq_oss_midi.c
510
union evrec ossev;
sound/core/seq/oss/seq_oss_readq.c
137
union evrec *ev)
sound/core/seq/oss/seq_oss_readq.c
154
snd_seq_oss_readq_put_event(struct seq_oss_readq *q, union evrec *ev)
sound/core/seq/oss/seq_oss_readq.c
173
snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec)
sound/core/seq/oss/seq_oss_readq.c
226
union evrec rec;
sound/core/seq/oss/seq_oss_readq.c
86
union evrec rec;
sound/core/seq/oss/seq_oss_readq.h
27
union evrec q[] __counted_by(maxlen);
sound/core/seq/oss/seq_oss_readq.h
37
int snd_seq_oss_readq_put_event(struct seq_oss_readq *readq, union evrec *ev);
sound/core/seq/oss/seq_oss_readq.h
39
int snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec);
sound/core/seq/oss/seq_oss_rw.c
153
insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt)
sound/core/seq/oss/seq_oss_rw.c
23
static int insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt);
sound/core/seq/oss/seq_oss_rw.c
36
union evrec rec;
sound/core/seq/oss/seq_oss_rw.c
88
union evrec rec;
sound/core/seq/oss/seq_oss_timer.c
73
snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *ev)
sound/core/seq/oss/seq_oss_writeq.c
103
rec = (union evrec *)&ev.data;
sound/core/seq/oss/seq_oss_writeq.c
94
union evrec *rec;