Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Df_fs.c275 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()
Df_generic.c288 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/
Dlinux-5.10.patch15397 -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);