Searched refs:LIBUSB_DT_STRING (Results 1 - 7 of 7) sorted by relevance

/external/libusb/libusb/
H A Dlibusb.h118 LIBUSB_DT_STRING = 0x03, enumerator in enum:libusb_descriptor_type
1171 LIBUSB_REQUEST_GET_DESCRIPTOR, (LIBUSB_DT_STRING << 8) | desc_index,
H A Ddescriptor.c700 if (tbuf[1] != LIBUSB_DT_STRING)
/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusb.h262 LIBUSB_DT_STRING = 0x03, enumerator in enum:libusb_descriptor_type
1754 LIBUSB_REQUEST_GET_DESCRIPTOR, (uint16_t)((LIBUSB_DT_STRING << 8) | desc_index),
H A Ddescriptor.c1179 if (tbuf[1] != LIBUSB_DT_STRING)
/external/chromium_org/chrome/browser/usb/
H A Dusb_device_handle.cc382 if ((text[0] >> 8) != LIBUSB_DT_STRING)
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.h336 #define USB_STRING_DESCRIPTOR_TYPE LIBUSB_DT_STRING
H A Dwindows_usb.c3296 ((uint8_t*)data)[1] = LIBUSB_DT_STRING;
3401 case LIBUSB_DT_STRING:
3402 usbi_dbg("LIBUSB_DT_STRING");

Completed in 75 milliseconds