Searched defs:LibPCI (Results 1 – 1 of 1) sorted by relevance
28 struct LibPCI : private angle::NonCopyable struct30 LibPCI() in LibPCI() function64 bool IsValid() const { return mValid; } in IsValid()66 ~LibPCI() in ~LibPCI()74 decltype(&::pci_alloc) Alloc = nullptr;75 decltype(&::pci_init) Init = nullptr;76 decltype(&::pci_cleanup) Cleanup = nullptr;77 decltype(&::pci_scan_bus) ScanBus = nullptr;78 decltype(&::pci_fill_info) FillInfo = nullptr;79 decltype(&::pci_lookup_name) LookupName = nullptr;[all …]