Searched refs:seq_oss_readq (Results 1 - 5 of 5) 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.h31 struct seq_oss_readq { struct
42 struct seq_oss_readq *snd_seq_oss_readq_new(struct seq_oss_devinfo *dp, int maxlen);
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 *wait);
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 *
[all...]
H A Dseq_oss_readq.c4 * seq_oss_readq.c - MIDI input queue
23 #include "seq_oss_readq.h"
45 struct seq_oss_readq *
48 struct seq_oss_readq *q;
76 snd_seq_oss_readq_delete(struct seq_oss_readq *q)
88 snd_seq_oss_readq_clear(struct seq_oss_readq *q)
104 snd_seq_oss_readq_puts(struct seq_oss_readq *q, int dev, unsigned char *data, int len)
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)
168 snd_seq_oss_readq_wait(struct seq_oss_readq *
[all...]
H A DMakefile8 seq_oss_midi.o seq_oss_readq.o seq_oss_writeq.o
H A Dseq_oss_device.h110 struct seq_oss_readq *readq;
144 void snd_seq_oss_readq_info_read(struct seq_oss_readq *q, struct snd_info_buffer *buf);
H A Dseq_oss_rw.c24 #include "seq_oss_readq.h"
46 struct seq_oss_readq *readq = dp->readq;

Completed in 82 milliseconds