| /linux/rust/kernel/irq/ |
| H A D | request.rs | 263 unsafe extern "C" fn handle_irq_callback<T: Handler>(_irq: i32, ptr: *mut c_void) -> c_uint { in handle_irq_callback() 270 T::handle(®istration.handler, device) as c_uint in handle_irq_callback() 484 ) -> c_uint { in handle_threaded_irq_callback() 491 T::handle(®istration.handler, device) as c_uint in handle_threaded_irq_callback() 497 unsafe extern "C" fn thread_fn_callback<T: ThreadedHandler>(_irq: i32, ptr: *mut c_void) -> c_uint { 504 T::handle_threaded(®istration.handler, device) as c_uint in thread_fn_callback() 266 handle_irq_callback<T: Handler + 'static>( _irq: i32, ptr: *mut c_void, ) -> c_uint handle_irq_callback() argument 487 handle_threaded_irq_callback<T: ThreadedHandler + 'static>( _irq: i32, ptr: *mut c_void, ) -> c_uint handle_threaded_irq_callback() argument 503 thread_fn_callback<T: ThreadedHandler + 'static>( _irq: i32, ptr: *mut c_void, ) -> c_uint thread_fn_callback() argument
|
| /linux/rust/kernel/ |
| H A D | cpufreq.rs | 1206 target_freq: c_uint, in target_callback() argument 1207 relation: c_uint, in target_callback() 1225 index: c_uint, in target_index_callback() 1248 target_freq: c_uint, in fast_switch_callback() argument 1249 ) -> c_uint { in fast_switch_callback() 1282 index: c_uint, in get_intermediate_callback() argument 1283 ) -> c_uint { in get_intermediate_callback() 1303 index: c_uint, in target_intermediate_callback() 1323 unsafe extern "C" fn get_callback(cpu: c_uint) -> c_uint { in get_callback() 1205 target_callback( ptr: *mut bindings::cpufreq_policy, target_freq: c_uint, relation: c_uint, ) -> c_int target_callback() argument 1224 target_index_callback( ptr: *mut bindings::cpufreq_policy, index: c_uint, ) -> c_int target_index_callback() argument 1247 fast_switch_callback( ptr: *mut bindings::cpufreq_policy, target_freq: c_uint, ) -> c_uint fast_switch_callback() argument 1281 get_intermediate_callback( ptr: *mut bindings::cpufreq_policy, index: c_uint, ) -> c_uint get_intermediate_callback() argument 1302 target_intermediate_callback( ptr: *mut bindings::cpufreq_policy, index: c_uint, ) -> c_int target_intermediate_callback() argument 1322 get_callback(cpu: c_uint) -> c_uint get_callback() argument [all...] |
| H A D | task.rs | 31 pub const TASK_NORMAL: c_uint = bindings::TASK_NORMAL as c_uint;
|
| H A D | prelude.rs | 34 c_uint,
|
| H A D | bug.rs | 85 $flags as $crate::ffi::c_uint,
|
| H A D | scatterlist.rs | 471 nents: c_uint,
|
| H A D | opp.rs | 545 count: c_uint, in config_regulators() argument
|
| /linux/tools/perf/scripts/python/ |
| H A D | libxed.py | 19 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong 72 self.xed_decode.argtypes = [ c_void_p, c_void_p, c_uint ] 75 self.xed_format_context.restype = c_uint
|
| H A D | exported-sql-viewer.py | 136 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong
|
| /linux/drivers/android/binder/ |
| H A D | trace.rs | 9 use kernel::ffi::{c_int, c_uint, c_ulong}; 14 unsafe fn binder_ioctl(cmd: c_uint, arg: c_ulong);
|
| H A D | rust_binder_main.rs | 414 cmd: kernel::ffi::c_uint, in rust_binder_ioctl() argument
|
| /linux/rust/ |
| H A D | ffi.rs | 37 c_uint = u32;
|