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.rs130 pub struct PlatformBusDevice { struct
135 impl PlatformBusDevice { implementation
142 ) -> Arc<PlatformBusDevice> { in new() argument
217 impl KObject for PlatformBusDevice { implementation
276 impl Device for PlatformBusDevice { implementation