Searched refs:pinf (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libusb/
H A Dlibusb10_desc.c99 struct libusb20_interface *pinf; local
130 pinf = pconf->interface + i;
131 nextra += N_ALIGN(pinf->extra.len);
132 nep += pinf->num_endpoints;
133 k = pinf->num_endpoints;
134 pend = pinf->endpoints;
140 j = pinf->num_altsetting;
141 nalt += pinf->num_altsetting;
142 pinf = pinf
[all...]
H A Dlibusb10.c420 struct libusb_interface *pinf; local
437 pinf = &pdconf->interface[i];
438 for (j = 0; j < pinf->num_altsetting; j++) {
439 pdinf = &pinf->altsetting[j];

Completed in 74 milliseconds