Home
last modified time | relevance | path

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

/freebsd/lib/libusb/
H A Dlibusb10_desc.c651 if (dev_cap->bLength < LIBUSB_BT_SS_USB_DEVICE_CAPABILITY_SIZE) in libusb_get_ss_usb_device_capability_descriptor()
658 desc->bLength = LIBUSB_BT_SS_USB_DEVICE_CAPABILITY_SIZE; in libusb_get_ss_usb_device_capability_descriptor()
H A Dlibusb.h107 #define LIBUSB_BT_SS_USB_DEVICE_CAPABILITY_SIZE 10 macro