Searched refs:eptype (Results 1 – 5 of 5) sorted by relevance
| /drivers/usb/gadget/udc/ |
| A D | lpc32xx_udc.c | 110 u32 eptype; member 2519 .eptype = EP_CTL_TYPE, 2532 .eptype = EP_INT_TYPE, 2545 .eptype = EP_BLK_TYPE, 2558 .eptype = EP_ISO_TYPE, 2571 .eptype = EP_INT_TYPE, 2584 .eptype = EP_BLK_TYPE, 2597 .eptype = EP_ISO_TYPE, 2610 .eptype = EP_INT_TYPE, 2623 .eptype = EP_BLK_TYPE, [all …]
|
| /drivers/usb/host/ |
| A D | ehci-hcd.c | 1051 int eptype = usb_endpoint_type(&ep->desc); in ehci_endpoint_reset() local 1056 if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT) in ehci_endpoint_reset() 1077 if (eptype == USB_ENDPOINT_XFER_BULK) in ehci_endpoint_reset()
|
| A D | octeon-hcd.h | 1037 __BITFIELD_FIELD(u32 eptype : 2,
|
| A D | octeon-hcd.c | 1322 if ((hcchar.s.eptype == CVMX_USB_TRANSFER_INTERRUPT) || in cvmx_usb_fill_tx_fifo() 1323 (hcchar.s.eptype == CVMX_USB_TRANSFER_ISOCHRONOUS)) in cvmx_usb_fill_tx_fifo() 1775 usbc_hcchar.s.eptype = transaction->type; in cvmx_usb_start_channel()
|
| /drivers/usb/fotg210/ |
| A D | fotg210-hcd.c | 5434 int eptype = usb_endpoint_type(&ep->desc); in fotg210_endpoint_reset() local 5439 if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT) in fotg210_endpoint_reset() 5461 if (eptype == USB_ENDPOINT_XFER_BULK) in fotg210_endpoint_reset()
|
Completed in 38 milliseconds