Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
DI2cBus.c264 EFI_DEVICE_PATH_PROTOCOL *SystemDevicePath; in CheckRemainingDevicePath() local
289 (VOID **) &SystemDevicePath, in CheckRemainingDevicePath()
298 while (!IsDevicePathEnd (SystemDevicePath)) { in CheckRemainingDevicePath()
299 if ((DevicePathType (SystemDevicePath) == HARDWARE_DEVICE_PATH) && in CheckRemainingDevicePath()
300 (DevicePathSubType (SystemDevicePath) == HW_VENDOR_DP)) { in CheckRemainingDevicePath()
304 … if (CompareMem (SystemDevicePath, RemainingDevicePath, sizeof (VENDOR_DEVICE_PATH)) == 0) { in CheckRemainingDevicePath()
308 SystemDevicePath = NextDevicePathNode (SystemDevicePath); in CheckRemainingDevicePath()
309 if ((DevicePathType (SystemDevicePath) == HARDWARE_DEVICE_PATH) && in CheckRemainingDevicePath()
310 (DevicePathSubType (SystemDevicePath) == HW_CONTROLLER_DP)) { in CheckRemainingDevicePath()
312 … SystemControllerNumber = ((CONTROLLER_DEVICE_PATH *) SystemDevicePath)->ControllerNumber; in CheckRemainingDevicePath()
[all …]