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