OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBUSB_DT_DEVICE_CAPABILITY
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/
descriptor.c
859
if (dev_cap.bDescriptorType !=
LIBUSB_DT_DEVICE_CAPABILITY
) {
861
dev_cap.bDescriptorType,
LIBUSB_DT_DEVICE_CAPABILITY
);
[
all
...]
libusb.h
274
LIBUSB_DT_DEVICE_CAPABILITY
= 0x10,
728
* \ref libusb_descriptor_type::
LIBUSB_DT_DEVICE_CAPABILITY
729
*
LIBUSB_DT_DEVICE_CAPABILITY
in this context. */
784
* \ref libusb_descriptor_type::
LIBUSB_DT_DEVICE_CAPABILITY
785
*
LIBUSB_DT_DEVICE_CAPABILITY
in this context. */
810
* \ref libusb_descriptor_type::
LIBUSB_DT_DEVICE_CAPABILITY
811
*
LIBUSB_DT_DEVICE_CAPABILITY
in this context. */
852
* \ref libusb_descriptor_type::
LIBUSB_DT_DEVICE_CAPABILITY
853
*
LIBUSB_DT_DEVICE_CAPABILITY
in this context. */
[
all
...]
Completed in 26 milliseconds