Home
last modified time | relevance | path

Searched refs:LIBUSB_DT_ENDPOINT (Results 1 – 2 of 2) sorted by relevance

/external/libusb/libusb/
Ddescriptor.c96 if (header.bDescriptorType != LIBUSB_DT_ENDPOINT) { in parse_endpoint()
98 header.bDescriptorType, LIBUSB_DT_ENDPOINT); in parse_endpoint()
123 if ((header.bDescriptorType == LIBUSB_DT_ENDPOINT) || in parse_endpoint()
235 (header.bDescriptorType == LIBUSB_DT_ENDPOINT) || in parse_interface()
380 if ((header.bDescriptorType == LIBUSB_DT_ENDPOINT) || in parse_configuration()
Dlibusb.h124 LIBUSB_DT_ENDPOINT = 0x05, enumerator