Lines Matching refs:epnum
58 static int dwc3_ep0_start_trans(struct dwc3 *dwc, u8 epnum, dma_addr_t buf_dma, in dwc3_ep0_start_trans() argument
67 dep = dwc->eps[epnum]; in dwc3_ep0_start_trans()
125 req->epnum = dep->number; in __dwc3_gadget_ep0_queue()
323 u32 epnum; in dwc3_wIndex_to_dep() local
325 epnum = (windex & USB_ENDPOINT_NUMBER_MASK) << 1; in dwc3_wIndex_to_dep()
327 epnum |= 1; in dwc3_wIndex_to_dep()
329 dep = dwc->eps[epnum]; in dwc3_wIndex_to_dep()
798 u8 epnum; in dwc3_ep0_complete_data() local
800 epnum = event->endpoint_number; in dwc3_ep0_complete_data()
861 if ((epnum & 1) && ur->actual < ur->length) { in dwc3_ep0_complete_data()
874 ret = dwc3_ep0_start_trans(dwc, epnum, in dwc3_ep0_complete_data()
1109 u8 epnum = event->endpoint_number; in dwc3_ep0_interrupt() local
1113 epnum >> 1, (epnum & 1) ? "in" : "out", in dwc3_ep0_interrupt()