Searched refs:LIBUSB_DT_BOS (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/libusb/src/libusb/ |
D | descriptor.c | 827 if (bos_header.bDescriptorType != LIBUSB_DT_BOS) { in parse_bos() 829 bos_header.bDescriptorType, LIBUSB_DT_BOS); in parse_bos() 913 r = libusb_get_descriptor(handle, LIBUSB_DT_BOS, 0, bos_header, in libusb_get_bos_descriptor() 933 r = libusb_get_descriptor(handle, LIBUSB_DT_BOS, 0, bos_data, in libusb_get_bos_descriptor()
|
D | libusb.h | 271 LIBUSB_DT_BOS = 0x0f, enumerator
|