Searched refs:generic_find_ep0_memory_area (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_generic.c | 241 static struct ffs_memory *generic_find_ep0_memory_area(struct ffs_data *ffs, uint64_t buf, uint32_t len) in generic_find_ep0_memory_area() function 643 ffsm = generic_find_ep0_memory_area(ffs, io_data->buf, data_len); in ffs_ep0_iorw() 744 ffsm = generic_find_ep0_memory_area(ffs, mem.buf, mem.size); in ffs_ep0_ioctl() 787 ffsm = generic_find_ep0_memory_area(ffs, myIoData.buf, myIoData.len); in ffs_ep0_ioctl() 808 ffsm = generic_find_ep0_memory_area(ffs, myIoData.buf, myIoData.len); in ffs_ep0_ioctl()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_generic.c | 242 static struct ffs_memory *generic_find_ep0_memory_area(struct ffs_data *ffs, uint64_t buf, uint32_t len) in generic_find_ep0_memory_area() function 644 ffsm = generic_find_ep0_memory_area(ffs, io_data->buf, data_len); in ffs_ep0_iorw() 745 ffsm = generic_find_ep0_memory_area(ffs, mem.buf, mem.size); in ffs_ep0_ioctl() 788 ffsm = generic_find_ep0_memory_area(ffs, myIoData.buf, myIoData.len); in ffs_ep0_ioctl() 809 ffsm = generic_find_ep0_memory_area(ffs, myIoData.buf, myIoData.len); in ffs_ep0_ioctl()
|
Completed in 9 milliseconds