Searched defs:Core (Results 1 – 4 of 4) sorted by relevance
328 pub struct Core; struct342 impl Sealed for super::Core {} implementation348 impl DeviceContext for Core {} implementation
192 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()
245 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()
187 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe()
Completed in 9 milliseconds