Home
last modified time | relevance | path

Searched defs:c_void (Results 1 – 9 of 9) sorted by relevance

/linux/rust/kernel/
H A Ddevres.rs186 devres_callback(ptr: *mut kernel::ffi::c_void) devres_callback() argument
318 callback<P: ForeignOwnable>(ptr: *mut kernel::ffi::c_void) register_foreign() argument
H A Dtypes.rs53 fn into_foreign(self) -> *mut c_void; in into_foreign()
136 fn into_foreign(self) -> *mut c_void { in into_foreign()
H A Duaccess.rs41 pub fn as_const_ptr(self) -> *const c_void { in as_const_ptr()
49 pub fn as_mut_ptr(self) -> *mut c_void { in as_mut_ptr()
H A Dprint.rs22 ptr: *const c_void, in rust_fmt_argument()
H A Dmaple_tree.rs530 fn mas_find_raw(&mut self, max: usize) -> *mut c_void { in mas_find_raw()
H A Dopp.rs517 config_clks( dev: *mut bindings::device, opp_table: *mut bindings::opp_table, opp: *mut bindings::dev_pm_opp, _data: *mut c_void, scaling_down: bool, ) -> c_int config_clks() argument
/linux/rust/kernel/block/mq/
H A Doperations.rs150 init_hctx_callback( _hctx: *mut bindings::blk_mq_hw_ctx, _tagset_data: *mut crate::ffi::c_void, _hctx_idx: crate::ffi::c_uint, ) -> crate::ffi::c_int init_hctx_callback() argument
/linux/rust/kernel/alloc/
H A Dkbox.rs496 fn into_foreign(self) -> *mut c_void { in into_foreign()
530 fn into_foreign(self) -> *mut c_void { in into_foreign()
/linux/rust/kernel/sync/
H A Darc.rs378 fn into_foreign(self) -> *mut c_void { in into_foreign() argument