Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Dtypes.rs39 fn into_foreign(self) -> *mut crate::ffi::c_void; in into_foreign() method
119 fn into_foreign(self) -> *mut crate::ffi::c_void { in into_foreign() method
H A Dplatform.rs73 unsafe { bindings::platform_set_drvdata(pdev.as_raw(), data.into_foreign() as _) }; in probe_callback()
H A Dmiscdevice.rs203 unsafe { (*raw_file).private_data = ptr.into_foreign() }; in open()
H A Dpci.rs81 unsafe { bindings::pci_set_drvdata(pdev.as_raw(), data.into_foreign() as _) }; in probe_callback()
/linux-6.15/rust/kernel/alloc/
H A Dkbox.rs370 fn into_foreign(self) -> *mut crate::ffi::c_void { in into_foreign() function
401 fn into_foreign(self) -> *mut crate::ffi::c_void { in into_foreign() function
/linux-6.15/rust/kernel/sync/
H A Darc.rs378 fn into_foreign(self) -> *mut crate::ffi::c_void { in into_foreign() method