Searched defs:ifc (Results 1 - 1 of 1) sorted by relevance

/system/core/fastboot/
H A Dusb_linux.c103 struct usb_interface_descriptor *ifc; local
164 ifc = (void*) ptr;
165 len -= ifc->bLength;
166 ptr += ifc->bLength;
170 info.ifc_class = ifc->bInterfaceClass;
171 info.ifc_subclass = ifc->bInterfaceSubClass;
172 info.ifc_protocol = ifc->bInterfaceProtocol;
174 for(e = 0; e < ifc->bNumEndpoints; e++) {
197 *ifc_id = ifc->bInterfaceNumber;
210 int n, in, out, ifc; local
[all...]

Completed in 107 milliseconds