Home
last modified time | relevance | path

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

/linux-5.19.10/sound/core/seq/
Dseq_clientmgr.h81 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait);
Dseq_clientmgr.c2377 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait) in snd_seq_kernel_client_write_poll() function
2391 EXPORT_SYMBOL(snd_seq_kernel_client_write_poll);
/linux-5.19.10/sound/core/seq/oss/
Dseq_oss_rw.c197 if (snd_seq_kernel_client_write_poll(dp->cseq, file, wait)) in snd_seq_oss_poll()