Home
last modified time | relevance | path

Searched refs:eptype (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/usb/wusbcore/
Dwa-rpipe.c441 u8 eptype; in rpipe_get_by_ep() local
458 eptype = ep->desc.bmAttributes & 0x03; in rpipe_get_by_ep()
459 result = rpipe_get_idle(&rpipe, wa, 1 << eptype, gfp); in rpipe_get_by_ep()
/linux-3.4.99/drivers/usb/host/
Dehci-hcd.c1210 int eptype = usb_endpoint_type(&ep->desc); in ehci_endpoint_reset() local
1215 if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT) in ehci_endpoint_reset()
1237 if (eptype == USB_ENDPOINT_XFER_BULK) in ehci_endpoint_reset()