Searched refs:LIBUSB_DT_DEVICE (Results 1 - 6 of 6) sorted by relevance

/external/libusb/libusb/
H A Ddescriptor.c126 (header.bDescriptorType == LIBUSB_DT_DEVICE))
237 (header.bDescriptorType == LIBUSB_DT_DEVICE))
262 (header.bDescriptorType == LIBUSB_DT_DEVICE)))
383 (header.bDescriptorType == LIBUSB_DT_DEVICE))
H A Dlibusb.h112 LIBUSB_DT_DEVICE = 0x01, enumerator in enum:libusb_descriptor_type
308 * \ref libusb_descriptor_type::LIBUSB_DT_DEVICE LIBUSB_DT_DEVICE in this
/external/chromium_org/third_party/libusb/src/libusb/
H A Ddescriptor.c158 (header.bDescriptorType == LIBUSB_DT_DEVICE))
301 (header.bDescriptorType == LIBUSB_DT_DEVICE))
453 (header.bDescriptorType == LIBUSB_DT_DEVICE))
H A Dlibusb.h256 LIBUSB_DT_DEVICE = 0x01, enumerator in enum:libusb_descriptor_type
485 * \ref libusb_descriptor_type::LIBUSB_DT_DEVICE LIBUSB_DT_DEVICE in this
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.h334 #define USB_DEVICE_DESCRIPTOR_TYPE LIBUSB_DT_DEVICE
H A Dwindows_usb.c3170 d.bDescriptorType = LIBUSB_DT_DEVICE;
3404 case LIBUSB_DT_DEVICE:
3405 usbi_dbg("LIBUSB_DT_DEVICE");

Completed in 344 milliseconds