Home
last modified time | relevance | path

Searched refs:INT_OUT_EP (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_regs.h112 #define INT_OUT_EP (0x1<<19) macro
248 #define GINTMSK_INIT (INT_OUT_EP | INT_IN_EP | INT_RESUME | INT_ENUMDONE\
H A Ddwc2_udc_otg_xfer_dma.c574 if (intr_status & INT_OUT_EP) in dwc2_udc_irq()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h526 case INT_OUT_EP: in cdnsp_ep_type_string()
H A Dcdnsp-gadget.h687 #define INT_OUT_EP 3 macro
H A Dcdnsp-mem.c904 return in ? INT_IN_EP : INT_OUT_EP; in cdnsp_get_endpoint_type()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h643 #define INT_OUT_EP 3 macro
/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c330 if (ep_type == INT_IN_EP || ep_type == INT_OUT_EP) { in setup_sch_info()
H A Dxhci.h509 #define INT_OUT_EP 3 macro
2502 case INT_OUT_EP: in xhci_ep_type_string()
H A Dxhci-mem.c1356 return in ? INT_IN_EP : INT_OUT_EP; in xhci_get_endpoint_type()
1551 if (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_update_bw_info()
H A Dxhci.c2516 return (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_is_async_ep()