nendpt            222 dev/usb/ugen.c 	u_int8_t niface, nendpt;
nendpt            258 dev/usb/ugen.c 		err = usbd_endpoint_count(iface, &nendpt);
nendpt            261 dev/usb/ugen.c 		for (endptno = 0; endptno < nendpt; endptno++) {
nendpt            912 dev/usb/ugen.c 	u_int8_t niface, nendpt, endptno, endpt;
nendpt            926 dev/usb/ugen.c 	err = usbd_endpoint_count(iface, &nendpt);
nendpt            930 dev/usb/ugen.c 	for (endptno = 0; endptno < nendpt; endptno++) {
nendpt            945 dev/usb/ugen.c 	err = usbd_endpoint_count(iface, &nendpt);
nendpt            948 dev/usb/ugen.c 	for (endptno = 0; endptno < nendpt; endptno++) {
nendpt            472 dev/usb/usb_subr.c 	int endpt, nendpt;
nendpt            483 dev/usb/usb_subr.c 	nendpt = ifc->idesc->bNumEndpoints;
nendpt            484 dev/usb/usb_subr.c 	DPRINTFN(4,("usbd_fill_iface_data: found idesc nendpt=%d\n", nendpt));
nendpt            485 dev/usb/usb_subr.c 	if (nendpt != 0) {
nendpt            486 dev/usb/usb_subr.c 		ifc->endpoints = malloc(nendpt * sizeof(struct usbd_endpoint),
nendpt            496 dev/usb/usb_subr.c 	for (endpt = 0; endpt < nendpt; endpt++) {