Searched refs:Core (Results 1 – 5 of 5) sorted by relevance
328 pub struct Core; struct342 impl Sealed for super::Core {} implementation348 impl DeviceContext for Core {} implementation391 $crate::device::CoreInternal => $crate::device::Core398 $crate::device::Core => $crate::device::Bound428 ::kernel::__impl_device_context_into_aref!($crate::device::Core, $device);
192 fn probe(dev: &Device<device::Core>, id_info: Option<&Self::IdInfo>) in probe() argument205 fn unbind(dev: &Device<device::Core>, this: Pin<&Self>) { in unbind() argument292 impl crate::dma::Device for Device<device::Core> {}
245 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe() argument257 fn unbind(dev: &Device<device::Core>, this: Pin<&Self>) { in unbind() argument436 impl Device<device::Core> {455 impl crate::dma::Device for Device<device::Core> {}
9 device::{Bound, Core},21 pub trait Device: AsRef<device::Device<Core>> {
187 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe() argument
Completed in 45 milliseconds