Searched refs:ffs_ep0_ioctl (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
D | f_generic.c | 721 static long ffs_ep0_ioctl(struct file *file, unsigned code, unsigned long value) in ffs_ep0_ioctl() function 840 return ffs_ep0_ioctl(file, code, value); in ffs_ep0_compat_ioctl() 938 .unlocked_ioctl = ffs_ep0_ioctl,
|
D | f_fs.c | 631 static long ffs_ep0_ioctl(struct file *file, unsigned code, unsigned long value) in ffs_ep0_ioctl() function 699 .unlocked_ioctl = ffs_ep0_ioctl,
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 15830 -static long ffs_ep0_ioctl(struct file *file, unsigned code, unsigned long value) 15949 - return ffs_ep0_ioctl(file, code, value); 16047 - .unlocked_ioctl = ffs_ep0_ioctl,
|