Searched refs:intr_desc (Results 1 – 1 of 1) sorted by relevance
355 USB_INTERFACE_DESCRIPTOR intr_desc; in TestInterfaceHandle() local356 if (AdbGetUsbInterfaceDescriptor(interface_handle, &intr_desc)) { in TestInterfaceHandle()358 printf("\n bDescriptorType = %u", intr_desc.bDescriptorType); in TestInterfaceHandle()359 printf("\n bInterfaceNumber = %u", intr_desc.bInterfaceNumber); in TestInterfaceHandle()360 printf("\n bAlternateSetting = %u", intr_desc.bAlternateSetting); in TestInterfaceHandle()361 printf("\n bNumEndpoints = %u", intr_desc.bNumEndpoints); in TestInterfaceHandle()362 printf("\n bInterfaceClass = %u", intr_desc.bInterfaceClass); in TestInterfaceHandle()363 if (intr_desc.bInterfaceClass == ADB_CLASS) { in TestInterfaceHandle()366 printf("\n bInterfaceSubClass = %u", intr_desc.bInterfaceSubClass); in TestInterfaceHandle()367 if (intr_desc.bInterfaceSubClass == ADB_SUBCLASS) { in TestInterfaceHandle()[all …]