Searched refs:odev_ioctl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/core/seq/oss/ |
H A D | seq_oss.c | 48 static long odev_ioctl(struct file *file, unsigned int cmd, unsigned long arg); 168 odev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in odev_ioctl() function 190 return odev_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in odev_ioctl_compat() 218 .unlocked_ioctl = odev_ioctl,
|
/kernel/linux/linux-6.6/sound/core/seq/oss/ |
H A D | seq_oss.c | 48 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,
|
Completed in 2 milliseconds