Searched defs:PciRootManager (Results 1 – 1 of 1) sorted by relevance
228 pub struct PciRootManager { struct229 inner: SpinLock<InnerPciRootManager>, argument236 impl PciRootManager { implementation