Home
last modified time | relevance | path

Searched refs:alloc_ep_req (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Du_f.c14 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 Du_f.h75 struct usb_request *alloc_ep_req(struct usb_ep *ep, size_t len);
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_sdp.c505 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 Df_thor.c517 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 Df_loopback.c307 return alloc_ep_req(ep, len); in lb_alloc_ep_req()
H A Df_sourcesink.c292 return alloc_ep_req(ep, len); in ss_alloc_ep_req()
H A Df_hid.c570 return alloc_ep_req(ep, length); in hidg_alloc_ep_req()
H A Df_midi.c230 return alloc_ep_req(ep, length); in midi_alloc_ep_req()