HomeSort by relevance Sort by last modified time
    Searched refs:LIBUSB_DT_ENDPOINT (Results 1 - 2 of 2) 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...]

Completed in 38 milliseconds