Home
last modified time | relevance | path

Searched refs:Core (Results 1 – 5 of 5) 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
391 $crate::device::CoreInternal => $crate::device::Core
398 $crate::device::Core => $crate::device::Bound
428 ::kernel::__impl_device_context_into_aref!($crate::device::Core, $device);
A Dplatform.rs192 fn probe(dev: &Device<device::Core>, id_info: Option<&Self::IdInfo>) in probe() argument
205 fn unbind(dev: &Device<device::Core>, this: Pin<&Self>) { in unbind() argument
292 impl crate::dma::Device for Device<device::Core> {}
A Dpci.rs245 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe() argument
257 fn unbind(dev: &Device<device::Core>, this: Pin<&Self>) { in unbind() argument
436 impl Device<device::Core> {
455 impl crate::dma::Device for Device<device::Core> {}
A Ddma.rs9 device::{Bound, Core},
21 pub trait Device: AsRef<device::Device<Core>> {
A Dauxiliary.rs187 fn probe(dev: &Device<device::Core>, id_info: &Self::IdInfo) -> Result<Pin<KBox<Self>>>; in probe() argument

Completed in 45 milliseconds