HomeSort by relevance Sort by last modified time
    Searched refs:NumOfSetting (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbDesc.h 67 UINTN NumOfSetting;
UsbDesc.c 87 for (SetIndex = 0; SetIndex < Interface->NumOfSetting; SetIndex++) {
386 if (Interface->NumOfSetting >= USB_MAX_INTERFACE_SETTING) {
390 Interface->Settings[Interface->NumOfSetting] = Setting;
391 Interface->NumOfSetting++;
UsbEnumer.c 328 for (Index = 0; Index < IfDesc->NumOfSetting; Index++) {
337 if (Index == IfDesc->NumOfSetting) {

Completed in 88 milliseconds