Searched refs:gs_alloc_req (Results 1 – 3 of 3) sorted by relevance
53 struct usb_request *gs_alloc_req(struct usb_ep *ep, unsigned len, gfp_t flags);
166 gs_alloc_req(struct usb_ep *ep, unsigned len, gfp_t kmalloc_flags) in gs_alloc_req() function183 EXPORT_SYMBOL_GPL(gs_alloc_req);519 req = gs_alloc_req(ep, ep->maxpacket, GFP_ATOMIC); in gs_alloc_requests()976 req = gs_alloc_req(ep, ep->maxpacket, GFP_ATOMIC); in gs_console_connect()
667 acm->notify_req = gs_alloc_req(ep, in acm_bind()