Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
DI2cBus.c873 BOOLEAN BuildControllerNode; in RegisterI2cDevice() local
877 BuildControllerNode = TRUE; in RegisterI2cDevice()
904 BuildControllerNode = FALSE; in RegisterI2cDevice()
959 BuildControllerNode = FALSE; in RegisterI2cDevice()
995 Status = I2cBusDevicePathAppend (I2cDeviceContext, BuildControllerNode); in RegisterI2cDevice()
1309 IN BOOLEAN BuildControllerNode in I2cBusDevicePathAppend() argument
1329 if ((BuildControllerNode) && (I2cDeviceContext->DevicePath != NULL)) { in I2cBusDevicePathAppend()
DI2cDxe.h266 IN BOOLEAN BuildControllerNode