Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Df_generic.c721 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,
Df_fs.c631 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/
Dlinux-5.10.patch15830 -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,