HomeSort by relevance Sort by last modified time
    Searched full:ifc_subclass (Results 1 - 6 of 6) sorted by null

  /system/core/fastboot/
usbtest.c 56 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;
usb.h 47 unsigned char ifc_subclass; member in struct:usb_ifc_info
usb_windows.c 309 info.ifc_subclass = interf_desc.bInterfaceSubClass;
usb_linux.c 199 info.ifc_subclass = ifc->bInterfaceSubClass;
usb_osx.c 172 (*interface)->GetInterfaceSubClass(interface, &handle->info.ifc_subclass) != 0 ||
fastboot.c 220 if(info->ifc_subclass != 0x42) return -1;
    [all...]

Completed in 460 milliseconds