HomeSort by relevance Sort by last modified time
    Searched refs:LIBUSB_DT_ENDPOINT (Results 1 - 5 of 5) sorted by null

  /external/libusb/libusb/
descriptor.c 96 if (header.bDescriptorType != LIBUSB_DT_ENDPOINT) {
98 header.bDescriptorType, LIBUSB_DT_ENDPOINT);
123 if ((header.bDescriptorType == LIBUSB_DT_ENDPOINT) ||
235 (header.bDescriptorType == LIBUSB_DT_ENDPOINT) ||
380 if ((header.bDescriptorType == LIBUSB_DT_ENDPOINT) ||
libusb.h 124 LIBUSB_DT_ENDPOINT = 0x05,
362 * \ref libusb_descriptor_type::LIBUSB_DT_ENDPOINT LIBUSB_DT_ENDPOINT in
    [all...]
  /external/libusb_aah/libusb/
descriptor.c 97 if (header.bDescriptorType != LIBUSB_DT_ENDPOINT) {
99 header.bDescriptorType, LIBUSB_DT_ENDPOINT);
124 if ((header.bDescriptorType == LIBUSB_DT_ENDPOINT) ||
236 (header.bDescriptorType == LIBUSB_DT_ENDPOINT) ||
383 if ((header.bDescriptorType == LIBUSB_DT_ENDPOINT) ||
libusb.h 219 LIBUSB_DT_ENDPOINT = 0x05,
457 * \ref libusb_descriptor_type::LIBUSB_DT_ENDPOINT LIBUSB_DT_ENDPOINT in
    [all...]
  /external/libusb_aah/libusb/os/
windows_usb.h 305 #define USB_ENDPOINT_DESCRIPTOR_TYPE LIBUSB_DT_ENDPOINT

Completed in 28 milliseconds