Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/base/platform/
H A Dplatform_device.rs130 pub struct PlatformBusDevice { struct
131 inner: SpinLock<InnerPlatformBusDevice>, argument
135 impl PlatformBusDevice { implementation
142 ) -> Arc<PlatformBusDevice> { in new()
217 impl KObject for PlatformBusDevice { implementation
276 impl Device for PlatformBusDevice { implementation