Searched refs:snd_seq_kernel_client_write_poll (Results 1 – 3 of 3) sorted by relevance
81 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait);
2377 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait) in snd_seq_kernel_client_write_poll() function2391 EXPORT_SYMBOL(snd_seq_kernel_client_write_poll);
197 if (snd_seq_kernel_client_write_poll(dp->cseq, file, wait)) in snd_seq_oss_poll()