Home
last modified time | relevance | path

Searched refs:DescriptorType (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Dusb.h182 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/edk2/MdePkg/Include/IndustryStandard/
DUsb.h111 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/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DDwUsbDxe.c228 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/
DIsp1761UsbDxe.c221 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/
DHubPeim.h92 UINT8 DescriptorType; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
DXhcPeim.c517 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()
DXhciSched.c1694 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/
DXhci.c764 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()
DXhciSched.c2607 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/
DDwUsb3Dxe.c1910 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/
DUsbMouse.c633 if (MouseHidDesc->HidClassDesc[0].DescriptorType != USB_DESC_TYPE_REPORT) { in InitializeUsbMouseDevice()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
DUsbMouseAbsolutePointer.c633 if (MouseHidDesc->HidClassDesc[0].DescriptorType != USB_DESC_TYPE_REPORT) { in InitializeUsbMouseDevice()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
DDebugCommunicationLibUsb.c56 UINT8 DescriptorType; member