Searched refs:CoreInternal (Results 1 – 7 of 7) sorted by relevance
208 impl Device<CoreInternal> {570 pub struct CoreInternal; struct595 impl Sealed for super::CoreInternal {} implementation601 impl DeviceContext for CoreInternal {} implementation683 $crate::device::CoreInternal => $crate::device::Core719 ::kernel::__impl_device_context_into_aref!($crate::device::CoreInternal, $device);
87 let intf = unsafe { &*intf.cast::<Interface<device::CoreInternal>>() }; in probe_callback()97 let dev: &device::Device<device::CoreInternal> = intf.as_ref(); in probe_callback()108 let intf = unsafe { &*intf.cast::<Interface<device::CoreInternal>>() }; in disconnect_callback()110 let dev: &device::Device<device::CoreInternal> = intf.as_ref(); in disconnect_callback()
161 let idev = unsafe { &*idev.cast::<I2cClient<device::CoreInternal>>() }; in probe_callback()176 let idev = unsafe { &*idev.cast::<I2cClient<device::CoreInternal>>() }; in remove_callback()188 let idev = unsafe { &*idev.cast::<I2cClient<device::CoreInternal>>() }; in shutdown_callback()
85 let adev = unsafe { &*adev.cast::<Device<device::CoreInternal>>() }; in probe_callback()105 let adev = unsafe { &*adev.cast::<Device<device::CoreInternal>>() }; in remove_callback()
108 let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal>>() }; in probe_callback()128 let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal>>() }; in remove_callback()
100 let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal>>() }; in probe_callback()116 let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal>>() }; in remove_callback()
190 let dev = unsafe { &*dev.cast::<device::Device<device::CoreInternal>>() }; in post_unbind_callback()