Home
last modified time | relevance | path

Searched refs:platform_device (Results 1 – 10 of 10) sorted by relevance

/DragonOS/kernel/src/driver/base/platform/
H A Dmod.rs1 use self::{platform_device::PlatformBusDevice, subsys::PlatformBus};
16 pub mod platform_device; module
78 let platform_device: Arc<PlatformBusDevice> = PlatformBusDevice::new( in platform_bus_init() localVariable
85 unsafe { PLATFORM_BUS_DEVICE = Some(platform_device.clone()) }; in platform_bus_init()
87 device_register(platform_device.clone())?; in platform_bus_init()
93 device_unregister(platform_device.clone()); in platform_bus_init()
H A Dplatform_driver.rs10 use super::{platform_bus, platform_device::PlatformDevice};
H A Dsubsys.rs9 platform_bus_device, platform_device::PlatformDevice, platform_driver::PlatformDriver,
/DragonOS/kernel/src/driver/input/serio/i8042/
H A Dmod.rs10 platform_device::{platform_device_manager, PlatformDevice},
H A Di8042_device.rs14 platform::platform_device::PlatformDevice,
H A Di8042_driver.rs13 platform::{platform_device::PlatformDevice, platform_driver::PlatformDriver},
/DragonOS/kernel/src/driver/rtc/
H A Drtc_cmos.rs25 platform_device::PlatformDevice,
/DragonOS/kernel/src/arch/x86_64/driver/
H A Drtc.rs22 platform::platform_device::{platform_device_manager, PlatformDevice},
/DragonOS/kernel/src/driver/serial/serial8250/
H A Dmod.rs24 platform_device::{platform_device_manager, PlatformDevice},
/DragonOS/kernel/src/driver/video/fbdev/
H A Dvesafb.rs23 platform_device::{platform_device_manager, PlatformDevice},