Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/base/platform/
H A Dmod.rs1 use self::{platform_device::PlatformBusDevice, subsys::PlatformBus};
20 static mut PLATFORM_BUS_DEVICE: Option<Arc<PlatformBusDevice>> = None;
27 pub fn platform_bus_device() -> Arc<PlatformBusDevice> { in platform_bus_device()
78 let platform_device: Arc<PlatformBusDevice> = PlatformBusDevice::new( in platform_bus_init()
H A Dplatform_device.rs126 pub struct PlatformBusDevice { struct
131 impl PlatformBusDevice { argument
138 ) -> Arc<PlatformBusDevice> { in new() argument
213 impl KObject for PlatformBusDevice { implementation
272 impl Device for PlatformBusDevice { implementation