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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbUtility.c920 EFI_USB_INTERFACE_DESCRIPTOR *ActIfDesc; local
932 ActIfDesc = &(IfDesc->Settings[IfDesc->ActiveIndex]->Desc);
941 if ((ActIfDesc->InterfaceClass == USB_HUB_CLASS_CODE) &&
942 (ActIfDesc->InterfaceSubClass == USB_HUB_SUBCLASS_CODE)) {
956 if ((UsbClassDevicePathPtr->DeviceClass == ActIfDesc->InterfaceClass ||
958 (UsbClassDevicePathPtr->DeviceSubClass == ActIfDesc->InterfaceSubClass ||
960 (UsbClassDevicePathPtr->DeviceProtocol == ActIfDesc->InterfaceProtocol ||
997 EFI_USB_INTERFACE_DESCRIPTOR *ActIfDesc; local
1013 ActIfDesc = &(IfDesc->Settings[IfDesc->ActiveIndex]->Desc);
1019 if ((ActIfDesc
[all...]

Completed in 45 milliseconds