Searched refs:current_req (Results 1 – 9 of 9) sorted by relevance
117 if (ep->current_req == nullptr && ep->got_not_ready && in dwc3_ep_queue_next_locked()121 ep->current_req = req; in dwc3_ep_queue_next_locked()303 usb_request_t* req = ep->current_req; in dwc3_ep_xfer_complete()304 ep->current_req = nullptr; in dwc3_ep_xfer_complete()353 if (ep->current_req) { in dwc3_ep_end_transfers()355 auto* req_int = USB_REQ_TO_INTERNAL(ep->current_req); in dwc3_ep_end_transfers()356 usb_request_complete(ep->current_req, reason, 0, &req_int->complete_cb); in dwc3_ep_end_transfers()357 ep->current_req = nullptr; in dwc3_ep_end_transfers()
64 usb_request_t* current_req; // request currently being processed member
92 ep->current_req = nullptr; in InitEndpoint()407 usb_request_t* req = ep->current_req; in HandleEndpointTxLocked()418 ep->current_req = nullptr; in HandleEndpointTxLocked()436 ep->current_req = nullptr; in HandleEndpointTxLocked()442 if (ep->enabled && ep->current_req == nullptr) { in HandleEndpointTxLocked()461 usb_request_t* req = ep->current_req; in HandleEndpointRxLocked()470 ep->current_req = nullptr; in HandleEndpointRxLocked()491 ep->current_req = nullptr; in HandleEndpointRxLocked()498 if (ep->enabled && ep->current_req == nullptr) { in HandleEndpointRxLocked()507 if (ep->current_req == nullptr && in EpQueueNextLocked()[all …]
80 usb_request_t* current_req __TA_GUARDED(lock) = nullptr;
75 if (!ep->current_req) { in xdc_process_transactions_locked()86 ep->current_req = req; in xdc_process_transactions_locked()89 usb_request_t* req = ep->current_req; in xdc_process_transactions_locked()95 ep->current_req = nullptr; in xdc_process_transactions_locked()
44 usb_request_t* current_req; // request currently being processed member
325 while (!ep->current_req) { in xhci_process_transactions_locked()337 ep->current_req = req; in xhci_process_transactions_locked()345 if (ep->current_req) { in xhci_process_transactions_locked()346 usb_request_t* req = ep->current_req; in xhci_process_transactions_locked()358 ep->current_req = nullptr; in xhci_process_transactions_locked()
61 usb_request_t* current_req; // request currently being processed member
338 ep->current_req = nullptr; in xhci_init()
Completed in 16 milliseconds