Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_device.h115 __poll_t snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait);
H A 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
H A Dseq_oss.c207 return snd_seq_oss_poll(dp, file, wait); in odev_poll()