Home
last modified time | relevance | path

Searched refs:seq_oss_writeq (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/sound/core/seq/oss/
Dseq_oss_writeq.h28 struct seq_oss_writeq { struct
41 struct seq_oss_writeq *snd_seq_oss_writeq_new(struct seq_oss_devinfo *dp, int maxlen);
42 void snd_seq_oss_writeq_delete(struct seq_oss_writeq *q);
43 void snd_seq_oss_writeq_clear(struct seq_oss_writeq *q);
44 int snd_seq_oss_writeq_sync(struct seq_oss_writeq *q);
45 void snd_seq_oss_writeq_wakeup(struct seq_oss_writeq *q, abstime_t time);
46 int snd_seq_oss_writeq_get_free_size(struct seq_oss_writeq *q);
47 void snd_seq_oss_writeq_set_output(struct seq_oss_writeq *q, int size);
Dseq_oss_writeq.c37 struct seq_oss_writeq *
40 struct seq_oss_writeq *q; in snd_seq_oss_writeq_new()
66 snd_seq_oss_writeq_delete(struct seq_oss_writeq *q) in snd_seq_oss_writeq_delete()
79 snd_seq_oss_writeq_clear(struct seq_oss_writeq *q) in snd_seq_oss_writeq_clear()
95 snd_seq_oss_writeq_sync(struct seq_oss_writeq *q) in snd_seq_oss_writeq_sync()
135 snd_seq_oss_writeq_wakeup(struct seq_oss_writeq *q, abstime_t time) in snd_seq_oss_writeq_wakeup()
151 snd_seq_oss_writeq_get_free_size(struct seq_oss_writeq *q) in snd_seq_oss_writeq_get_free_size()
164 snd_seq_oss_writeq_set_output(struct seq_oss_writeq *q, int val) in snd_seq_oss_writeq_set_output()
DMakefile8 seq_oss_midi.o seq_oss_readq.o seq_oss_writeq.o
Dseq_oss_device.h103 struct seq_oss_writeq *writeq;