Home
last modified time | relevance | path

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

/system/core/adb/
Dusb_linux.cpp153 struct usb_endpoint_descriptor *ep1, *ep2; in find_usb_device() local
241 ep2 = (struct usb_endpoint_descriptor *)bufptr; in find_usb_device()
252 ep2->bLength != USB_DT_ENDPOINT_SIZE || in find_usb_device()
253 ep2->bDescriptorType != USB_DT_ENDPOINT) { in find_usb_device()
260 ep2->bmAttributes != USB_ENDPOINT_XFER_BULK) { in find_usb_device()
272 local_ep_out = ep2->bEndpointAddress; in find_usb_device()
274 local_ep_in = ep2->bEndpointAddress; in find_usb_device()
Dadb.h371 #define USB_FFS_ADB_IN USB_FFS_ADB_EP(ep2)