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()
596 pub struct PciRoot { struct604 unsafe impl Send for PciRoot {} argument605 unsafe impl Sync for PciRoot {} implementation607 impl Display for PciRoot { implementation617 impl PciRoot { impl