Home | History | Annotate | Download | only in client

Lines Matching defs:ep1

146             struct usb_endpoint_descriptor *ep1, *ep2;
223 ep1 = (struct usb_endpoint_descriptor *)bufptr;
241 ep1->bLength != USB_DT_ENDPOINT_SIZE ||
242 ep1->bDescriptorType != USB_DT_ENDPOINT ||
250 if (ep1->bmAttributes != USB_ENDPOINT_XFER_BULK ||
257 max_packet_size = ep1->wMaxPacketSize;
258 zero_mask = ep1->wMaxPacketSize - 1;
263 if (ep1->bEndpointAddress & USB_ENDPOINT_DIR_MASK) {
264 local_ep_in = ep1->bEndpointAddress;
268 local_ep_out = ep1->bEndpointAddress;