Home | History | Annotate | Download | only in libusb

Lines Matching refs:ep

727 				const struct libusb_endpoint_descriptor *ep =
729 if (ep->bEndpointAddress == endpoint)
730 return ep;
757 const struct libusb_endpoint_descriptor *ep;
767 ep = find_endpoint(config, endpoint);
768 if (!ep)
771 r = ep->wMaxPacketSize;
806 const struct libusb_endpoint_descriptor *ep;
818 ep = find_endpoint(config, endpoint);
819 if (!ep)
822 val = ep->wMaxPacketSize;
823 ep_type = ep->bmAttributes & 0x3;