Home
last modified time | relevance | path

Searched defs:PciRoot (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/driver/pci/
H A Droot.rs31 pub struct PciRoot { struct
43 unsafe impl Send for PciRoot {} implementation
44 unsafe impl Sync for PciRoot {} implementation
46 impl core::fmt::Display for PciRoot { implementation
60 impl PciRoot { impl
252 pub fn add_pci_root(&self, pci_root: Arc<PciRoot>) { in add_pci_root()
295 pub fn get_pci_root(&self, segement_group_number: SegmentGroupNumber) -> Option<Arc<PciRoot>> { in get_pci_root()