Searched refs:ffs_ep0_read (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
D | f_fs.c | 501 static ssize_t ffs_ep0_read(struct file *file, char __user *buf, in ffs_ep0_read() function 697 .read = ffs_ep0_read,
|
D | f_generic.c | 511 static ssize_t ffs_ep0_read(struct file *file, char __user *buf, size_t len, loff_t *ptr) in ffs_ep0_read() function 936 .read = ffs_ep0_read,
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 15620 -static ssize_t ffs_ep0_read(struct file *file, char __user *buf, size_t len, loff_t *ptr) 16045 - .read = ffs_ep0_read,
|