Home
last modified time | relevance | path

Searched refs:gs_alloc_req (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/usb/gadget/function/
A Du_serial.h53 struct usb_request *gs_alloc_req(struct usb_ep *ep, unsigned len, gfp_t flags);
A Du_serial.c166 gs_alloc_req(struct usb_ep *ep, unsigned len, gfp_t kmalloc_flags) in gs_alloc_req() function
183 EXPORT_SYMBOL_GPL(gs_alloc_req);
519 req = gs_alloc_req(ep, ep->maxpacket, GFP_ATOMIC); in gs_alloc_requests()
969 req = gs_alloc_req(ep, ep->maxpacket, GFP_ATOMIC); in gs_console_connect()
A Df_acm.c667 acm->notify_req = gs_alloc_req(ep, in acm_bind()

Completed in 11 milliseconds