Searched refs:ffs_epfile_ioctl (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
D | f_generic.c | 1221 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,
|
D | f_fs.c | 1278 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/ |
D | linux-5.10.patch | 16330 -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,
|