Home | History | Annotate | Download | only in fastboot

Lines Matching defs:ifc

98     struct usb_interface_descriptor *ifc;
155 ifc = (void*) ptr;
156 len -= ifc->bLength;
157 ptr += ifc->bLength;
161 info.ifc_class = ifc->bInterfaceClass;
162 info.ifc_subclass = ifc->bInterfaceSubClass;
163 info.ifc_protocol = ifc->bInterfaceProtocol;
165 for(e = 0; e < ifc->bNumEndpoints; e++) {
188 *ifc_id = ifc->bInterfaceNumber;
201 int n, in, out, ifc;
238 &in, &out, &ifc) == 0) {
245 n = ioctl(fd, USBDEVFS_CLAIMINTERFACE, &ifc);