Searched refs:gs_alloc_req (Results 1 – 3 of 3) sorted by relevance
57 struct usb_request *gs_alloc_req(struct usb_ep *ep, unsigned len, gfp_t flags);
168 gs_alloc_req(struct usb_ep *ep, unsigned len, gfp_t kmalloc_flags) in gs_alloc_req() function185 EXPORT_SYMBOL_GPL(gs_alloc_req);523 req = gs_alloc_req(ep, ep->maxpacket, GFP_ATOMIC); in gs_alloc_requests()998 req = gs_alloc_req(ep, ep->maxpacket, GFP_ATOMIC); in gs_console_connect()
671 acm->notify_req = gs_alloc_req(ep, in acm_bind()