Searched defs:eptype (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/wusbcore/
H A Dwa-rpipe.c438 u8 eptype; local
455 eptype = ep->desc.bmAttributes & 0x03;
456 result = rpipe_get_idle(&rpipe, wa, 1 << eptype, gfp);
/drivers/usb/host/
H A Dehci-hcd.c1210 int eptype = usb_endpoint_type(&ep->desc); local
1215 if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT)
1237 if (eptype == USB_ENDPOINT_XFER_BULK)

Completed in 2368 milliseconds