Searched refs:CoreInternal (Results 1 – 4 of 4) sorted by relevance
84 impl Device<CoreInternal> {332 pub struct CoreInternal; struct343 impl Sealed for super::CoreInternal {} implementation349 impl DeviceContext for CoreInternal {} implementation391 $crate::device::CoreInternal => $crate::device::Core427 ::kernel::__impl_device_context_into_aref!($crate::device::CoreInternal, $device);
72 let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal>>() }; in probe_callback()88 let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal>>() }; in remove_callback()
63 let adev = unsafe { &*adev.cast::<Device<device::CoreInternal>>() }; in probe_callback()83 let adev = unsafe { &*adev.cast::<Device<device::CoreInternal>>() }; in remove_callback()
68 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