Home
last modified time | relevance | path

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

/rust/kernel/
A Ddevice.rs328 pub struct Core; struct
342 impl Sealed for super::Core {} implementation
348 impl DeviceContext for Core {} implementation
A Dplatform.rs192 fn probe(dev: &Device<device::Core>, id_info: Option<&Self::IdInfo>) in probe()
205 fn unbind(dev: &Device<device::Core>, this: Pin<&Self>) { in unbind()
A Dpci.rs245 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe()
257 fn unbind(dev: &Device<device::Core>, this: Pin<&Self>) { in unbind()
A Dauxiliary.rs187 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe()

Completed in 9 milliseconds