Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusbtest.c56 info->ifc_class, info->ifc_subclass, info->ifc_protocol, in printifc()
66 if(info->ifc_subclass != 0xfe) return -1; in match_null()
75 if(info->ifc_subclass != 0xfe) return -1; in match_zero()
84 if(info->ifc_subclass != 0xfe) return -1; in match_loop()
Dusb.h47 unsigned char ifc_subclass; member
Dusb_windows.c303 info.ifc_subclass = interf_desc.bInterfaceSubClass; in recognized_device()
Dusb_linux.c210 info.ifc_subclass = ifc->bInterfaceSubClass; in filter_usb_device()
Dusb_osx.c172 (*interface)->GetInterfaceSubClass(interface, &handle->info.ifc_subclass) != 0 || in try_interfaces()
Dfastboot.c212 if(info->ifc_subclass != 0x42) return -1; in match_fastboot_with_serial()