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);
165 gs_alloc_req(struct usb_ep *ep, unsigned len, gfp_t kmalloc_flags) in gs_alloc_req() function182 EXPORT_SYMBOL_GPL(gs_alloc_req);518 req = gs_alloc_req(ep, ep->maxpacket, GFP_ATOMIC); in gs_alloc_requests()971 req = gs_alloc_req(ep, ep->maxpacket, GFP_ATOMIC); in gs_console_connect()
667 acm->notify_req = gs_alloc_req(ep, in acm_bind()