Lines Matching refs:eps
565 struct dwc3_ep *dep = dwc->eps[i]; in dwc3_gadget_start_config()
713 dep = dwc->eps[1]; in dwc3_gadget_clear_tx_fifos()
724 dep = dwc->eps[num]; in dwc3_gadget_clear_tx_fifos()
2365 dep = dwc->eps[epnum]; in dwc3_stop_active_transfers()
2752 dep = dwc->eps[0]; in __dwc3_gadget_start()
2760 dep = dwc->eps[1]; in __dwc3_gadget_start()
2780 __dwc3_gadget_ep_disable(dwc->eps[0]); in __dwc3_gadget_start()
2813 __dwc3_gadget_ep_disable(dwc->eps[0]); in __dwc3_gadget_stop()
2814 __dwc3_gadget_ep_disable(dwc->eps[1]); in __dwc3_gadget_stop()
3110 dwc->eps[epnum] = dep; in dwc3_gadget_init_endpoint()
3169 dep = dwc->eps[epnum]; in dwc3_gadget_free_endpoints()
3446 dep = dwc->eps[i]; in dwc3_gadget_endpoint_trbs_complete()
3543 struct usb_ep *ep0 = &dwc->eps[0]->endpoint; in dwc3_gadget_endpoint_command_complete()
3634 dep = dwc->eps[epnum]; in dwc3_endpoint_interrupt()
3780 dep = dwc->eps[epnum]; in dwc3_clear_stall_all_ep()
3818 dwc3_ep0_end_control_data(dwc, dwc->eps[dir]); in dwc3_gadget_disconnect_interrupt()
3820 dwc3_ep0_end_control_data(dwc, dwc->eps[!dir]); in dwc3_gadget_disconnect_interrupt()
3881 dwc3_ep0_end_control_data(dwc, dwc->eps[dir]); in dwc3_gadget_reset_interrupt()
3883 dwc3_ep0_end_control_data(dwc, dwc->eps[!dir]); in dwc3_gadget_reset_interrupt()
3885 dwc->eps[0]->trb_enqueue = 0; in dwc3_gadget_reset_interrupt()
3886 dwc->eps[1]->trb_enqueue = 0; in dwc3_gadget_reset_interrupt()
3990 dwc->eps[1]->endpoint.maxpacket = dwc->gadget->ep0->maxpacket; in dwc3_gadget_conndone_interrupt()
4033 dep = dwc->eps[0]; in dwc3_gadget_conndone_interrupt()
4040 dep = dwc->eps[1]; in dwc3_gadget_conndone_interrupt()