Searched refs:dwc2_hsotg_ep_queue (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | gadget.c | 1181 * already synced by dwc2_hsotg_ep_queue(). in dwc2_hsotg_start_req() 1403 static int dwc2_hsotg_ep_queue(struct usb_ep *ep, struct usb_request *req, in dwc2_hsotg_ep_queue() function 1532 ret = dwc2_hsotg_ep_queue(ep, req, gfp_flags); in dwc2_hsotg_ep_queue_lock() 1653 ret = dwc2_hsotg_ep_queue(&ep->ep, req, GFP_ATOMIC); in dwc2_hsotg_send_reply() 2056 ret = dwc2_hsotg_ep_queue(&hsotg->eps_out[0]->ep, req, GFP_ATOMIC); in dwc2_hsotg_enqueue_setup()
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | gadget.c | 1180 * already synced by dwc2_hsotg_ep_queue(). in dwc2_hsotg_start_req() 1402 static int dwc2_hsotg_ep_queue(struct usb_ep *ep, struct usb_request *req, in dwc2_hsotg_ep_queue() function 1531 ret = dwc2_hsotg_ep_queue(ep, req, gfp_flags); in dwc2_hsotg_ep_queue_lock() 1652 ret = dwc2_hsotg_ep_queue(&ep->ep, req, GFP_ATOMIC); in dwc2_hsotg_send_reply() 2056 ret = dwc2_hsotg_ep_queue(&hsotg->eps_out[0]->ep, req, GFP_ATOMIC); in dwc2_hsotg_enqueue_setup()
|
Completed in 13 milliseconds