ifcd 175 dev/usb/ulpt.c usb_interface_descriptor_t *ifcd = usbd_get_interface_descriptor(iface); ifcd 188 dev/usb/ulpt.c devinfop, ifcd->bInterfaceClass, ifcd->bInterfaceSubClass); ifcd 203 dev/usb/ulpt.c if (ifcd < (usb_interface_descriptor_t *)cdesc || ifcd 204 dev/usb/ulpt.c ifcd >= iend) ifcd 208 dev/usb/ulpt.c for (id = ifcd, altno = 0; ifcd 212 dev/usb/ulpt.c id->bInterfaceNumber == ifcd->bInterfaceNumber) { ifcd 221 dev/usb/ulpt.c id = ifcd; /* not found, use original */ ifcd 223 dev/usb/ulpt.c if (id != ifcd) {