Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbUtility.c992 IN USB_WWID_DEVICE_PATH *UsbWWIDDevicePathPtr, in MatchUsbWwid() argument
1005 if ((UsbWWIDDevicePathPtr->Header.Type != MESSAGING_DEVICE_PATH) || in MatchUsbWwid()
1006 (UsbWWIDDevicePathPtr->Header.SubType != MSG_USB_WWID_DP )){ in MatchUsbWwid()
1027 if ((DevDesc->IdVendor != UsbWWIDDevicePathPtr->VendorId) || in MatchUsbWwid()
1028 (DevDesc->IdProduct != UsbWWIDDevicePathPtr->ProductId) || in MatchUsbWwid()
1029 (ActIfDesc->InterfaceNumber != UsbWWIDDevicePathPtr->InterfaceNumber)) { in MatchUsbWwid()
1043 CompareStr = (CHAR16 *) (UINTN) (UsbWWIDDevicePathPtr + 1); in MatchUsbWwid()
1044 …CompareLen = (DevicePathNodeLength (UsbWWIDDevicePathPtr) - sizeof (USB_WWID_DEVICE_PATH)) / sizeo… in MatchUsbWwid()