Searched refs:PlatformBusDevice (Results 1 – 2 of 2) sorted by relevance
1 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()
130 pub struct PlatformBusDevice { struct135 impl PlatformBusDevice { implementation142 ) -> Arc<PlatformBusDevice> { in new() argument217 impl KObject for PlatformBusDevice { implementation276 impl Device for PlatformBusDevice { implementation