Lines Matching defs:LibPCI
28 struct LibPCI : private angle::NonCopyable struct
30 LibPCI() in LibPCI() function
64 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;
80 decltype(&::pci_read_byte) PCIReadByte = nullptr;
83 void *mHandle = nullptr;
84 bool mValid = false;