Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
DI2cBus.c51 CONTROLLER_DEVICE_PATH gControllerDevicePathTemplate = {
56 (UINT8) (sizeof (CONTROLLER_DEVICE_PATH)),
57 (UINT8) ((sizeof (CONTROLLER_DEVICE_PATH)) >> 8)
312 … SystemControllerNumber = ((CONTROLLER_DEVICE_PATH *) SystemDevicePath)->ControllerNumber; in CheckRemainingDevicePath()
464 RemainingControllerNumber = ((CONTROLLER_DEVICE_PATH *) DevPathNode)->ControllerNumber; in I2cBusDriverSupported()
898 RemainingPathDeviceIndex = ((CONTROLLER_DEVICE_PATH *) DevPathNode)->ControllerNumber; in RegisterI2cDevice()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h101 } CONTROLLER_DEVICE_PATH; typedef
491 CONTROLLER_DEVICE_PATH Controller;
539 CONTROLLER_DEVICE_PATH *Controller;
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h172 } CONTROLLER_DEVICE_PATH; typedef
1208 CONTROLLER_DEVICE_PATH Controller;
1264 CONTROLLER_DEVICE_PATH *Controller;
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
DSerial.c30 CONTROLLER_DEVICE_PATH mControllerDevicePathTemplate = {
35 (UINT8) (sizeof (CONTROLLER_DEVICE_PATH)),
36 (UINT8) ((sizeof (CONTROLLER_DEVICE_PATH)) >> 8)
DSerialIo.c41 *ControllerNumber = ((CONTROLLER_DEVICE_PATH *) DevicePath)->ControllerNumber; in SkipControllerDevicePathNode()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
DBiosBlkIo.c713 SetDevicePathNodeLength (&Node.Controller.Header, sizeof (CONTROLLER_DEVICE_PATH)); in BuildEdd30DevicePath()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathFromText.c783 CONTROLLER_DEVICE_PATH *Controller; in DevPathFromTextCtrl()
786 Controller = (CONTROLLER_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextCtrl()
789 (UINT16) sizeof (CONTROLLER_DEVICE_PATH) in DevPathFromTextCtrl()
DDevicePathToText.c300 CONTROLLER_DEVICE_PATH *Controller; in DevPathToTextController()