Home
last modified time | relevance | path

Searched refs:mConfigDescriptor (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Isp1761UsbDxe/
DIsp1761UsbDxe.c59 STATIC USB_CONFIG_DESCRIPTOR *mConfigDescriptor; variable
242 ResponseSize = mConfigDescriptor->TotalLength; in HandleGetDescriptor()
567 mConfigDescriptor = (USB_CONFIG_DESCRIPTOR *)mDescriptors; in Isp1761PeriphStart()
568 ASSERT (mConfigDescriptor->NumInterfaces == 1); in Isp1761PeriphStart()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DDwUsbDxe.c56 STATIC USB_CONFIG_DESCRIPTOR *mConfigDescriptor; variable
248 ResponseSize = mConfigDescriptor->TotalLength; in HandleGetDescriptor()
722 mConfigDescriptor = (USB_CONFIG_DESCRIPTOR *)mDescriptors; in DwUsbStart()
723 ASSERT (mConfigDescriptor->NumInterfaces == 1); in DwUsbStart()