Searched refs:__ffs_ep0_queue_wait (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
D | f_fs.c | 275 static int __ffs_ep0_queue_wait(struct ffs_data *ffs, char *data, size_t len) in __ffs_ep0_queue_wait() function 452 ret = __ffs_ep0_queue_wait(ffs, data, len); in ffs_ep0_write() 588 ret = __ffs_ep0_queue_wait(ffs, data, len); in ffs_ep0_read()
|
D | f_generic.c | 288 static int __ffs_ep0_queue_wait(struct ffs_data *ffs, char *data, size_t len) in __ffs_ep0_queue_wait() function 464 ret = __ffs_ep0_queue_wait(ffs, data, len); in ffs_ep0_write() 597 ret = __ffs_ep0_queue_wait(ffs, data, len); in ffs_ep0_read()
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 15397 -static int __ffs_ep0_queue_wait(struct ffs_data *ffs, char *data, size_t len) 15573 - ret = __ffs_ep0_queue_wait(ffs, data, len); 15706 - ret = __ffs_ep0_queue_wait(ffs, data, len);
|