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

/system/core/fastboot/
H A Dusb.h48 unsigned char ifc_protocol; member in struct:usb_ifc_info
H A Dusbtest.c56 info->ifc_class, info->ifc_subclass, info->ifc_protocol,
67 if(info->ifc_protocol != 0x01) return -1;
76 if(info->ifc_protocol != 0x02) return -1;
85 if(info->ifc_protocol != 0x03) return -1;
H A Dusb_osx.c173 (*interface)->GetInterfaceProtocol(interface, &handle->info.ifc_protocol) != 0)
208 if (handle->info.ifc_protocol == 0x01) {
H A Dusb_windows.c304 info.ifc_protocol = interf_desc.bInterfaceProtocol;
H A Dusb_linux.c169 info.ifc_protocol = ifc->bInterfaceProtocol;
H A Dfastboot.c165 if(info->ifc_protocol != 0x03) return -1;

Completed in 185 milliseconds