OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBUSB_DT_BOS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/
descriptor.c
827
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,
[
all
...]
libusb.h
271
LIBUSB_DT_BOS
= 0x0f,
753
* \ref libusb_descriptor_type::
LIBUSB_DT_BOS
LIBUSB_DT_BOS
[
all
...]
Completed in 37 milliseconds