Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusb_linux.c105 struct usb_endpoint_descriptor *ept; in filter_usb_device() local
216 ept = (void*) ptr; in filter_usb_device()
217 len -= ept->bLength; in filter_usb_device()
218 ptr += ept->bLength; in filter_usb_device()
220 if((ept->bmAttributes & 0x03) != 0x02) in filter_usb_device()
223 if(ept->bEndpointAddress & 0x80) { in filter_usb_device()
224 in = ept->bEndpointAddress; in filter_usb_device()
226 out = ept->bEndpointAddress; in filter_usb_device()