Home
last modified time | relevance | path

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

/external/libusb/examples/
Dtestlibusb.c87 static void print_ss_usb_cap(struct libusb_ss_usb_device_capability_descriptor *ss_usb_cap) in print_ss_usb_cap() argument
90 printf(" bDevCapabilityType: %u\n", ss_usb_cap->bDevCapabilityType); in print_ss_usb_cap()
91 printf(" bmAttributes: %02xh\n", ss_usb_cap->bmAttributes); in print_ss_usb_cap()
92 printf(" wSpeedSupported: %u\n", ss_usb_cap->wSpeedSupported); in print_ss_usb_cap()
93 printf(" bFunctionalitySupport: %u\n", ss_usb_cap->bFunctionalitySupport); in print_ss_usb_cap()
94 printf(" bU1devExitLat: %u\n", ss_usb_cap->bU1DevExitLat); in print_ss_usb_cap()
95 printf(" bU2devExitLat: %u\n", ss_usb_cap->bU2DevExitLat); in print_ss_usb_cap()