Searched refs:DeviceIo (Results 1 – 10 of 10) sorted by relevance
72 Private->DeviceIo.Mem.Read = DeviceIoMemRead; in DeviceIoConstructor()73 Private->DeviceIo.Mem.Write = DeviceIoMemWrite; in DeviceIoConstructor()74 Private->DeviceIo.Io.Read = DeviceIoIoRead; in DeviceIoConstructor()75 Private->DeviceIo.Io.Write = DeviceIoIoWrite; in DeviceIoConstructor()76 Private->DeviceIo.Pci.Read = DeviceIoPciRead; in DeviceIoConstructor()77 Private->DeviceIo.Pci.Write = DeviceIoPciWrite; in DeviceIoConstructor()78 Private->DeviceIo.PciDevicePath = DeviceIoPciDevicePath; in DeviceIoConstructor()79 Private->DeviceIo.Map = DeviceIoMap; in DeviceIoConstructor()80 Private->DeviceIo.Unmap = DeviceIoUnmap; in DeviceIoConstructor()81 Private->DeviceIo.AllocateBuffer = DeviceIoAllocateBuffer; in DeviceIoConstructor()[all …]
47 DeviceIo.h48 DeviceIo.c
34 EFI_DEVICE_IO_PROTOCOL DeviceIo; member41 #define DEVICE_IO_PRIVATE_DATA_FROM_THIS(a) CR (a, DEVICE_IO_PRIVATE_DATA, DeviceIo, DEVICE_IO_PRIV…
347 EFI_DEVICE_IO_PROTOCOL DeviceIo; member354 #define DEVICE_IO_PRIVATE_DATA_FROM_THIS(a) CR (a, DEVICE_IO_PRIVATE_DATA, DeviceIo, DEVICE_IO_PRIV…412 EFI_DEVICE_IO_PROTOCOL *DeviceIo; in PciRootBridgeIoNotificationEvent() local437 (VOID **)&DeviceIo in PciRootBridgeIoNotificationEvent()483 &Private->DeviceIo, in PciRootBridgeIoNotificationEvent()865 Private->DeviceIo.Pci.Read ( in AppendPciDevicePath()866 &Private->DeviceIo, in AppendPciDevicePath()878 Private->DeviceIo.Pci.Read ( in AppendPciDevicePath()879 &Private->DeviceIo, in AppendPciDevicePath()
27 #include EFI_PROTOCOL_DEFINITION (DeviceIo)
64 DeviceIo/DeviceIo.h65 DeviceIo/DeviceIo.c
146 #include EFI_PROTOCOL_DEFINITION (DeviceIo)
1141 ## Include/Protocol/DeviceIo.h
1020 +#include EFI_PROTOCOL_DEFINITION (DeviceIo)
2804 +#include EFI_PROTOCOL_DEFINITION (DeviceIo)