Searched refs:snd_seq_kernel_client_write_poll (Results 1 – 3 of 3) sorted by relevance
98 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait);
2445 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait) in snd_seq_kernel_client_write_poll() function2460 EXPORT_SYMBOL(snd_seq_kernel_client_write_poll);
212 if (snd_seq_kernel_client_write_poll(dp->cseq, file, wait)) in snd_seq_oss_poll()