Searched refs:DWC3_ENDPOINTS_NUM (Results 1 – 3 of 3) sorted by relevance
49 #define DWC3_ENDPOINTS_NUM 32 macro1195 struct dwc3_ep *eps[DWC3_ENDPOINTS_NUM];
758 for (num = 3; num < min_t(int, dwc->num_eps, DWC3_ENDPOINTS_NUM); num += 2) { in dwc3_gadget_clear_tx_fifos()3435 u8 reserved_eps[DWC3_ENDPOINTS_NUM]; in dwc3_gadget_init_endpoints()3471 for (epnum = 0; epnum < DWC3_ENDPOINTS_NUM; epnum++) { in dwc3_gadget_free_endpoints()3721 for (i = 0; i < DWC3_ENDPOINTS_NUM; i++) { in dwc3_gadget_endpoint_trbs_complete()4028 for (epnum = 1; epnum < DWC3_ENDPOINTS_NUM; epnum++) { in dwc3_clear_stall_all_ep()
292 for (i = 2; i < DWC3_ENDPOINTS_NUM; i++) { in dwc3_ep0_out_start()
Completed in 19 milliseconds