seq_oss_writeq     91 sound/core/seq/oss/seq_oss_device.h 	struct seq_oss_writeq *writeq;
seq_oss_writeq     24 sound/core/seq/oss/seq_oss_writeq.c struct seq_oss_writeq *
seq_oss_writeq     27 sound/core/seq/oss/seq_oss_writeq.c 	struct seq_oss_writeq *q;
seq_oss_writeq     53 sound/core/seq/oss/seq_oss_writeq.c snd_seq_oss_writeq_delete(struct seq_oss_writeq *q)
seq_oss_writeq     66 sound/core/seq/oss/seq_oss_writeq.c snd_seq_oss_writeq_clear(struct seq_oss_writeq *q)
seq_oss_writeq     82 sound/core/seq/oss/seq_oss_writeq.c snd_seq_oss_writeq_sync(struct seq_oss_writeq *q)
seq_oss_writeq    122 sound/core/seq/oss/seq_oss_writeq.c snd_seq_oss_writeq_wakeup(struct seq_oss_writeq *q, abstime_t time)
seq_oss_writeq    138 sound/core/seq/oss/seq_oss_writeq.c snd_seq_oss_writeq_get_free_size(struct seq_oss_writeq *q)
seq_oss_writeq    151 sound/core/seq/oss/seq_oss_writeq.c snd_seq_oss_writeq_set_output(struct seq_oss_writeq *q, int val)
seq_oss_writeq     28 sound/core/seq/oss/seq_oss_writeq.h struct seq_oss_writeq *snd_seq_oss_writeq_new(struct seq_oss_devinfo *dp, int maxlen);
seq_oss_writeq     29 sound/core/seq/oss/seq_oss_writeq.h void snd_seq_oss_writeq_delete(struct seq_oss_writeq *q);
seq_oss_writeq     30 sound/core/seq/oss/seq_oss_writeq.h void snd_seq_oss_writeq_clear(struct seq_oss_writeq *q);
seq_oss_writeq     31 sound/core/seq/oss/seq_oss_writeq.h int snd_seq_oss_writeq_sync(struct seq_oss_writeq *q);
seq_oss_writeq     32 sound/core/seq/oss/seq_oss_writeq.h void snd_seq_oss_writeq_wakeup(struct seq_oss_writeq *q, abstime_t time);
seq_oss_writeq     33 sound/core/seq/oss/seq_oss_writeq.h int snd_seq_oss_writeq_get_free_size(struct seq_oss_writeq *q);
seq_oss_writeq     34 sound/core/seq/oss/seq_oss_writeq.h void snd_seq_oss_writeq_set_output(struct seq_oss_writeq *q, int size);