Lines Matching refs:PciIoDevice
37 PCI_IO_DEVICE *PciIoDevice
54 PciIoDevice->PciDriverOverride.GetDriver = GetDriver;
78 PCI_IO_DEVICE *PciIoDevice;
82 PciIoDevice = PCI_IO_DEVICE_FROM_PCI_DRIVER_OVERRIDE_THIS (This);
84 CurrentLink = PciIoDevice->OptionRomDriverList.ForwardLink;
86 while (CurrentLink && CurrentLink != &PciIoDevice->OptionRomDriverList) {
98 if (CurrentLink->ForwardLink == &PciIoDevice->OptionRomDriverList ||
119 IN PCI_IO_DEVICE *PciIoDevice,
155 InsertTailList (&PciIoDevice->OptionRomDriverList, &(Node->Link));
157 PciIoDevice->BusOverride = TRUE;