Searched refs:OptionRomDriverList (Results 1 – 8 of 8) sorted by relevance
61 CurrentLink = PciIoDevice->OptionRomDriverList.ForwardLink; in GetDriver()63 while (CurrentLink != NULL && CurrentLink != &PciIoDevice->OptionRomDriverList) { in GetDriver()75 if (CurrentLink->ForwardLink == &PciIoDevice->OptionRomDriverList || in GetDriver()129 InsertTailList (&PciIoDevice->OptionRomDriverList, &(Node->Link)); in AddDriver()
264 LIST_ENTRY OptionRomDriverList; member
912 InitializeListHead (&Dev->OptionRomDriverList); in CreateRootBridge()
2362 InitializeListHead (&PciIoDevice->OptionRomDriverList); in CreatePciIoDevice()
84 CurrentLink = PciIoDevice->OptionRomDriverList.ForwardLink; in GetDriver()86 while (CurrentLink && CurrentLink != &PciIoDevice->OptionRomDriverList) { in GetDriver()98 if (CurrentLink->ForwardLink == &PciIoDevice->OptionRomDriverList || in GetDriver()155 InsertTailList (&PciIoDevice->OptionRomDriverList, &(Node->Link)); in AddDriver()
183 LIST_ENTRY OptionRomDriverList; member
1205 InitializeListHead (&PciIoDevice->OptionRomDriverList); in CreatePciIoDevice()
257 LIST_ENTRY OptionRomDriverList;