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
107
struct seq_oss_readq *readq;
sound/core/seq/oss/seq_oss_readq.c
118
int snd_seq_oss_readq_sysex(struct seq_oss_readq *q, int dev,
sound/core/seq/oss/seq_oss_readq.c
136
static int snd_seq_oss_readq_put_event_locked(struct seq_oss_readq *q,
sound/core/seq/oss/seq_oss_readq.c
154
snd_seq_oss_readq_put_event(struct seq_oss_readq *q, union evrec *ev)
sound/core/seq/oss/seq_oss_readq.c
173
snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec)
sound/core/seq/oss/seq_oss_readq.c
185
snd_seq_oss_readq_wait(struct seq_oss_readq *q)
sound/core/seq/oss/seq_oss_readq.c
197
snd_seq_oss_readq_free(struct seq_oss_readq *q)
sound/core/seq/oss/seq_oss_readq.c
210
snd_seq_oss_readq_poll(struct seq_oss_readq *q, struct file *file, poll_table *wait)
sound/core/seq/oss/seq_oss_readq.c
220
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
256
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
56
snd_seq_oss_readq_delete(struct seq_oss_readq *q)
sound/core/seq/oss/seq_oss_readq.c
65
snd_seq_oss_readq_clear(struct seq_oss_readq *q)
sound/core/seq/oss/seq_oss_readq.c
84
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
30
struct seq_oss_readq *snd_seq_oss_readq_new(struct seq_oss_devinfo *dp, int maxlen);
sound/core/seq/oss/seq_oss_readq.h
31
void snd_seq_oss_readq_delete(struct seq_oss_readq *q);
sound/core/seq/oss/seq_oss_readq.h
32
void snd_seq_oss_readq_clear(struct seq_oss_readq *readq);
sound/core/seq/oss/seq_oss_readq.h
33
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
34
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
35
int snd_seq_oss_readq_sysex(struct seq_oss_readq *q, int dev,
sound/core/seq/oss/seq_oss_readq.h
37
int snd_seq_oss_readq_put_event(struct seq_oss_readq *readq, union evrec *ev);
sound/core/seq/oss/seq_oss_readq.h
38
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
39
int snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec);
sound/core/seq/oss/seq_oss_readq.h
40
void snd_seq_oss_readq_wait(struct seq_oss_readq *q);
sound/core/seq/oss/seq_oss_readq.h
41
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;