Searched refs:PortIOArch (Results 1 – 12 of 12) sorted by relevance
/DragonOS/kernel/src/arch/riscv64/ |
H A D | pio.rs | 1 use crate::arch::io::PortIOArch; 5 impl PortIOArch for RiscV64PortIOArch {
|
/DragonOS/kernel/src/arch/x86_64/asm/ |
H A D | pio.rs | 1 use crate::arch::io::PortIOArch; 5 impl PortIOArch for X86_64PortIOArch {
|
/DragonOS/kernel/src/arch/ |
H A D | io.rs | 3 pub trait PortIOArch { interface
|
/DragonOS/kernel/src/arch/x86_64/pci/ |
H A D | pci.rs | 1 use crate::arch::io::PortIOArch;
|
/DragonOS/kernel/src/arch/x86_64/driver/ |
H A D | tsc.rs | 2 arch::{io::PortIOArch, CurrentIrqArch, CurrentPortIOArch, CurrentTimeArch},
|
H A D | rtc.rs | 12 arch::{io::PortIOArch, CurrentIrqArch, CurrentPortIOArch},
|
/DragonOS/kernel/src/driver/keyboard/ |
H A D | ps2_keyboard.rs | 11 arch::{io::PortIOArch, CurrentIrqArch, CurrentPortIOArch},
|
/DragonOS/kernel/src/driver/clocksource/ |
H A D | acpi_pm.rs | 3 arch::{io::PortIOArch, CurrentPortIOArch},
|
/DragonOS/kernel/src/driver/input/ps2_mouse/ |
H A D | ps_mouse_driver.rs | 11 arch::{io::PortIOArch, CurrentPortIOArch},
|
H A D | ps_mouse_device.rs | 13 arch::{io::PortIOArch, CurrentIrqArch, CurrentPortIOArch},
|
/DragonOS/kernel/src/arch/x86_64/driver/apic/ |
H A D | mod.rs | 11 io::PortIOArch,
|
/DragonOS/kernel/src/driver/serial/serial8250/ |
H A D | serial8250_pio.rs | 14 arch::{driver::apic::ioapic::IoApic, io::PortIOArch, CurrentPortIOArch},
|