/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | Usb.h | 111 UINT8 DescriptorType; member 132 UINT8 DescriptorType; member 147 UINT8 DescriptorType; member 163 UINT8 DescriptorType; member 176 UINT8 DescriptorType; member 366 UINT8 DescriptorType; member 377 UINT8 DescriptorType; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | usb.h | 182 UINT8 DescriptorType; member 199 UINT8 DescriptorType; member 210 UINT8 DescriptorType; member 222 UINT8 DescriptorType; member 231 UINT8 DescriptorType; member 242 UINT8 DescriptorType; member 327 UINT8 DescriptorType; member
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/ |
D | DwUsbDxe.c | 228 UINT8 DescriptorType; in HandleGetDescriptor() local 241 DescriptorType = Request->Value >> 8; in HandleGetDescriptor() 242 switch (DescriptorType) { in HandleGetDescriptor() 262 Descriptor->DescriptorType = USB_DESC_TYPE_STRING; in HandleGetDescriptor() 273 Descriptor->DescriptorType = USB_DESC_TYPE_STRING; in HandleGetDescriptor() 284 Descriptor->DescriptorType = USB_DESC_TYPE_STRING; in HandleGetDescriptor() 295 Descriptor->DescriptorType = USB_DESC_TYPE_STRING; in HandleGetDescriptor()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Isp1761UsbDxe/ |
D | Isp1761UsbDxe.c | 221 UINT8 DescriptorType; in HandleGetDescriptor() local 233 DescriptorType = Request->Value >> 8; in HandleGetDescriptor() 234 switch (DescriptorType) { in HandleGetDescriptor()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/ |
D | HubPeim.h | 92 UINT8 DescriptorType; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/ |
D | XhcPeim.c | 517 UINT8 DescriptorType; in XhcPeiControlTransfer() local 689 DescriptorType = (UINT8) (Request->Value >> 8); in XhcPeiControlTransfer() 690 …if ((DescriptorType == USB_DESC_TYPE_DEVICE) && ((*DataLength == sizeof (EFI_USB_DEVICE_DESCRIPTOR… in XhcPeiControlTransfer() 714 } else if (DescriptorType == USB_DESC_TYPE_CONFIG) { in XhcPeiControlTransfer() 729 } else if (((DescriptorType == USB_DESC_TYPE_HUB) || in XhcPeiControlTransfer() 730 (DescriptorType == USB_DESC_TYPE_HUB_SUPER_SPEED)) && (*DataLength > 2)) { in XhcPeiControlTransfer()
|
D | XhciSched.c | 1694 while ((IfDesc->DescriptorType != USB_DESC_TYPE_INTERFACE) || (IfDesc->AlternateSetting != 0)) { in XhcPeiSetConfigCmd() 1702 while (EpDesc->DescriptorType != USB_DESC_TYPE_ENDPOINT) { in XhcPeiSetConfigCmd() 1896 while ((IfDesc->DescriptorType != USB_DESC_TYPE_INTERFACE) || (IfDesc->AlternateSetting != 0)) { in XhcPeiSetConfigCmd64() 1904 while (EpDesc->DescriptorType != USB_DESC_TYPE_ENDPOINT) { in XhcPeiSetConfigCmd64()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/ |
D | Xhci.c | 764 UINT8 DescriptorType; in XhcControlTransfer() local 951 DescriptorType = (UINT8)(Request->Value >> 8); in XhcControlTransfer() 952 …if ((DescriptorType == USB_DESC_TYPE_DEVICE) && ((*DataLength == sizeof (EFI_USB_DEVICE_DESCRIPTOR… in XhcControlTransfer() 972 } else if (DescriptorType == USB_DESC_TYPE_CONFIG) { in XhcControlTransfer() 987 } else if (((DescriptorType == USB_DESC_TYPE_HUB) || in XhcControlTransfer() 988 (DescriptorType == USB_DESC_TYPE_HUB_SUPER_SPEED)) && (*DataLength > 2)) { in XhcControlTransfer()
|
D | XhciSched.c | 2607 while (EpDesc->DescriptorType != USB_DESC_TYPE_ENDPOINT) { in XhcInitializeEndpointContext() 2775 while (EpDesc->DescriptorType != USB_DESC_TYPE_ENDPOINT) { in XhcInitializeEndpointContext64() 2949 while ((IfDesc->DescriptorType != USB_DESC_TYPE_INTERFACE) || (IfDesc->AlternateSetting != 0)) { in XhcSetConfigCmd() 3039 while ((IfDesc->DescriptorType != USB_DESC_TYPE_INTERFACE) || (IfDesc->AlternateSetting != 0)) { in XhcSetConfigCmd64() 3296 …if ((IfDesc->DescriptorType == USB_DESC_TYPE_INTERFACE) && (IfDesc->Length >= sizeof (USB_INTERFAC… in XhcSetInterface() 3332 while (EpDesc->DescriptorType != USB_DESC_TYPE_ENDPOINT) { in XhcSetInterface() 3498 …if ((IfDesc->DescriptorType == USB_DESC_TYPE_INTERFACE) && (IfDesc->Length >= sizeof (USB_INTERFAC… in XhcSetInterface64() 3534 while (EpDesc->DescriptorType != USB_DESC_TYPE_ENDPOINT) { in XhcSetInterface64()
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/ |
D | DwUsb3Dxe.c | 1910 Descriptor->DescriptorType = USB_DESC_TYPE_STRING; in DwUsb3DoGetDescriptor() 1918 Descriptor->DescriptorType = USB_DESC_TYPE_STRING; in DwUsb3DoGetDescriptor() 1926 Descriptor->DescriptorType = USB_DESC_TYPE_STRING; in DwUsb3DoGetDescriptor() 1934 Descriptor->DescriptorType = USB_DESC_TYPE_STRING; in DwUsb3DoGetDescriptor()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/ |
D | UsbMouse.c | 633 if (MouseHidDesc->HidClassDesc[0].DescriptorType != USB_DESC_TYPE_REPORT) { in InitializeUsbMouseDevice()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/ |
D | UsbMouseAbsolutePointer.c | 633 if (MouseHidDesc->HidClassDesc[0].DescriptorType != USB_DESC_TYPE_REPORT) { in InitializeUsbMouseDevice()
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/ |
D | DebugCommunicationLibUsb.c | 56 UINT8 DescriptorType; member
|