Searched refs:pdinf (Results 1 – 1 of 1) sorted by relevance
465 struct libusb_interface_descriptor *pdinf; in libusb_get_max_packet_size() 483 pdinf = &pinf->altsetting[j]; in libusb_get_max_packet_size() 484 for (k = 0; k < pdinf->bNumEndpoints; k++) { in libusb_get_max_packet_size() 485 pdend = &pdinf->endpoint[k]; in libusb_get_max_packet_size() 457 struct libusb_interface_descriptor *pdinf; libusb_get_max_packet_size() local