Searched refs:queued_reqs (Results 1 – 12 of 12) sorted by relevance
| /system/dev/usb/xhci/ |
| A D | xdc-transfer.cpp | 77 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 D | xdc.h | 43 list_node_t queued_reqs; // requests waiting to be processed member
|
| A D | xhci-transfer.cpp | 118 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 D | xhci.h | 60 list_node_t queued_reqs; // requests waiting to be processed member
|
| A D | xhci.cpp | 336 list_initialize(&ep->queued_reqs); in xhci_init() 488 while ((req_int = list_remove_head_type(&ep->queued_reqs, in xhci_slot_stop()
|
| A D | xdc.cpp | 173 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 D | xhci-device-manager.cpp | 439 while ((req_int = list_remove_head_type(&ep->queued_reqs, in xhci_free_endpoint_state()
|
| /system/dev/usb/dwc3/ |
| A D | dwc3-endpoints.cpp | 118 (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 D | dwc3.h | 63 list_node_t queued_reqs; // requests waiting to be processed member
|
| A D | dwc3.cpp | 484 list_initialize(&ep->queued_reqs); in dwc3_bind()
|
| /system/dev/usb/mt-musb-peripheral/ |
| A D | mt-usb.h | 78 list_node_t queued_reqs __TA_GUARDED(lock);
|
| A D | mt-usb.cpp | 90 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