Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/seq/oss/
Dseq_oss.c61 static long odev_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
181 odev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in odev_ioctl() function
194 return odev_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in odev_ioctl_compat()
222 .unlocked_ioctl = odev_ioctl,