Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Df_generic.c1221 static long ffs_epfile_ioctl(struct file *file, unsigned code, unsigned long value) in ffs_epfile_ioctl() function
1430 return ffs_epfile_ioctl(file, code, value); in ffs_epfile_compat_ioctl()
1443 .unlocked_ioctl = ffs_epfile_ioctl,
Df_fs.c1278 static long ffs_epfile_ioctl(struct file *file, unsigned code, in ffs_epfile_ioctl() function
1365 .unlocked_ioctl = ffs_epfile_ioctl,
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch16330 -static long ffs_epfile_ioctl(struct file *file, unsigned code, unsigned long value)
16539 - return ffs_epfile_ioctl(file, code, value);
16552 - .unlocked_ioctl = ffs_epfile_ioctl,