Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddevice.rs208 impl Device<CoreInternal> {
570 pub struct CoreInternal; struct
595 impl Sealed for super::CoreInternal {} implementation
601 impl DeviceContext for CoreInternal {} implementation
683 $crate::device::CoreInternal => $crate::device::Core
719 ::kernel::__impl_device_context_into_aref!($crate::device::CoreInternal, $device);
H A Dusb.rs87 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()
H A Di2c.rs161 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()
H A Dauxiliary.rs85 let adev = unsafe { &*adev.cast::<Device<device::CoreInternal>>() }; in probe_callback()
105 let adev = unsafe { &*adev.cast::<Device<device::CoreInternal>>() }; in remove_callback()
H A Dpci.rs108 let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal>>() }; in probe_callback()
128 let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal>>() }; in remove_callback()
H A Dplatform.rs100 let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal>>() }; in probe_callback()
116 let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal>>() }; in remove_callback()
H A Ddriver.rs190 let dev = unsafe { &*dev.cast::<device::Device<device::CoreInternal>>() }; in post_unbind_callback()