Home
last modified time | relevance | path

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

/rust/kernel/
A Dtypes.rs53 fn into_foreign(self) -> *mut c_void; in into_foreign() method
136 fn into_foreign(self) -> *mut c_void { in into_foreign() method
A Ddevres.rs306 let ptr = data.into_foreign(); in register_foreign()
A Dxarray.rs237 let new = value.into_foreign(); in store()
A Ddevice.rs88 unsafe { bindings::dev_set_drvdata(self.as_raw(), data.into_foreign().cast()) } in set_drvdata()
A Dmiscdevice.rs225 unsafe { (*raw_file).private_data = ptr.into_foreign() }; in open()
A Dcpufreq.rs652 self.as_mut_ref().driver_data = <T as ForeignOwnable>::into_foreign(data).cast(); in set_data()
/rust/kernel/alloc/
A Dkbox.rs413 fn into_foreign(self) -> *mut c_void { in into_foreign() function
447 fn into_foreign(self) -> *mut c_void { in into_foreign() function
/rust/kernel/sync/
A Darc.rs384 fn into_foreign(self) -> *mut c_void { in into_foreign() method

Completed in 14 milliseconds