Searched refs:ifc_subclass (Results 1 - 6 of 6) sorted by relevance

/system/core/fastboot/
H A Dusb.h47 unsigned char ifc_subclass; member in struct:usb_ifc_info
H A Dusbtest.c56 info->ifc_class, info->ifc_subclass, info->ifc_protocol,
66 if(info->ifc_subclass != 0xfe) return -1;
75 if(info->ifc_subclass != 0xfe) return -1;
84 if(info->ifc_subclass != 0xfe) return -1;
H A Dusb_windows.c303 info.ifc_subclass = interf_desc.bInterfaceSubClass;
H A Dusb_linux.c210 info.ifc_subclass = ifc->bInterfaceSubClass;
H A Dusb_osx.c172 (*interface)->GetInterfaceSubClass(interface, &handle->info.ifc_subclass) != 0 ||
H A Dfastboot.c211 if(info->ifc_subclass != 0x42) return -1;

Completed in 833 milliseconds