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

/freebsd-9.3-release/lib/libusb/
H A Dlibusb10_desc.c94 struct libusb20_interface *pinf; local
125 pinf = pconf->interface + i;
126 nextra += N_ALIGN(pinf->extra.len);
127 nep += pinf->num_endpoints;
128 k = pinf->num_endpoints;
129 pend = pinf->endpoints;
135 j = pinf->num_altsetting;
136 nalt += pinf->num_altsetting;
137 pinf = pinf
[all...]
H A Dlibusb10.c333 struct libusb_interface *pinf; local
350 pinf = &pdconf->interface[i];
351 for (j = 0; j < pinf->num_altsetting; j++) {
352 pdinf = &pinf->altsetting[j];

Completed in 69 milliseconds