Home
last modified time | relevance | path

Searched refs:seq_oss_readq (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/sound/core/seq/oss/
Dseq_oss_readq.h31 struct seq_oss_readq { struct
42 struct seq_oss_readq *snd_seq_oss_readq_new(struct seq_oss_devinfo *dp, int maxlen); argument
43 void snd_seq_oss_readq_delete(struct seq_oss_readq *q);
44 void snd_seq_oss_readq_clear(struct seq_oss_readq *readq);
45 unsigned int snd_seq_oss_readq_poll(struct seq_oss_readq *readq, struct file *file, poll_table *wai…
46 int snd_seq_oss_readq_puts(struct seq_oss_readq *readq, int dev, unsigned char *data, int len);
47 int snd_seq_oss_readq_put_event(struct seq_oss_readq *readq, union evrec *ev);
48 int snd_seq_oss_readq_put_timestamp(struct seq_oss_readq *readq, unsigned long curt, int seq_mode);
49 int snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec);
50 void snd_seq_oss_readq_wait(struct seq_oss_readq *q);
[all …]
Dseq_oss_readq.c45 struct seq_oss_readq *
48 struct seq_oss_readq *q; in snd_seq_oss_readq_new()
75 snd_seq_oss_readq_delete(struct seq_oss_readq *q) in snd_seq_oss_readq_delete()
87 snd_seq_oss_readq_clear(struct seq_oss_readq *q) in snd_seq_oss_readq_clear()
103 snd_seq_oss_readq_puts(struct seq_oss_readq *q, int dev, unsigned char *data, int len) in snd_seq_oss_readq_puts()
126 snd_seq_oss_readq_put_event(struct seq_oss_readq *q, union evrec *ev) in snd_seq_oss_readq_put_event()
155 snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec) in snd_seq_oss_readq_pick()
167 snd_seq_oss_readq_wait(struct seq_oss_readq *q) in snd_seq_oss_readq_wait()
179 snd_seq_oss_readq_free(struct seq_oss_readq *q) in snd_seq_oss_readq_free()
192 snd_seq_oss_readq_poll(struct seq_oss_readq *q, struct file *file, poll_table *wait) in snd_seq_oss_readq_poll()
[all …]
Dseq_oss_device.h106 struct seq_oss_readq *readq;
139 void snd_seq_oss_readq_info_read(struct seq_oss_readq *q, struct snd_info_buffer *buf);
DMakefile8 seq_oss_midi.o seq_oss_readq.o seq_oss_writeq.o
Dseq_oss_rw.c46 struct seq_oss_readq *readq = dp->readq; in snd_seq_oss_read()