Searched refs:ep2 (Results 1 – 2 of 2) sorted by relevance
148 struct usb_endpoint_descriptor *ep1, *ep2; in find_usb_device() local234 ep2 = (struct usb_endpoint_descriptor *)bufptr; in find_usb_device()245 ep2->bLength != USB_DT_ENDPOINT_SIZE || in find_usb_device()246 ep2->bDescriptorType != USB_DT_ENDPOINT) { in find_usb_device()253 ep2->bmAttributes != USB_ENDPOINT_XFER_BULK) { in find_usb_device()267 local_ep_out = ep2->bEndpointAddress; in find_usb_device()269 local_ep_in = ep2->bEndpointAddress; in find_usb_device()
222 #define USB_FFS_ADB_IN USB_FFS_ADB_EP(ep2)