Searched refs:seq_oss_writeq (Results 1 – 4 of 4) sorted by relevance
15 struct seq_oss_writeq { struct 26 * seq_oss_writeq.c argument 28 struct seq_oss_writeq *snd_seq_oss_writeq_new(struct seq_oss_devinfo *dp, int maxlen);29 void snd_seq_oss_writeq_delete(struct seq_oss_writeq *q);30 void snd_seq_oss_writeq_clear(struct seq_oss_writeq *q);31 int snd_seq_oss_writeq_sync(struct seq_oss_writeq *q);32 void snd_seq_oss_writeq_wakeup(struct seq_oss_writeq *q, abstime_t time);33 int snd_seq_oss_writeq_get_free_size(struct seq_oss_writeq *q);34 void snd_seq_oss_writeq_set_output(struct seq_oss_writeq *q, int size);
5 * seq_oss_writeq.c - write queue and sync10 #include "seq_oss_writeq.h"24 struct seq_oss_writeq *27 struct seq_oss_writeq *q; in snd_seq_oss_writeq_new() 54 snd_seq_oss_writeq_delete(struct seq_oss_writeq *q) in snd_seq_oss_writeq_delete() 67 snd_seq_oss_writeq_clear(struct seq_oss_writeq *q) in snd_seq_oss_writeq_clear() 83 snd_seq_oss_writeq_sync(struct seq_oss_writeq *q) in snd_seq_oss_writeq_sync() 123 snd_seq_oss_writeq_wakeup(struct seq_oss_writeq *q, abstime_t time) in snd_seq_oss_writeq_wakeup() 139 snd_seq_oss_writeq_get_free_size(struct seq_oss_writeq *q) in snd_seq_oss_writeq_get_free_size() 152 snd_seq_oss_writeq_set_output(struct seq_oss_writeq *[all...]
9 seq_oss_midi.o seq_oss_readq.o seq_oss_writeq.o
90 struct seq_oss_writeq *writeq;