Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddevice.rs204 impl Device<CoreInternal> {
564 pub struct CoreInternal; struct
589 impl Sealed for super::CoreInternal {} implementation
595 impl DeviceContext for CoreInternal {} implementation
670 $crate::device::CoreInternal => $crate::device::Core
706 ::kernel::__impl_device_context_into_aref!($crate::device::CoreInternal, $device);
H A Dusb.rs69 let intf = unsafe { &*intf.cast::<Interface<device::CoreInternal>>() }; in probe_callback()
79 let dev: &device::Device<device::CoreInternal> = intf.as_ref(); in probe_callback()
90 let intf = unsafe { &*intf.cast::<Interface<device::CoreInternal>>() }; in disconnect_callback()
92 let dev: &device::Device<device::CoreInternal> = intf.as_ref(); in disconnect_callback()
H A Di2c.rs152 let idev = unsafe { &*idev.cast::<I2cClient<device::CoreInternal>>() }; in probe_callback()
167 let idev = unsafe { &*idev.cast::<I2cClient<device::CoreInternal>>() }; in remove_callback()
179 let idev = unsafe { &*idev.cast::<I2cClient<device::CoreInternal>>() }; in shutdown_callback()
H A Dauxiliary.rs65 let adev = unsafe { &*adev.cast::<Device<device::CoreInternal>>() }; in probe_callback()
85 let adev = unsafe { &*adev.cast::<Device<device::CoreInternal>>() }; in remove_callback()
H A Dpci.rs92 let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal>>() }; in probe_callback()
112 let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal>>() }; in remove_callback()
H A Dplatform.rs74 let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal>>() }; in probe_callback()
90 let pdev = unsafe { &*pdev.cast::<Device<device::CoreInternal>>() }; in remove_callback()