Searched defs:c_void (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/android/binder/ |
| H A D | rust_binder_main.rs | 339 ) -> *mut kernel::ffi::c_void { in rust_binder_new_context() 351 unsafe extern "C" fn rust_binder_remove_context(device: *mut kernel::ffi::c_void) { in rust_binder_remove_context() 479 _: *mut kernel::ffi::c_void, in rust_binder_stats_show() 495 _: *mut kernel::ffi::c_void, in rust_binder_state_show() 511 _: *mut kernel::ffi::c_void, in rust_binder_proc_show() 529 _: *mut kernel::ffi::c_void, in rust_binder_transactions_show()
|
| H A D | page_range.rs | 702 _cb_arg: *mut c_void, in rust_shrink_free_page()
|
| /linux/rust/kernel/ |
| H A D | devres.rs | 196 devres_callback(ptr: *mut kernel::ffi::c_void) devres_callback() argument 328 callback<P: ForeignOwnable>(ptr: *mut kernel::ffi::c_void) register_foreign() argument
|
| H A D | types.rs | 53 into_foreign(self) -> *mut c_void into_foreign() argument 136 into_foreign(self) -> *mut c_void into_foreign() argument [all...] |
| H A D | uaccess.rs | 44 pub fn as_const_ptr(self) -> *const c_void { in as_const_ptr() 52 pub fn as_mut_ptr(self) -> *mut c_void { in as_mut_ptr()
|
| H A D | module_param.rs | 144 pub const fn as_void_ptr(&self) -> *mut c_void { in as_void_ptr()
|
| H A D | print.rs | 22 rust_fmt_argument( buf: *mut c_char, end: *mut c_char, ptr: *const c_void, ) -> *mut c_char rust_fmt_argument() argument
|
| H A D | maple_tree.rs | 539 fn mas_find_raw(&mut self, max: usize) -> *mut c_void { in mas_find_raw()
|
| H A D | opp.rs | 519 _data: *mut c_void, in config_clks()
|
| /linux/rust/kernel/irq/ |
| H A D | request.rs | 265 handle_irq_callback<T: Handler + 'static>( _irq: i32, ptr: *mut c_void, ) -> c_uint handle_irq_callback() argument 486 handle_threaded_irq_callback<T: ThreadedHandler + 'static>( _irq: i32, ptr: *mut c_void, ) -> c_uint handle_threaded_irq_callback() argument 502 thread_fn_callback<T: ThreadedHandler + 'static>( _irq: i32, ptr: *mut c_void, ) -> c_uint thread_fn_callback() argument
|
| /linux/rust/kernel/alloc/ |
| H A D | kbox.rs | 496 into_foreign(self) -> *mut c_void into_foreign() argument 530 into_foreign(self) -> *mut c_void into_foreign() argument
|
| /linux/rust/kernel/debugfs/ |
| H A D | file_ops.rs | 105 writer_act<T: Writer + Sync>( seq: *mut bindings::seq_file, _: *mut c_void, ) -> c_int writer_act() argument
|