Searched refs:pdend_tmp (Results 1 – 1 of 1) sorted by relevance
684 const struct libusb_endpoint_descriptor *pdend_tmp; in libusb_get_max_alt_packet_size() local707 pdend_tmp = &pdinf->endpoint[i]; in libusb_get_max_alt_packet_size()708 if (pdend_tmp->bEndpointAddress == endpoint) { in libusb_get_max_alt_packet_size()709 pdend = pdend_tmp; in libusb_get_max_alt_packet_size()