Home
last modified time | relevance | path

Searched refs:CoreInternal (Results 1 – 4 of 4) sorted by relevance

/rust/kernel/
A Ddevice.rs84 impl Device<CoreInternal> {
332 pub struct CoreInternal; struct
343 impl Sealed for super::CoreInternal {} implementation
349 impl DeviceContext for CoreInternal {} implementation
391 $crate::device::CoreInternal => $crate::device::Core
427 ::kernel::__impl_device_context_into_aref!($crate::device::CoreInternal, $device);
A Dplatform.rs72 let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal>>() }; in probe_callback()
88 let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal>>() }; in remove_callback()
A Dauxiliary.rs63 let adev = unsafe { &*adev.cast::<Device<device::CoreInternal>>() }; in probe_callback()
83 let adev = unsafe { &*adev.cast::<Device<device::CoreInternal>>() }; in remove_callback()
A Dpci.rs68 let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal>>() }; in probe_callback()
88 let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal>>() }; in remove_callback()

Completed in 8 milliseconds