HomeSort by relevance Sort by last modified time
    Searched refs:LIBUSB_DT_BOS (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libusb/src/libusb/
descriptor.c 825 if (bos_header.bDescriptorType != LIBUSB_DT_BOS) {
827 bos_header.bDescriptorType, LIBUSB_DT_BOS);
911 r = libusb_get_descriptor(handle, LIBUSB_DT_BOS, 0, bos_header,
931 r = libusb_get_descriptor(handle, LIBUSB_DT_BOS, 0, bos_data,
    [all...]
libusb.h 271 LIBUSB_DT_BOS = 0x0f,
753 * \ref libusb_descriptor_type::LIBUSB_DT_BOS LIBUSB_DT_BOS
    [all...]

Completed in 232 milliseconds