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

/freebsd-10.1-release/lib/libusb/
H A Dlibusb10_desc.c418 struct libusb_ss_usb_device_capability_descriptor *ss_cap = NULL; local
442 sizeof(*ss_cap));
458 ss_cap = (void *)(dcap_20 + 1);
482 if (ptr->ss_usb_cap != NULL || ss_cap == NULL)
487 ptr->ss_usb_cap = ss_cap;
489 ss_cap->bLength = LIBUSB_SS_USB_DEVICE_CAPABILITY_SIZE;
490 ss_cap->bDescriptorType = dtype;
491 ss_cap->bDevCapabilityType = ((const uint8_t *)buf)[2];
492 ss_cap->bmAttributes = ((const uint8_t *)buf)[3];
493 ss_cap
[all...]

Completed in 89 milliseconds