Home
last modified time | relevance | path

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

/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/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/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DDwUsbDxe.c228 UINT8 DescriptorType; in HandleGetDescriptor() local
239 DescriptorType = Request->Value >> 8; in HandleGetDescriptor()
240 switch (DescriptorType) { in HandleGetDescriptor()
680 mLangStringDescriptor->DescriptorType = USB_DESC_TYPE_STRING; in DwUsbStart()
689 mManufacturerStringDescriptor->DescriptorType = USB_DESC_TYPE_STRING; in DwUsbStart()
698 mProductStringDescriptor->DescriptorType = USB_DESC_TYPE_STRING; in DwUsbStart()
707 mSerialStringDescriptor->DescriptorType = USB_DESC_TYPE_STRING; in DwUsbStart()
/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.c511 UINT8 DescriptorType; in XhcPeiControlTransfer() local
683 DescriptorType = (UINT8) (Request->Value >> 8); in XhcPeiControlTransfer()
684 …if ((DescriptorType == USB_DESC_TYPE_DEVICE) && ((*DataLength == sizeof (EFI_USB_DEVICE_DESCRIPTOR… in XhcPeiControlTransfer()
708 } else if (DescriptorType == USB_DESC_TYPE_CONFIG) { in XhcPeiControlTransfer()
723 } else if (((DescriptorType == USB_DESC_TYPE_HUB) || in XhcPeiControlTransfer()
724 (DescriptorType == USB_DESC_TYPE_HUB_SUPER_SPEED)) && (*DataLength > 2)) { in XhcPeiControlTransfer()
DXhciSched.c1686 while ((IfDesc->DescriptorType != USB_DESC_TYPE_INTERFACE) || (IfDesc->AlternateSetting != 0)) { in XhcPeiSetConfigCmd()
1694 while (EpDesc->DescriptorType != USB_DESC_TYPE_ENDPOINT) { in XhcPeiSetConfigCmd()
1888 while ((IfDesc->DescriptorType != USB_DESC_TYPE_INTERFACE) || (IfDesc->AlternateSetting != 0)) { in XhcPeiSetConfigCmd64()
1896 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.c2595 while (EpDesc->DescriptorType != USB_DESC_TYPE_ENDPOINT) { in XhcInitializeEndpointContext()
2758 while (EpDesc->DescriptorType != USB_DESC_TYPE_ENDPOINT) { in XhcInitializeEndpointContext64()
2927 while ((IfDesc->DescriptorType != USB_DESC_TYPE_INTERFACE) || (IfDesc->AlternateSetting != 0)) { in XhcSetConfigCmd()
3012 while ((IfDesc->DescriptorType != USB_DESC_TYPE_INTERFACE) || (IfDesc->AlternateSetting != 0)) { in XhcSetConfigCmd64()
3264 if (IfDesc->DescriptorType == USB_DESC_TYPE_INTERFACE) { in XhcSetInterface()
3300 while (EpDesc->DescriptorType != USB_DESC_TYPE_ENDPOINT) { in XhcSetInterface()
3461 if (IfDesc->DescriptorType == USB_DESC_TYPE_INTERFACE) { in XhcSetInterface64()
3497 while (EpDesc->DescriptorType != USB_DESC_TYPE_ENDPOINT) { in XhcSetInterface64()
/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/MdeModulePkg/Bus/Usb/UsbMouseDxe/
DUsbMouse.c633 if (MouseHidDesc->HidClassDesc[0].DescriptorType != USB_DESC_TYPE_REPORT) { in InitializeUsbMouseDevice()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
DDebugCommunicationLibUsb.c56 UINT8 DescriptorType; member