Searched refs:alloc_ep_req (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/ |
| H A D | u_f.c | 14 struct usb_request *alloc_ep_req(struct usb_ep *ep, size_t len) in alloc_ep_req() function 30 EXPORT_SYMBOL_GPL(alloc_ep_req);
|
| H A D | u_f.h | 75 struct usb_request *alloc_ep_req(struct usb_ep *ep, size_t len);
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_sdp.c | 505 static struct usb_request *alloc_ep_req(struct usb_ep *ep, unsigned length) in alloc_ep_req() function 528 req = alloc_ep_req(ep, 64); in sdp_start_ep()
|
| H A D | f_thor.c | 517 static struct usb_request *alloc_ep_req(struct usb_ep *ep, unsigned length) in alloc_ep_req() function 917 req = alloc_ep_req(ep, THOR_PACKET_SIZE); in thor_eps_setup()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_loopback.c | 307 return alloc_ep_req(ep, len); in lb_alloc_ep_req()
|
| H A D | f_sourcesink.c | 292 return alloc_ep_req(ep, len); in ss_alloc_ep_req()
|
| H A D | f_hid.c | 570 return alloc_ep_req(ep, length); in hidg_alloc_ep_req()
|
| H A D | f_midi.c | 230 return alloc_ep_req(ep, length); in midi_alloc_ep_req()
|