OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBUSB_DT_STRING
(Results
1 - 6
of
6
) sorted by null
/external/libusb/libusb/
libusb.h
118
LIBUSB_DT_STRING
= 0x03,
[
all
...]
descriptor.c
700
if (tbuf[1] !=
LIBUSB_DT_STRING
)
/system/core/adb/
usb_libusb.c
496
LIBUSB_REQUEST_GET_DESCRIPTOR,
LIBUSB_DT_STRING
<< 8,
511
LIBUSB_REQUEST_GET_DESCRIPTOR, (
LIBUSB_DT_STRING
<< 8) | desc.iSerialNumber,
/external/libusb_aah/libusb/
libusb.h
213
LIBUSB_DT_STRING
= 0x03,
[
all
...]
descriptor.c
711
if (tbuf[1] !=
LIBUSB_DT_STRING
)
/external/libusb_aah/libusb/os/
windows_usb.h
303
#define USB_STRING_DESCRIPTOR_TYPE
LIBUSB_DT_STRING
Completed in 24 milliseconds