Searched refs:eptype (Results 1 - 8 of 8) sorted by relevance

/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c138 u32 eptype; member in struct:lpc32xx_ep
520 seq_printf(s, " type %4s", epnames[ep->eptype]);
1847 if (ep->eptype == EP_ISO_TYPE) {
2127 if (ep->eptype == EP_ISO_TYPE) {
2597 .eptype = EP_CTL_TYPE,
2608 .eptype = EP_INT_TYPE,
2619 .eptype = EP_BLK_TYPE,
2630 .eptype = EP_ISO_TYPE,
2641 .eptype = EP_INT_TYPE,
2652 .eptype
[all...]
/drivers/usb/wusbcore/
H A Dwa-rpipe.c443 u8 eptype; local
460 eptype = ep->desc.bmAttributes & 0x03;
461 result = rpipe_get_idle(&rpipe, wa, 1 << eptype, gfp);
/drivers/usb/host/
H A Dehci-hcd.c1012 int eptype = usb_endpoint_type(&ep->desc); local
1017 if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT)
1038 if (eptype == USB_ENDPOINT_XFER_BULK)
H A Dfotg210-hcd.c5688 int eptype = usb_endpoint_type(&ep->desc); local
5693 if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT)
5715 if (eptype == USB_ENDPOINT_XFER_BULK)
H A Dfusbh200-hcd.c5597 int eptype = usb_endpoint_type(&ep->desc); local
5602 if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT)
5624 if (eptype == USB_ENDPOINT_XFER_BULK)
/drivers/usb/gadget/function/
H A Df_sourcesink.c28 enum eptype { enum
417 static const char *get_ep_string(enum eptype ep_type)
810 enum eptype ep_type, int speed)
/drivers/staging/octeon-usb/
H A Docteon-hcd.h997 * @eptype: Endpoint Type (EPType)
1022 uint32_t eptype : 2; member in struct:cvmx_usbcx_hccharx::cvmx_usbcx_hccharx_s
H A Docteon-hcd.c1475 if ((hcchar.s.eptype == CVMX_USB_TRANSFER_INTERRUPT) ||
1476 (hcchar.s.eptype == CVMX_USB_TRANSFER_ISOCHRONOUS))
1927 usbc_hcchar.s.eptype = transaction->type;

Completed in 158 milliseconds