Searched refs:evrec (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_readq.h32 union evrec *q;
47 int snd_seq_oss_readq_put_event(struct seq_oss_readq *readq, union evrec *ev);
49 int snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec);
H A Dseq_oss_event.h92 union evrec { union
107 int snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
108 int snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *q);
H A Dseq_oss_readq.c55 if ((q->q = kcalloc(maxlen, sizeof(union evrec), GFP_KERNEL)) == NULL) {
106 union evrec rec;
127 snd_seq_oss_readq_put_event(struct seq_oss_readq *q, union evrec *ev)
156 snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec)
206 union evrec rec;
H A Dseq_oss_event.c34 static int extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
35 static int chn_voice_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
36 static int chn_common_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
37 static int timing_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
38 static int local_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
39 static int old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
44 static int set_echo_event(struct seq_oss_devinfo *dp, union evrec *rec, struct snd_seq_event *ev);
54 snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
107 old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
133 extended_event(struct seq_oss_devinfo *dp, union evrec *
[all...]
H A Dseq_oss_rw.c36 static int insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt);
49 union evrec rec;
100 union evrec rec;
163 insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt)
H A Dseq_oss_writeq.c105 union evrec *rec;
114 rec = (union evrec *)&ev.data;
H A Dseq_oss_ioctl.c67 if (! snd_seq_oss_process_event(dp, (union evrec *)ev, &tmpev)) {
H A Dseq_oss_timer.c86 snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *ev)
H A Dseq_oss_midi.c553 union evrec ossev;

Completed in 349 milliseconds