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

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

Completed in 263 milliseconds