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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Dwa-rpipe.c369 u8 eptype; local
386 eptype = ep->desc.bmAttributes & 0x03;
387 result = rpipe_get_idle(&rpipe, wa, 1 << eptype, gfp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/wusbcore/
H A Dwa-rpipe.c369 u8 eptype; local
386 eptype = ep->desc.bmAttributes & 0x03;
387 result = rpipe_get_idle(&rpipe, wa, 1 << eptype, gfp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-hcd.c1108 int eptype = usb_endpoint_type(&ep->desc); local
1113 if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT)
1135 if (eptype == USB_ENDPOINT_XFER_BULK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Dehci-hcd.c1108 int eptype = usb_endpoint_type(&ep->desc); local
1113 if (eptype != USB_ENDPOINT_XFER_BULK && eptype != USB_ENDPOINT_XFER_INT)
1135 if (eptype == USB_ENDPOINT_XFER_BULK)

Completed in 101 milliseconds