Searched refs:pdend (Results 1 – 1 of 1) sorted by relevance
535 struct libusb_endpoint_descriptor *pdend; in libusb_get_max_packet_size() local554 pdend = &pdinf->endpoint[k]; in libusb_get_max_packet_size()555 if (pdend->bEndpointAddress == endpoint) { in libusb_get_max_packet_size()556 ret = pdend->wMaxPacketSize; in libusb_get_max_packet_size()