Searched refs:evrec (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/sound/core/seq/oss/ |
H A D | seq_oss_event.c | 22 static int extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev); 27 static int old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev); 95 old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in old_event() 121 extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in extended_event() 175 chn_voice_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_voice_event() 196 chn_common_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_common_event() 223 timing_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in timing_event() 230 union evrec tmp; in timing_event() 258 local_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in local_event() 426 union evrec *rec; in snd_seq_oss_event_input() [all …]
|
H A D | seq_oss_readq.h | 19 union evrec *q; 36 int snd_seq_oss_readq_put_event(struct seq_oss_readq *readq, union evrec *ev); 38 int snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec);
|
H A D | seq_oss_readq.c | 41 q->q = kcalloc(maxlen, sizeof(union evrec), GFP_KERNEL); in snd_seq_oss_readq_new() 91 union evrec rec; in snd_seq_oss_readq_puts() 141 snd_seq_oss_readq_put_event(struct seq_oss_readq *q, union evrec *ev) in snd_seq_oss_readq_put_event() 169 snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec) in snd_seq_oss_readq_pick() 219 union evrec rec; in snd_seq_oss_readq_put_timestamp()
|
H A D | seq_oss_event.h | 79 union evrec { union 94 int snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev); 95 int snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *q);
|
H A D | seq_oss_rw.c | 23 static int insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt); 36 union evrec rec; in snd_seq_oss_read() 87 union evrec rec; in snd_seq_oss_write() 152 insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt) in insert_queue()
|
H A D | seq_oss_writeq.c | 94 union evrec *rec; in snd_seq_oss_writeq_sync() 103 rec = (union evrec *)&ev.data; in snd_seq_oss_writeq_sync()
|
H A D | seq_oss_ioctl.c | 54 if (! snd_seq_oss_process_event(dp, (union evrec *)ev, &tmpev)) { in snd_seq_oss_oob_user()
|
H A D | seq_oss_timer.c | 73 snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *ev) in snd_seq_oss_process_timer_event()
|
H A D | seq_oss_midi.c | 556 union evrec ossev; in send_synth_event()
|