Searched refs:evrec (Results 1 – 9 of 9) sorted by relevance
/sound/core/seq/oss/ |
D | seq_oss_event.c | 34 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… 36 static int chn_common_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_even… 37 static int timing_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *e… 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) in snd_seq_oss_process_event() 107 old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in old_event() 133 extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in extended_event() [all …]
|
D | seq_oss_readq.c | 55 if ((q->q = kcalloc(maxlen, sizeof(union evrec), GFP_KERNEL)) == NULL) { in snd_seq_oss_readq_new() 106 union evrec rec; in snd_seq_oss_readq_puts() 156 snd_seq_oss_readq_put_event(struct seq_oss_readq *q, union evrec *ev) in snd_seq_oss_readq_put_event() 185 snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec) in snd_seq_oss_readq_pick() 235 union evrec rec; in snd_seq_oss_readq_put_timestamp()
|
D | seq_oss_readq.h | 32 union evrec *q; 49 int snd_seq_oss_readq_put_event(struct seq_oss_readq *readq, union evrec *ev); 51 int snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec);
|
D | seq_oss_event.h | 92 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);
|
D | seq_oss_rw.c | 36 static int insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt); 49 union evrec rec; in snd_seq_oss_read() 100 union evrec rec; in snd_seq_oss_write() 164 insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt) in insert_queue()
|
D | seq_oss_writeq.c | 105 union evrec *rec; in snd_seq_oss_writeq_sync() 114 rec = (union evrec *)&ev.data; in snd_seq_oss_writeq_sync()
|
D | seq_oss_ioctl.c | 67 if (! snd_seq_oss_process_event(dp, (union evrec *)ev, &tmpev)) { in snd_seq_oss_oob_user()
|
D | seq_oss_timer.c | 86 snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *ev) in snd_seq_oss_process_timer_event()
|
D | seq_oss_midi.c | 550 union evrec ossev; in send_synth_event()
|