Home
last modified time | relevance | path

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

/external/libusb/libusb/
Ddescriptor.c126 (header.bDescriptorType == LIBUSB_DT_DEVICE)) in parse_endpoint()
237 (header.bDescriptorType == LIBUSB_DT_DEVICE)) in parse_interface()
262 (header.bDescriptorType == LIBUSB_DT_DEVICE))) in parse_interface()
383 (header.bDescriptorType == LIBUSB_DT_DEVICE)) in parse_configuration()
Dlibusb.h112 LIBUSB_DT_DEVICE = 0x01, enumerator
/external/chromium_org/third_party/libusb/src/libusb/
Ddescriptor.c158 (header.bDescriptorType == LIBUSB_DT_DEVICE)) in parse_endpoint()
301 (header.bDescriptorType == LIBUSB_DT_DEVICE)) in parse_interface()
453 (header.bDescriptorType == LIBUSB_DT_DEVICE)) in parse_configuration()
Dlibusb.h256 LIBUSB_DT_DEVICE = 0x01, enumerator
/external/chromium_org/third_party/libusb/src/libusb/os/
Dwindows_usb.h334 #define USB_DEVICE_DESCRIPTOR_TYPE LIBUSB_DT_DEVICE
Dwindows_usb.c3170 d.bDescriptorType = LIBUSB_DT_DEVICE; in _hid_get_device_descriptor()
3404 case LIBUSB_DT_DEVICE: in _hid_get_descriptor()