Searched refs:USB_DESCRIPTOR_TYPE_INTERFACE (Results 1 - 6 of 6) sorted by relevance

/barrelfish-2018-10-04/lib/usb/
H A Dusb_parse.c106 if ((id->bDescriptorType == USB_DESCRIPTOR_TYPE_INTERFACE)
H A Dusb_request.c157 case USB_DESCRIPTOR_TYPE_INTERFACE:
/barrelfish-2018-10-04/include/usb/
H A Dusb_descriptor.h23 #define USB_DESCRIPTOR_TYPE_INTERFACE 4 macro
158 uint8_t bDescriptorType; ///< always USB_DESCRIPTOR_TYPE_INTERFACE
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ohci/
H A Dusb_ohci_root_hub.c57 USB_DESCRIPTOR_TYPE_INTERFACE, .bNumEndpoints = 1, .bInterfaceClass =
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci_root_hub.c78 .bDescriptorType = USB_DESCRIPTOR_TYPE_INTERFACE,
/barrelfish-2018-10-04/lib/usb/class/
H A Dusb_hid.c793 if (desc->bDescriptorType == USB_DESCRIPTOR_TYPE_INTERFACE) {

Completed in 44 milliseconds