evrec              22 sound/core/seq/oss/seq_oss_event.c static int extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
evrec              23 sound/core/seq/oss/seq_oss_event.c static int chn_voice_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
evrec              24 sound/core/seq/oss/seq_oss_event.c static int chn_common_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
evrec              25 sound/core/seq/oss/seq_oss_event.c static int timing_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
evrec              26 sound/core/seq/oss/seq_oss_event.c static int local_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
evrec              27 sound/core/seq/oss/seq_oss_event.c static int old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
evrec              32 sound/core/seq/oss/seq_oss_event.c static int set_echo_event(struct seq_oss_devinfo *dp, union evrec *rec, struct snd_seq_event *ev);
evrec              42 sound/core/seq/oss/seq_oss_event.c snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
evrec              95 sound/core/seq/oss/seq_oss_event.c old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
evrec             121 sound/core/seq/oss/seq_oss_event.c extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
evrec             175 sound/core/seq/oss/seq_oss_event.c chn_voice_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
evrec             196 sound/core/seq/oss/seq_oss_event.c chn_common_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
evrec             223 sound/core/seq/oss/seq_oss_event.c timing_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
evrec             230 sound/core/seq/oss/seq_oss_event.c 			union evrec tmp;
evrec             258 sound/core/seq/oss/seq_oss_event.c local_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
evrec             408 sound/core/seq/oss/seq_oss_event.c set_echo_event(struct seq_oss_devinfo *dp, union evrec *rec, struct snd_seq_event *ev)
evrec             426 sound/core/seq/oss/seq_oss_event.c 	union evrec *rec;
evrec             434 sound/core/seq/oss/seq_oss_event.c 	rec = (union evrec*)&ev->data;
evrec              94 sound/core/seq/oss/seq_oss_event.h int snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
evrec              95 sound/core/seq/oss/seq_oss_event.h int snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *q);
evrec              54 sound/core/seq/oss/seq_oss_ioctl.c 	if (! snd_seq_oss_process_event(dp, (union evrec *)ev, &tmpev)) {
evrec             536 sound/core/seq/oss/seq_oss_midi.c 	union evrec ossev;
evrec              41 sound/core/seq/oss/seq_oss_readq.c 	q->q = kcalloc(maxlen, sizeof(union evrec), GFP_KERNEL);
evrec              91 sound/core/seq/oss/seq_oss_readq.c 	union evrec rec;
evrec             141 sound/core/seq/oss/seq_oss_readq.c snd_seq_oss_readq_put_event(struct seq_oss_readq *q, union evrec *ev)
evrec             169 sound/core/seq/oss/seq_oss_readq.c snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec)
evrec             219 sound/core/seq/oss/seq_oss_readq.c 		union evrec rec;
evrec              19 sound/core/seq/oss/seq_oss_readq.h 	union evrec *q;
evrec              36 sound/core/seq/oss/seq_oss_readq.h int snd_seq_oss_readq_put_event(struct seq_oss_readq *readq, union evrec *ev);
evrec              38 sound/core/seq/oss/seq_oss_readq.h int snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec);
evrec              23 sound/core/seq/oss/seq_oss_rw.c static int insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt);
evrec              36 sound/core/seq/oss/seq_oss_rw.c 	union evrec rec;
evrec              87 sound/core/seq/oss/seq_oss_rw.c 	union evrec rec;
evrec             151 sound/core/seq/oss/seq_oss_rw.c insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt)
evrec              73 sound/core/seq/oss/seq_oss_timer.c snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *ev)
evrec              93 sound/core/seq/oss/seq_oss_writeq.c 		union evrec *rec;
evrec             102 sound/core/seq/oss/seq_oss_writeq.c 		rec = (union evrec *)&ev.data;