Searched refs:Configs (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbDesc.h78 USB_CONFIG_DESC **Configs; member in struct:__anon10873
H A DUsbDesc.c117 if (DevDesc->Configs != NULL) {
119 if (DevDesc->Configs[Index] != NULL) {
120 UsbFreeConfigDesc (DevDesc->Configs[Index]);
124 FreePool (DevDesc->Configs);
791 DevDesc->Configs = AllocateZeroPool (NumConfig * sizeof (USB_CONFIG_DESC *));
793 if (DevDesc->Configs == NULL) {
837 DevDesc->Configs[Index] = ConfigDesc;
H A DUsbEnumer.c390 ConfigDesc = DevDesc->Configs[Index];
786 Config = Child->DevDesc->Configs[0]->Desc.ConfigurationValue;

Completed in 34 milliseconds