Home | History | Annotate | Download | only in fastboot

Lines Matching defs:ifc

98     struct usb_interface_descriptor *ifc;
156 ifc = (void*) ptr;
157 len -= ifc->bLength;
158 ptr += ifc->bLength;
162 info.ifc_class = ifc->bInterfaceClass;
163 info.ifc_subclass = ifc->bInterfaceSubClass;
164 info.ifc_protocol = ifc->bInterfaceProtocol;
166 for(e = 0; e < ifc->bNumEndpoints; e++) {
189 *ifc_id = ifc->bInterfaceNumber;
202 int n, in, out, ifc;
239 &in, &out, &ifc) == 0) {
246 n = ioctl(fd, USBDEVFS_CLAIMINTERFACE, &ifc);