eptype           1321 drivers/staging/octeon-usb/octeon-hcd.c 	if ((hcchar.s.eptype == CVMX_USB_TRANSFER_INTERRUPT) ||
eptype           1322 drivers/staging/octeon-usb/octeon-hcd.c 	    (hcchar.s.eptype == CVMX_USB_TRANSFER_ISOCHRONOUS))
eptype           1774 drivers/staging/octeon-usb/octeon-hcd.c 		usbc_hcchar.s.eptype = transaction->type;
eptype           1037 drivers/staging/octeon-usb/octeon-hcd.h 		__BITFIELD_FIELD(u32 eptype		: 2,
eptype            429 drivers/staging/wusbcore/wa-rpipe.c 	u8 eptype;
eptype            446 drivers/staging/wusbcore/wa-rpipe.c 		eptype = ep->desc.bmAttributes & 0x03;
eptype            447 drivers/staging/wusbcore/wa-rpipe.c 		result = rpipe_get_idle(&rpipe, wa, 1 << eptype, gfp);
eptype            110 drivers/usb/gadget/udc/lpc32xx_udc.c 	u32			eptype;
eptype            482 drivers/usb/gadget/udc/lpc32xx_udc.c 	seq_printf(s, " type %4s", epnames[ep->eptype]);
eptype           1787 drivers/usb/gadget/udc/lpc32xx_udc.c 		if (ep->eptype == EP_ISO_TYPE) {
eptype           2067 drivers/usb/gadget/udc/lpc32xx_udc.c 	if (ep->eptype == EP_ISO_TYPE) {
eptype           2535 drivers/usb/gadget/udc/lpc32xx_udc.c 		.eptype		= EP_CTL_TYPE,
eptype           2548 drivers/usb/gadget/udc/lpc32xx_udc.c 		.eptype		= EP_INT_TYPE,
eptype           2561 drivers/usb/gadget/udc/lpc32xx_udc.c 		.eptype		= EP_BLK_TYPE,
eptype           2574 drivers/usb/gadget/udc/lpc32xx_udc.c 		.eptype		= EP_ISO_TYPE,
eptype           2587 drivers/usb/gadget/udc/lpc32xx_udc.c 		.eptype		= EP_INT_TYPE,
eptype           2600 drivers/usb/gadget/udc/lpc32xx_udc.c 		.eptype		= EP_BLK_TYPE,
eptype           2613 drivers/usb/gadget/udc/lpc32xx_udc.c 		.eptype		= EP_ISO_TYPE,
eptype           2626 drivers/usb/gadget/udc/lpc32xx_udc.c 		.eptype		= EP_INT_TYPE,
eptype           2639 drivers/usb/gadget/udc/lpc32xx_udc.c 		.eptype		= EP_BLK_TYPE,
eptype           2652 drivers/usb/gadget/udc/lpc32xx_udc.c 		.eptype		= EP_ISO_TYPE,
eptype           2665 drivers/usb/gadget/udc/lpc32xx_udc.c 		.eptype		= EP_INT_TYPE,
eptype           2678 drivers/usb/gadget/udc/lpc32xx_udc.c 		.eptype		= EP_BLK_TYPE,
eptype           2691 drivers/usb/gadget/udc/lpc32xx_udc.c 		.eptype		= EP_ISO_TYPE,
eptype           2704 drivers/usb/gadget/udc/lpc32xx_udc.c 		.eptype		= EP_INT_TYPE,
eptype           2717 drivers/usb/gadget/udc/lpc32xx_udc.c 		.eptype		= EP_BLK_TYPE,
eptype           2730 drivers/usb/gadget/udc/lpc32xx_udc.c 		.eptype		= EP_BLK_TYPE,
eptype           1022 drivers/usb/host/ehci-hcd.c 	int			eptype = usb_endpoint_type(&ep->desc);
eptype           1027 drivers/usb/host/ehci-hcd.c 	if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT)
eptype           1048 drivers/usb/host/ehci-hcd.c 			if (eptype == USB_ENDPOINT_XFER_BULK)
eptype           5449 drivers/usb/host/fotg210-hcd.c 	int eptype = usb_endpoint_type(&ep->desc);
eptype           5454 drivers/usb/host/fotg210-hcd.c 	if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT)
eptype           5476 drivers/usb/host/fotg210-hcd.c 			if (eptype == USB_ENDPOINT_XFER_BULK)
eptype            420 drivers/usb/isp1760/isp1760-udc.c 		u16 eptype = isp1760_udc_read(udc, DC_EPTYPE);
eptype            422 drivers/usb/isp1760/isp1760-udc.c 		isp1760_udc_write(udc, DC_EPTYPE, eptype & ~DC_EPENABLE);
eptype            423 drivers/usb/isp1760/isp1760-udc.c 		isp1760_udc_write(udc, DC_EPTYPE, eptype);