Searched defs:ep_index (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci-transfer.c51 uint8_t ep_index = xhci_endpoint_index(ep_address); local
22 xhci_reset_dequeue_ptr_locked(xhci_t* xhci, uint32_t slot_id, uint32_t ep_index) argument
163 xhci_start_transfer_locked(xhci_t* xhci, xhci_slot_t* slot, uint32_t ep_index, usb_request_t* req) argument
217 xhci_continue_transfer_locked(xhci_t* xhci, xhci_slot_t* slot, uint32_t ep_index, usb_request_t* req) argument
305 xhci_process_transactions_locked(xhci_t* xhci, xhci_slot_t* slot, uint8_t ep_index, list_node_t* completed_reqs) argument
356 uint8_t ep_index = xhci_endpoint_index(req->header.ep_address); local
428 xhci_cancel_transfers(xhci_t* xhci, uint32_t slot_id, uint32_t ep_index) argument
592 uint32_t ep_index = READ_FIELD(control, TRB_ENDPOINT_ID_START, TRB_ENDPOINT_ID_BITS) - 1; local
[all...]
H A Dxhci-device-manager.c383 static zx_status_t xhci_stop_endpoint(xhci_t* xhci, uint32_t slot_id, int ep_index, argument
586 static zx_status_t xhci_update_input_context(xhci_t* xhci, uint32_t slot_id, int ep_index) { argument
622 uint32_t ep_index = ep_type; local
H A Dxhci-root-hub.c491 uint8_t ep_index = xhci_endpoint_index(req->header.ep_address); local
/fuchsia/zircon/system/dev/usb/usb-composite/
H A Dusb-interface.c82 int ep_index = get_usb_endpoint_index(ep); local

Completed in 81 milliseconds