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

/external/chromium_org/third_party/libusb/src/libusb/
H A Ddescriptor.c827 if (bos_header.bDescriptorType != LIBUSB_DT_BOS) {
829 bos_header.bDescriptorType, LIBUSB_DT_BOS);
913 r = libusb_get_descriptor(handle, LIBUSB_DT_BOS, 0, bos_header,
933 r = libusb_get_descriptor(handle, LIBUSB_DT_BOS, 0, bos_data,
H A Dlibusb.h271 LIBUSB_DT_BOS = 0x0f, enumerator in enum:libusb_descriptor_type
753 * \ref libusb_descriptor_type::LIBUSB_DT_BOS LIBUSB_DT_BOS

Completed in 34 milliseconds