Symbol: seq_oss_writeq
sound/core/seq/oss/seq_oss_device.h
90
struct seq_oss_writeq *writeq;
sound/core/seq/oss/seq_oss_writeq.c
123
snd_seq_oss_writeq_wakeup(struct seq_oss_writeq *q, abstime_t time)
sound/core/seq/oss/seq_oss_writeq.c
136
snd_seq_oss_writeq_get_free_size(struct seq_oss_writeq *q)
sound/core/seq/oss/seq_oss_writeq.c
149
snd_seq_oss_writeq_set_output(struct seq_oss_writeq *q, int val)
sound/core/seq/oss/seq_oss_writeq.c
24
struct seq_oss_writeq *
sound/core/seq/oss/seq_oss_writeq.c
27
struct seq_oss_writeq *q;
sound/core/seq/oss/seq_oss_writeq.c
54
snd_seq_oss_writeq_delete(struct seq_oss_writeq *q)
sound/core/seq/oss/seq_oss_writeq.c
67
snd_seq_oss_writeq_clear(struct seq_oss_writeq *q)
sound/core/seq/oss/seq_oss_writeq.c
83
snd_seq_oss_writeq_sync(struct seq_oss_writeq *q)
sound/core/seq/oss/seq_oss_writeq.h
28
struct seq_oss_writeq *snd_seq_oss_writeq_new(struct seq_oss_devinfo *dp, int maxlen);
sound/core/seq/oss/seq_oss_writeq.h
29
void snd_seq_oss_writeq_delete(struct seq_oss_writeq *q);
sound/core/seq/oss/seq_oss_writeq.h
30
void snd_seq_oss_writeq_clear(struct seq_oss_writeq *q);
sound/core/seq/oss/seq_oss_writeq.h
31
int snd_seq_oss_writeq_sync(struct seq_oss_writeq *q);
sound/core/seq/oss/seq_oss_writeq.h
32
void snd_seq_oss_writeq_wakeup(struct seq_oss_writeq *q, abstime_t time);
sound/core/seq/oss/seq_oss_writeq.h
33
int snd_seq_oss_writeq_get_free_size(struct seq_oss_writeq *q);
sound/core/seq/oss/seq_oss_writeq.h
34
void snd_seq_oss_writeq_set_output(struct seq_oss_writeq *q, int size);