LIBUSB_DT_ENDPOINT  116 third_party/libusb/src/libusb/descriptor.c 	if (header.bDescriptorType != LIBUSB_DT_ENDPOINT) {
LIBUSB_DT_ENDPOINT  118 third_party/libusb/src/libusb/descriptor.c 			header.bDescriptorType, LIBUSB_DT_ENDPOINT);
LIBUSB_DT_ENDPOINT  155 third_party/libusb/src/libusb/descriptor.c 		if ((header.bDescriptorType == LIBUSB_DT_ENDPOINT) ||
LIBUSB_DT_ENDPOINT  299 third_party/libusb/src/libusb/descriptor.c 					(header.bDescriptorType == LIBUSB_DT_ENDPOINT) ||
LIBUSB_DT_ENDPOINT  450 third_party/libusb/src/libusb/descriptor.c 			if ((header.bDescriptorType == LIBUSB_DT_ENDPOINT) ||
LIBUSB_DT_ENDPOINT 3242 third_party/libusb/src/libusb/os/windows_usb.c 		ed->bDescriptorType = LIBUSB_DT_ENDPOINT;
LIBUSB_DT_ENDPOINT 3252 third_party/libusb/src/libusb/os/windows_usb.c 		ed->bDescriptorType = LIBUSB_DT_ENDPOINT;
LIBUSB_DT_ENDPOINT  338 third_party/libusb/src/libusb/os/windows_usb.h #define USB_ENDPOINT_DESCRIPTOR_TYPE            LIBUSB_DT_ENDPOINT