Searched defs:c_void (Results 1 – 9 of 9) sorted by relevance
/linux/rust/kernel/ |
H A D | devres.rs | 186 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 D | types.rs | 53 fn into_foreign(self) -> *mut c_void; in into_foreign() 136 fn into_foreign(self) -> *mut c_void { in into_foreign()
|
H A D | uaccess.rs | 41 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 D | print.rs | 22 ptr: *const c_void, in rust_fmt_argument()
|
H A D | maple_tree.rs | 530 fn mas_find_raw(&mut self, max: usize) -> *mut c_void { in mas_find_raw()
|
H A D | opp.rs | 517 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 D | operations.rs | 150 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 D | kbox.rs | 496 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 D | arc.rs | 378 fn into_foreign(self) -> *mut c_void { in into_foreign() argument
|