Searched defs:PciRoot (Results 1 – 3 of 3) sorted by relevance
26 fn ecam_root(segement: SegmentGroupNumber) -> Result<PciRoot, PciError>; in ecam_root()
47 fn ecam_root(segement: SegmentGroupNumber) -> Result<PciRoot, PciError> { in ecam_root()
513 pub struct PciRoot { struct521 unsafe impl Send for PciRoot {} argument522 unsafe impl Sync for PciRoot {} implementation524 impl Display for PciRoot { implementation534 impl PciRoot { impl