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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbUtility.c752 EFI_DEVICE_PATH_PROTOCOL *UsbDevicePathBeginPtr; local
759 UsbDevicePathBeginPtr = DevicePath;
760 while ( (!IsDevicePathEnd (UsbDevicePathBeginPtr))&&
761 ((UsbDevicePathBeginPtr->Type != MESSAGING_DEVICE_PATH) ||
762 (UsbDevicePathBeginPtr->SubType != MSG_USB_DP &&
763 UsbDevicePathBeginPtr->SubType != MSG_USB_CLASS_DP
764 && UsbDevicePathBeginPtr->SubType != MSG_USB_WWID_DP
767 UsbDevicePathBeginPtr = NextDevicePathNode(UsbDevicePathBeginPtr);
773 UsbDevicePathEndPtr = UsbDevicePathBeginPtr;
[all...]

Completed in 95 milliseconds