Searched refs:DescriptorType (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DUsb.h85 UINT8 DescriptorType; member in struct:__anon11910
106 UINT8 DescriptorType; member in struct:__anon11911
121 UINT8 DescriptorType; member in struct:__anon11912
137 UINT8 DescriptorType; member in struct:__anon11913
150 UINT8 DescriptorType; member in struct:__anon11914
340 UINT8 DescriptorType; member in struct:hid_class_descriptor
351 UINT8 DescriptorType; member in struct:hid_descriptor
/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbCmn.h48 IN LONG DescriptorType
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusPei/
H A DHubPeim.h90 UINT8 DescriptorType; member in struct:__anon10877
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhci.c738 UINT8 DescriptorType; local
907 DescriptorType = (UINT8)(Request->Value >> 8);
908 if ((DescriptorType == USB_DESC_TYPE_DEVICE) && (*DataLength == sizeof (EFI_USB_DEVICE_DESCRIPTOR))) {
929 } else if (DescriptorType == USB_DESC_TYPE_CONFIG) {
940 } else if (((DescriptorType == USB_DESC_TYPE_HUB) ||
941 (DescriptorType == USB_DESC_TYPE_HUB_SUPER_SPEED)) && (*DataLength > 2)) {
H A DXhciSched.c2343 while (IfDesc->DescriptorType != USB_DESC_TYPE_INTERFACE) {
2351 while (EpDesc->DescriptorType != USB_DESC_TYPE_ENDPOINT) {
2535 while (IfDesc->DescriptorType != USB_DESC_TYPE_INTERFACE) {
2543 while (EpDesc->DescriptorType != USB_DESC_TYPE_ENDPOINT) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
H A DUsbMouseAbsolutePointer.c549 if (MouseHidDesc.HidClassDesc[0].DescriptorType != USB_DESC_TYPE_REPORT) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseDxe/
H A DUsbMouse.c549 if (MouseHidDesc.HidClassDesc[0].DescriptorType != USB_DESC_TYPE_REPORT) {
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dusb.h297 UCHAR DescriptorType; member in struct:_URB_CONTROL_DESCRIPTOR_REQUEST
/vbox/src/VBox/HostDrivers/VBoxUSB/win/cmn/
H A DVBoxUsbTool.cpp116 pUrb->UrbControlDescriptorRequest.DescriptorType = (UCHAR)Type;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dusb.h297 UCHAR DescriptorType; member in struct:_URB_CONTROL_DESCRIPTOR_REQUEST
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c56 UINT8 DescriptorType; member in struct:_USB_DEBUG_PORT_DESCRIPTOR

Completed in 107 milliseconds