Home
last modified time | relevance | path

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

/system/dev/usb/dwc3/
A Ddwc3-endpoints.cpp38 ZX_DEBUG_ASSERT(ep_num < countof(dwc->eps)); in dwc3_ep_fifo_init()
39 dwc3_endpoint_t* ep = &dwc->eps[ep_num]; in dwc3_ep_fifo_init()
68 dwc3_endpoint_t* ep = &dwc->eps[ep_num]; in dwc3_ep_fifo_release()
78 dwc3_endpoint_t* ep = (ep_num == EP0_IN ? &dwc->eps[EP0_OUT] : &dwc->eps[ep_num]); in dwc3_ep_start_transfer()
157 dwc3_endpoint_t* ep = &dwc->eps[ep_num]; in dwc3_ep_config()
189 dwc3_endpoint_t* ep = &dwc->eps[ep_num]; in dwc3_ep_disable()
200 dwc3_endpoint_t* ep = &dwc->eps[ep_num]; in dwc3_ep_queue()
229 dwc3_endpoint_t* ep = &dwc->eps[ep_num]; in dwc3_ep_set_config()
269 dwc3_endpoint_t* ep = &dwc->eps[ep_num]; in dwc3_ep_xfer_started()
292 if (ep_num >= countof(dwc->eps)) { in dwc3_ep_xfer_complete()
[all …]
A Ddwc3.cpp196 for (unsigned i = 2; i < countof(dwc->eps); i++) { in dwc3_usb_reset()
216 for (unsigned i = 2; i < countof(dwc->eps); i++) { in dwc3_disconnected()
253 dwc->eps[EP0_OUT].max_packet_size = ep0_max_packet; in dwc3_connection_done()
254 dwc->eps[EP0_IN].max_packet_size = ep0_max_packet; in dwc3_connection_done()
279 for (unsigned i = 2; i < countof(dwc->eps); i++) { in dwc3_reset_configuration()
292 if (ep_num < 2 || ep_num >= countof(dwc->eps)) { in dwc3_request_queue()
441 for (unsigned i = 0; i < countof(dwc->eps); i++) { in dwc3_release()
481 for (uint8_t i = 0; i < countof(dwc->eps); i++) { in dwc3_bind()
482 dwc3_endpoint_t* ep = &dwc->eps[i]; in dwc3_bind()
A Ddwc3-ep0.cpp15 #define EP0_LOCK(dwc) (&(dwc)->eps[EP0_OUT].lock)
32 dwc3_endpoint_t* ep = &dwc->eps[i]; in dwc3_ep0_init()
207 dwc3_endpoint_t* ep = &dwc->eps[ep_num]; in dwc3_ep0_xfer_complete()
A Ddwc3.h103 dwc3_endpoint_t eps[DWC3_MAX_EPS]; member
A Ddwc3-commands.cpp101 unsigned rsrc_id = dwc->eps[ep_num].rsrc_id; in dwc3_cmd_ep_end_transfer()
/system/dev/usb/xhci/
A Dxdc-transfer.cpp101 xdc_endpoint_t* ep = in ? &xdc->eps[IN_EP_IDX] : &xdc->eps[OUT_EP_IDX]; in xdc_queue_transfer()
142 xdc_endpoint_t* ep = in ? &xdc->eps[IN_EP_IDX] : &xdc->eps[OUT_EP_IDX]; in xdc_has_free_trbs()
206 xdc_endpoint_t* ep = &xdc->eps[xdc_ep_idx]; in xdc_handle_transfer_event_locked()
A Dxhci-transfer.cpp25 xhci_endpoint_t* ep = &slot->eps[ep_index]; in xhci_reset_dequeue_ptr_locked()
52 xhci_endpoint_t* ep = &slot->eps[ep_index]; in xhci_reset_endpoint()
170 xhci_endpoint_t* ep = &slot->eps[ep_index]; in xhci_start_transfer_locked()
227 xhci_endpoint_t* ep = &slot->eps[ep_index]; in xhci_continue_transfer_locked()
316 xhci_endpoint_t* ep = &slot->eps[ep_index]; in xhci_process_transactions_locked()
385 xhci_endpoint_t* ep = &slot->eps[ep_index]; in xhci_queue_transfer()
453 xhci_endpoint_t* ep = &slot->eps[ep_index]; in xhci_cancel_transfers()
618 xhci_endpoint_t* ep = &slot->eps[ep_index]; in xhci_handle_transfer_event()
A Dxhci-device-manager.cpp75 xhci_endpoint_t* ep = &slot->eps[0]; in xhci_address_device()
118 slot->eps[i].epc = reinterpret_cast<xhci_endpoint_context_t*>(device_context); in xhci_address_device()
296 xhci_endpoint_t* ep = &slot->eps[i]; in xhci_disable_slot()
451 xhci_endpoint_t* ep = &slot->eps[ep_index]; in xhci_stop_endpoint()
521 if (slot->eps[i].state != EP_STATE_DEAD && slot->eps[i].state != EP_STATE_DISABLED) { in xhci_handle_disconnect_device()
570 xhci_endpoint_t* ep = &slot->eps[i]; in xhci_handle_reset_device()
719 xhci_endpoint_t* ep = &slot->eps[index]; in xhci_enable_endpoint()
777 zx_paddr_t tr_dequeue = xhci_transfer_ring_start_phys(&slot->eps[index].transfer_ring); in xhci_enable_endpoint()
A Dxdc.h113 xdc_endpoint_t eps[NUM_EPS]; member
A Dxhci.cpp332 xhci_endpoint_t* eps = slot->eps; in xhci_init() local
334 xhci_endpoint_t* ep = &eps[j]; in xhci_init()
476 xhci_endpoint_t* ep = &slot->eps[i]; in xhci_slot_stop()
525 xhci_endpoint_t* ep = &slot->eps[j]; in xhci_free()
A Dxdc.cpp172 xdc_endpoint_t* ep = &xdc->eps[ep_idx]; in xdc_endpoint_ctx_init()
649 xdc_endpoint_t* ep = &xdc->eps[i]; in xdc_shutdown()
681 xdc_endpoint_t* ep = &xdc->eps[i]; in xdc_free()
1058 xdc_process_transactions_locked(xdc, &xdc->eps[i]); in xdc_update_state()
1188 if (list_is_empty(&xdc->eps[OUT_EP_IDX].pending_reqs)) { in xdc_poll()
1200 xdc_endpoint_t* ep = &xdc->eps[i]; in xdc_poll()
A Dxhci.h75 xhci_endpoint_t eps[XHCI_NUM_EPS]; member

Completed in 27 milliseconds