Home
last modified time | relevance | path

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

/Linux-v6.6/sound/core/seq/oss/
Dseq_oss_device.h115 __poll_t snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait);
Dseq_oss_rw.c185 snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait) in snd_seq_oss_poll() function
Dseq_oss.c207 return snd_seq_oss_poll(dp, file, wait); in odev_poll()