Searched refs:req_pending (Results 1 – 4 of 4) sorted by relevance
468 if (!udc->req_pending) { in at91_ep_queue()491 udc->req_pending = 0; in at91_ep_queue()897 udc->req_pending = 1; in handle_setup()908 udc->req_pending = 0; in handle_setup()1063 udc->req_pending = 0; in handle_setup()1073 udc->req_pending = 0; in handle_setup()1085 udc->req_pending = 0; in handle_ep0()1094 udc->req_pending = 0; in handle_ep0()1112 udc->req_pending = 0; in handle_ep0()1123 udc->req_pending = 0; in handle_ep0()[all …]
85 unsigned req_pending:1, req_std:1; member
124 unsigned req_pending:1; member
1328 dev->req_pending = 1; in dwc2_ep0_setup()1429 } else if (dev->req_pending) { in dwc2_ep0_setup()1430 dev->req_pending = 0; in dwc2_ep0_setup()
Completed in 15 milliseconds