Searched defs:UsbDevicePathEndPtr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbUtility.c753 EFI_DEVICE_PATH_PROTOCOL *UsbDevicePathEndPtr; local
773 UsbDevicePathEndPtr = UsbDevicePathBeginPtr;
774 while ((!IsDevicePathEnd (UsbDevicePathEndPtr))&&
775 (UsbDevicePathEndPtr->Type == MESSAGING_DEVICE_PATH) &&
776 (UsbDevicePathEndPtr->SubType == MSG_USB_DP ||
777 UsbDevicePathEndPtr->SubType == MSG_USB_CLASS_DP
778 || UsbDevicePathEndPtr->SubType == MSG_USB_WWID_DP
781 UsbDevicePathEndPtr = NextDevicePathNode(UsbDevicePathEndPtr);
785 Size -= GetDevicePathSize (UsbDevicePathEndPtr);
[all...]

Completed in 439 milliseconds