Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbDesc.c318 UINTN NumIf; in UsbParseConfigDesc() local
332 NumIf = Config->Desc.NumInterfaces; in UsbParseConfigDesc()
333 Config->Interfaces = AllocateZeroPool (sizeof (USB_INTERFACE_DESC *) * NumIf); in UsbParseConfigDesc()
340 Config->Desc.ConfigurationValue, (UINT32)NumIf)); in UsbParseConfigDesc()
342 for (Index = 0; Index < NumIf; Index++) { in UsbParseConfigDesc()
374 } else if (Setting->Desc.InterfaceNumber >= NumIf) { in UsbParseConfigDesc()