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

/system/core/fastboot/
H A Dusb_linux.c120 struct usb_interface_descriptor *ifc; local
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; local
[all...]

Completed in 3 milliseconds