Home
last modified time | relevance | path

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

/linux/rust/kernel/irq/
H A Drequest.rs265 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/
H A Dtypes.rs53 into_foreign(self) -> *mut c_void into_foreign() argument
136 into_foreign(self) -> *mut c_void into_foreign() argument
[all...]
H A Duaccess.rs44 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 Dmodule_param.rs144 as_void_ptr(&self) -> *mut c_void as_void_ptr() argument
H A Dprint.rs22 rust_fmt_argument( buf: *mut c_char, end: *mut c_char, ptr: *const c_void, ) -> *mut c_char rust_fmt_argument() argument
H A Ddevres.rs500 unsafe extern "C" fn callback<P: ForeignOwnable>(ptr: *mut kernel::ffi::c_void) { in register_foreign()
H A Dmaple_tree.rs539 fn mas_find_raw(&mut self, max: usize) -> *mut c_void { in mas_find_raw()
H A Dopp.rs519 _data: *mut c_void, in config_clks() argument
/linux/rust/kernel/alloc/
H A Dkbox.rs530 unsafe fn from_foreign(ptr: *mut c_void) -> Self { in into_foreign() argument
496 into_foreign(self) -> *mut c_void into_foreign() argument
/linux/rust/kernel/debugfs/
H A Dfile_ops.rs105 writer_act<T: Writer + Sync>( seq: *mut bindings::seq_file, _: *mut c_void, ) -> c_int writer_act() argument