Home | History | Annotate | Download | only in fastboot

Lines Matching defs:ifc

104     struct usb_interface_descriptor *ifc;
203 ifc = (void*) ptr;
204 len -= ifc->bLength;
205 ptr += ifc->bLength;
209 info.ifc_class = ifc->bInterfaceClass;
210 info.ifc_subclass = ifc->bInterfaceSubClass;
211 info.ifc_protocol = ifc->bInterfaceProtocol;
213 for(e = 0; e < ifc->bNumEndpoints; e++) {
236 *ifc_id = ifc->bInterfaceNumber;
249 int n, in, out, ifc;
286 &in, &out, &ifc) == 0) {
293 n = ioctl(fd, USBDEVFS_CLAIMINTERFACE, &ifc);