Home
last modified time | relevance | path

Searched refs:TestDevice (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/driver/pci/test/
H A Dmod.rs4 use self::{pt_device::TestDevice, pt_driver::TestDriver};
16 static mut TEST_DEVICE: Option<Arc<TestDevice>> = None;
18 let tdev = Arc::new(TestDevice::new()); in pt_init()
H A Dpt_device.rs35 pub struct TestDevice { struct
41 impl TestDevice { argument
53 impl PciDevice for TestDevice { implementation
75 impl Device for TestDevice { implementation
143 impl KObject for TestDevice { implementation