Home
last modified time | relevance | path

Searched refs:bDescriptorType (Results 1 – 4 of 4) sorted by relevance

/device/google/accessory/arduino/USB_Host_Shield/
Dch9.h132 byte bDescriptorType; // DEVICE descriptor type (USB_DESCRIPTOR_DEVICE). member
151 byte bDescriptorType; // CONFIGURATION descriptor type (USB_DESCRIPTOR_CONFIGURATION). member
164 byte bDescriptorType; // INTERFACE descriptor type (USB_DESCRIPTOR_INTERFACE). member
178 byte bDescriptorType; // ENDPOINT descriptor type (USB_DESCRIPTOR_ENDPOINT). member
188 byte bDescriptorType; member
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
DUsbDeviceModeLib.h31 UINT8 bDescriptorType;
41 UINT8 bDescriptorType;
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
Dusb.h670 unsigned char bDescriptorType; member
723 unsigned char bDescriptorType; member
746 unsigned char bDescriptorType; member
755 unsigned char bDescriptorType; member
773 unsigned char bDescriptorType; member
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dusb.c712 .bDescriptorType = USB_DT_CONFIG, in usb_handle_control_request()
725 .bDescriptorType = USB_DT_INTERFACE, in usb_handle_control_request()
739 .bDescriptorType = USB_DT_ENDPOINT, in usb_handle_control_request()
748 .bDescriptorType = USB_DT_ENDPOINT, in usb_handle_control_request()
757 .bDescriptorType = USB_DT_DEVICE, in usb_handle_control_request()
819 config_bundle.config.bDescriptorType = USB_DT_CONFIG; in usb_handle_control_request()
822 config_bundle.config.bDescriptorType = USB_DT_OTHER_SPEED_CONFIG; in usb_handle_control_request()