Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/arch/
Dmod.rs5 use crate::driver::pci::pci::{BusDeviceFunction, PciAddr, PciError, PciRoot, SegmentGroupNumber};
26 fn ecam_root(segement: SegmentGroupNumber) -> Result<PciRoot, PciError>; in ecam_root() argument
/DragonOS-0.1.8/kernel/src/arch/x86_64/pci/
Dpci.rs4 BusDeviceFunction, PciAddr, PciError, PciRoot, SegmentGroupNumber, PORT_PCI_CONFIG_ADDRESS,
47 fn ecam_root(segement: SegmentGroupNumber) -> Result<PciRoot, PciError> { in ecam_root() argument
63 return Ok(PciRoot { in ecam_root()
/DragonOS-0.1.8/kernel/src/driver/pci/
Dpci.rs25 pub static ref PCI_ROOT_0: Option<PciRoot> = {
26 match PciRoot::new(0) {
596 pub struct PciRoot { struct
604 unsafe impl Send for PciRoot {} argument
605 unsafe impl Sync for PciRoot {} implementation
607 impl Display for PciRoot { implementation
617 impl PciRoot { impl
1548 pub root: &'a PciRoot,