Lines Matching refs:DeviceIo
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()
82 Private->DeviceIo.Flush = DeviceIoFlush; in DeviceIoConstructor()
83 Private->DeviceIo.FreeBuffer = DeviceIoFreeBuffer; in DeviceIoConstructor()
91 &Private->DeviceIo, in DeviceIoConstructor()
480 Private->DeviceIo.Pci.Read ( in AppendPciDevicePath()
481 &Private->DeviceIo, in AppendPciDevicePath()
494 Private->DeviceIo.Pci.Read ( in AppendPciDevicePath()
495 &Private->DeviceIo, in AppendPciDevicePath()