Home
last modified time | relevance | path

Searched refs:LIBUSB_DT_INTERFACE (Results 1 – 3 of 3) sorted by relevance

/third_party/libusb/libusb/
Ddescriptor.c138 header->bDescriptorType == LIBUSB_DT_INTERFACE || in parse_endpoint()
216 if (ifp->bDescriptorType != LIBUSB_DT_INTERFACE) { in parse_interface()
218 ifp->bDescriptorType, LIBUSB_DT_INTERFACE); in parse_interface()
267 if (header->bDescriptorType == LIBUSB_DT_INTERFACE || in parse_interface()
323 if_desc->bDescriptorType != LIBUSB_DT_INTERFACE || in parse_interface()
412 header->bDescriptorType == LIBUSB_DT_INTERFACE || in parse_configuration()
Dlibusb.h257 LIBUSB_DT_INTERFACE = 0x04, enumerator
/third_party/libusb/libusb/os/
Dwindows_winusb.c800 LIBUSB_DT_INTERFACE, // bDescriptorType
3261 id->bDescriptorType = LIBUSB_DT_INTERFACE; in _hid_get_config_descriptor()