Searched refs:alloc_ep_req (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/ |
H A D | u_f.c | 17 struct usb_request *alloc_ep_req(struct usb_ep *ep, int len, int default_len) alloc_ep_req() function 32 EXPORT_SYMBOL_GPL(alloc_ep_req); variable
|
H A D | u_f.h | 48 struct usb_request *alloc_ep_req(struct usb_ep *ep, int len, int default_len);
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | f_loopback.c | 298 return alloc_ep_req(ep, len, buflen); lb_alloc_ep_req()
|
H A D | f_hid.c | 368 return alloc_ep_req(ep, length, length); hidg_alloc_ep_req()
|
H A D | f_midi.c | 201 return alloc_ep_req(ep, length, length); midi_alloc_ep_req()
|
H A D | f_sourcesink.c | 307 return alloc_ep_req(ep, len, buflen); ss_alloc_ep_req()
|
Completed in 149 milliseconds