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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbUtility.c1205 DEVICE_PATH_LIST_ITEM *WantedListItem; local
1242 WantedListItem = CR(WantedListIndex, DEVICE_PATH_LIST_ITEM, Link, DEVICE_PATH_LIST_ITEM_SIGNATURE);
1243 ASSERT (WantedListItem->DevicePath->Type == MESSAGING_DEVICE_PATH);
1244 switch (WantedListItem->DevicePath->SubType) {
1246 FirstDevicePathSize = GetDevicePathSize (WantedListItem->DevicePath);
1249 WantedListItem->DevicePath,
1258 if (MatchUsbClass((USB_CLASS_DEVICE_PATH *)WantedListItem->DevicePath, UsbIf)) {
1263 if (MatchUsbWwid((USB_WWID_DEVICE_PATH *)WantedListItem->DevicePath, UsbIf)) {

Completed in 7 milliseconds