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