Searched refs:ffs_ep0_ioctl (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A 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,
|
H A D | f_fs.c | 636 static long ffs_ep0_ioctl(struct file *file, unsigned code, unsigned long value) in ffs_ep0_ioctl() function 704 .unlocked_ioctl = ffs_ep0_ioctl,
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_generic.c | 722 static long ffs_ep0_ioctl(struct file *file, unsigned code, unsigned long value) in ffs_ep0_ioctl() function 841 return ffs_ep0_ioctl(file, code, value); in ffs_ep0_compat_ioctl() 939 .unlocked_ioctl = ffs_ep0_ioctl,
|
H A D | f_fs.c | 629 static long ffs_ep0_ioctl(struct file *file, unsigned code, unsigned long value) in ffs_ep0_ioctl() function 697 .unlocked_ioctl = ffs_ep0_ioctl,
|
Completed in 18 milliseconds