Searched refs:EP_IN (Results 1 – 4 of 4) sorted by relevance
100 InitEndpoint(&in_eps_[i], static_cast<uint8_t>(i + 1), EP_IN); in InitEndpoints()399 ZX_DEBUG_ASSERT(ep->direction == EP_IN); in HandleEndpointTxLocked()514 if (ep->direction == EP_IN) { in EpQueueNextLocked()542 if (ep->direction == EP_IN) { in SetStall()820 if (ep->direction == EP_IN) { in UsbDciConfigEp()833 if (ep->direction == EP_IN) { in UsbDciConfigEp()890 if (ep->direction == EP_IN) { in UsbDciDisableEp()
61 EP_IN, enumerator
34 #define EP_IN(ep_num) (((ep_num) & 1) == 1) macro
123 if (EP_IN(ep->ep_num)) { in dwc3_ep_queue_next_locked()
Completed in 8 milliseconds