Home
last modified time | relevance | path

Searched refs:queued_reqs (Results 1 – 12 of 12) sorted by relevance

/system/dev/usb/xhci/
A Dxdc-transfer.cpp77 usb_request_t* req = xdc_req_list_remove_head(&ep->queued_reqs, usb_req_size); in xdc_process_transactions_locked()
124 list_add_tail(&ep->queued_reqs, &req_int->node); in xdc_queue_transfer()
194 status = xdc_req_list_add_head(&ep->queued_reqs, req, usb_req_size); in xdc_restart_transfer_ring_locked()
A Dxdc.h43 list_node_t queued_reqs; // requests waiting to be processed member
A Dxhci-transfer.cpp118 xhci_add_to_list_head(xhci, &ep->queued_reqs, req); in xhci_reset_endpoint()
328 xhci_remove_from_list_head(xhci, &ep->queued_reqs, &req); in xhci_process_transactions_locked()
423 xhci_add_to_list_tail(xhci, &ep->queued_reqs, req); in xhci_queue_transfer()
495 while (xhci_remove_from_list_head(xhci, &ep->queued_reqs, &req)) { in xhci_cancel_transfers()
508 while (xhci_remove_from_list_head(xhci, &ep->queued_reqs, &req)) { in xhci_cancel_transfers()
A Dxhci.h60 list_node_t queued_reqs; // requests waiting to be processed member
A Dxhci.cpp336 list_initialize(&ep->queued_reqs); in xhci_init()
488 while ((req_int = list_remove_head_type(&ep->queued_reqs, in xhci_slot_stop()
A Dxdc.cpp173 list_initialize(&ep->queued_reqs); in xdc_endpoint_ctx_init()
659 while ((req_int = list_remove_tail_type(&ep->queued_reqs, xdc_req_internal_t, node)) in xdc_shutdown()
A Dxhci-device-manager.cpp439 while ((req_int = list_remove_head_type(&ep->queued_reqs, in xhci_free_endpoint_state()
/system/dev/usb/dwc3/
A Ddwc3-endpoints.cpp118 (req_int = list_remove_head_type(&ep->queued_reqs, dwc_usb_req_internal_t, node)) in dwc3_ep_queue_next_locked()
219 list_add_tail(&ep->queued_reqs, &req_int->node); in dwc3_ep_queue()
361 while ((req_int = list_remove_head_type(&ep->queued_reqs, dwc_usb_req_internal_t, node)) in dwc3_ep_end_transfers()
A Ddwc3.h63 list_node_t queued_reqs; // requests waiting to be processed member
A Ddwc3.cpp484 list_initialize(&ep->queued_reqs); in dwc3_bind()
/system/dev/usb/mt-musb-peripheral/
A Dmt-usb.h78 list_node_t queued_reqs __TA_GUARDED(lock);
A Dmt-usb.cpp90 list_initialize(&ep->queued_reqs); in InitEndpoint()
508 (req_int = list_remove_head_type(&ep->queued_reqs, mt_usb_req_internal_t, node)) in EpQueueNextLocked()
771 list_add_tail(&ep->queued_reqs, &req_int->node); in UsbDciRequestQueue()

Completed in 35 milliseconds