Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusbtest.c56 info->ifc_class, info->ifc_subclass, info->ifc_protocol, in printifc()
67 if(info->ifc_protocol != 0x01) return -1; in match_null()
76 if(info->ifc_protocol != 0x02) return -1; in match_zero()
85 if(info->ifc_protocol != 0x03) return -1; in match_loop()
Dusb.h48 unsigned char ifc_protocol; member
Dusb_osx.c173 (*interface)->GetInterfaceProtocol(interface, &handle->info.ifc_protocol) != 0) in try_interfaces()
208 if (handle->info.ifc_protocol == 0x01) { in try_interfaces()
Dusb_windows.c309 info.ifc_protocol = interf_desc.bInterfaceProtocol; in recognized_device()
Dusb_linux.c200 info.ifc_protocol = ifc->bInterfaceProtocol; in filter_usb_device()
Dfastboot.c221 if(info->ifc_protocol != 0x03) return -1; in match_fastboot_with_serial()