Home | History | Annotate | Download | only in fastboot

Lines Matching defs:ifc

120     struct usb_interface_descriptor *ifc;
192 ifc = (struct usb_interface_descriptor *)ptr;
193 len -= ifc->bLength;
194 ptr += ifc->bLength;
198 info.ifc_class = ifc->bInterfaceClass;
199 info.ifc_subclass = ifc->bInterfaceSubClass;
200 info.ifc_protocol = ifc->bInterfaceProtocol;
202 for(e = 0; e < ifc->bNumEndpoints; e++) {
234 *ifc_id = ifc->bInterfaceNumber;
306 int n, in, out, ifc;
335 &in, &out, &ifc) == 0) {
342 n = ioctl(fd, USBDEVFS_CLAIMINTERFACE, &ifc);