Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/arch/riscv64/pci/
Dmod.rs3 driver::pci::pci::{BusDeviceFunction, PciAddr, PciError, PciRoot, SegmentGroupNumber},
20 fn ecam_root(segement: SegmentGroupNumber) -> Result<PciRoot, PciError> { in ecam_root() argument
/DragonOS-0.1.9/kernel/src/arch/
Dmod.rs2 driver::pci::pci::{BusDeviceFunction, PciAddr, PciError, PciRoot, SegmentGroupNumber},
37 fn ecam_root(segement: SegmentGroupNumber) -> Result<PciRoot, PciError>; in ecam_root() argument
/DragonOS-0.1.9/kernel/src/arch/x86_64/pci/
Dpci.rs4 BusDeviceFunction, PciAddr, PciError, PciRoot, SegmentGroupNumber, PORT_PCI_CONFIG_ADDRESS,
46 fn ecam_root(segement: SegmentGroupNumber) -> Result<PciRoot, PciError> { in ecam_root() argument
54 return Ok(PciRoot { in ecam_root()
/DragonOS-0.1.9/kernel/src/driver/pci/
Dpci.rs27 pub static ref PCI_ROOT_0: Option<PciRoot> = {
28 match PciRoot::new(0) {
598 pub struct PciRoot { struct
606 unsafe impl Send for PciRoot {} argument
607 unsafe impl Sync for PciRoot {} implementation
609 impl Display for PciRoot { implementation
619 impl PciRoot { impl
1503 pub root: &'a PciRoot,