Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/base/platform/
Dplatform_device.rs3 platform_driver::PlatformDriver,
Dmod.rs14 use platform_driver::PlatformDriver;
17 pub mod platform_driver; module
390 let platform_driver: Arc<LockedPlatformBusDriver> = Arc::new(LockedPlatformBusDriver::new()); in platform_bus_init() localVariable
394 platform_device.set_driver(Some(platform_driver.clone())); in platform_bus_init()
395 bus_driver_register(platform_driver.clone()).map_err(|e| e.into())?; in platform_bus_init()
/DragonOS-0.1.8/kernel/src/driver/uart/
Duart.rs7 self, platform_device::PlatformDevice, platform_driver::PlatformDriver, CompatibleTable,