Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/
H A Dseq_clientmgr.h87 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait);
H A Dseq_clientmgr.c2536 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait) in snd_seq_kernel_client_write_poll() function
2550 EXPORT_SYMBOL(snd_seq_kernel_client_write_poll);
/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_rw.c197 if (snd_seq_kernel_client_write_poll(dp->cseq, file, wait)) in snd_seq_oss_poll()