Home
last modified time | relevance | path

Searched refs:snd_seq_fifo_poll_wait (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/sound/core/seq/
Dseq_fifo.h51 int snd_seq_fifo_poll_wait(struct snd_seq_fifo *f, struct file *file, poll_table *wait);
Dseq_fifo.c217 int snd_seq_fifo_poll_wait(struct snd_seq_fifo *f, struct file *file, in snd_seq_fifo_poll_wait() function
Dseq_clientmgr.c1136 if (snd_seq_fifo_poll_wait(client->data.user.fifo, file, wait)) in snd_seq_poll()