Symbol: seq_oss_readq
sound/core/seq/oss/seq_oss_device.h
122
void snd_seq_oss_readq_info_read(struct seq_oss_readq *q, struct snd_info_buffer *buf);
sound/core/seq/oss/seq_oss_device.h
93
struct seq_oss_readq *readq;
sound/core/seq/oss/seq_oss_readq.c
112
struct seq_oss_readq *readq;
sound/core/seq/oss/seq_oss_readq.c
123
int snd_seq_oss_readq_sysex(struct seq_oss_readq *q, int dev,
sound/core/seq/oss/seq_oss_readq.c
141
snd_seq_oss_readq_put_event(struct seq_oss_readq *q, union evrec *ev)
sound/core/seq/oss/seq_oss_readq.c
163
snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec)
sound/core/seq/oss/seq_oss_readq.c
175
snd_seq_oss_readq_wait(struct seq_oss_readq *q)
sound/core/seq/oss/seq_oss_readq.c
187
snd_seq_oss_readq_free(struct seq_oss_readq *q)
sound/core/seq/oss/seq_oss_readq.c
200
snd_seq_oss_readq_poll(struct seq_oss_readq *q, struct file *file, poll_table *wait)
sound/core/seq/oss/seq_oss_readq.c
210
snd_seq_oss_readq_put_timestamp(struct seq_oss_readq *q, unsigned long curt, int seq_mode)
sound/core/seq/oss/seq_oss_readq.c
238
snd_seq_oss_readq_info_read(struct seq_oss_readq *q, struct snd_info_buffer *buf)
sound/core/seq/oss/seq_oss_readq.c
32
struct seq_oss_readq *
sound/core/seq/oss/seq_oss_readq.c
35
struct seq_oss_readq *q;
sound/core/seq/oss/seq_oss_readq.c
62
snd_seq_oss_readq_delete(struct seq_oss_readq *q)
sound/core/seq/oss/seq_oss_readq.c
74
snd_seq_oss_readq_clear(struct seq_oss_readq *q)
sound/core/seq/oss/seq_oss_readq.c
89
snd_seq_oss_readq_puts(struct seq_oss_readq *q, int dev, unsigned char *data, int len)
sound/core/seq/oss/seq_oss_readq.h
29
struct seq_oss_readq *snd_seq_oss_readq_new(struct seq_oss_devinfo *dp, int maxlen);
sound/core/seq/oss/seq_oss_readq.h
30
void snd_seq_oss_readq_delete(struct seq_oss_readq *q);
sound/core/seq/oss/seq_oss_readq.h
31
void snd_seq_oss_readq_clear(struct seq_oss_readq *readq);
sound/core/seq/oss/seq_oss_readq.h
32
unsigned int snd_seq_oss_readq_poll(struct seq_oss_readq *readq, struct file *file, poll_table *wait);
sound/core/seq/oss/seq_oss_readq.h
33
int snd_seq_oss_readq_puts(struct seq_oss_readq *readq, int dev, unsigned char *data, int len);
sound/core/seq/oss/seq_oss_readq.h
34
int snd_seq_oss_readq_sysex(struct seq_oss_readq *q, int dev,
sound/core/seq/oss/seq_oss_readq.h
36
int snd_seq_oss_readq_put_event(struct seq_oss_readq *readq, union evrec *ev);
sound/core/seq/oss/seq_oss_readq.h
37
int snd_seq_oss_readq_put_timestamp(struct seq_oss_readq *readq, unsigned long curt, int seq_mode);
sound/core/seq/oss/seq_oss_readq.h
38
int snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec);
sound/core/seq/oss/seq_oss_readq.h
39
void snd_seq_oss_readq_wait(struct seq_oss_readq *q);
sound/core/seq/oss/seq_oss_readq.h
40
void snd_seq_oss_readq_free(struct seq_oss_readq *q);
sound/core/seq/oss/seq_oss_rw.c
33
struct seq_oss_readq *readq = dp->readq;