Searched refs:config_desc (Results 1 – 1 of 1) sorted by relevance
328 USB_CONFIGURATION_DESCRIPTOR config_desc; in TestInterfaceHandle() local329 if (AdbGetUsbConfigurationDescriptor(interface_handle, &config_desc)) { in TestInterfaceHandle()331 printf("\n bLength = %u", config_desc.bLength); in TestInterfaceHandle()332 printf("\n bDescriptorType = %u", config_desc.bDescriptorType); in TestInterfaceHandle()333 printf("\n wTotalLength = %u", config_desc.wTotalLength); in TestInterfaceHandle()334 printf("\n bNumInterfaces = %u", config_desc.bNumInterfaces); in TestInterfaceHandle()335 printf("\n bConfigurationValue = %u", config_desc.bConfigurationValue); in TestInterfaceHandle()336 printf("\n iConfiguration = %u", config_desc.iConfiguration); in TestInterfaceHandle()337 printf("\n bmAttributes = %u", config_desc.bmAttributes); in TestInterfaceHandle()338 printf("\n MaxPower = %u", config_desc.MaxPower); in TestInterfaceHandle()