Searched refs:INT_OUT_EP (Results 1 – 7 of 7) sorted by relevance
124 #define INT_OUT_EP (0x1<<19) macro262 #define GINTMSK_INIT (INT_OUT_EP | INT_IN_EP | INT_RESUME | INT_ENUMDONE\
596 if (intr_status & INT_OUT_EP) in dwc2_udc_irq()
337 if (ep_type == INT_IN_EP || ep_type == INT_OUT_EP) { in setup_sch_info()382 } else if (ep_type == INT_OUT_EP) { in setup_sch_info()
762 #define INT_OUT_EP 3 macro2777 case INT_OUT_EP: in xhci_ep_type_string()
1461 return in ? INT_IN_EP : INT_OUT_EP; in xhci_get_endpoint_type()1663 if (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_update_bw_info()
2500 return (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_is_async_ep()
644 #define INT_OUT_EP 3 macro