Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss.c48 static long odev_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
172 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,