Searched defs:c_int (Results 1 – 12 of 12) sorted by relevance
| /linux/rust/kernel/ |
| H A D | cpufreq.rs | 1067 unsafe extern "C" fn init_callback(ptr: *mut bindings::cpufreq_policy) -> c_int { in init_callback() 1100 unsafe extern "C" fn online_callback(ptr: *mut bindings::cpufreq_policy) -> c_int { in online_callback() 1115 unsafe extern "C" fn offline_callback(ptr: *mut bindings::cpufreq_policy) -> c_int { in offline_callback() 1130 unsafe extern "C" fn suspend_callback(ptr: *mut bindings::cpufreq_policy) -> c_int { in suspend_callback() 1145 unsafe extern "C" fn resume_callback(ptr: *mut bindings::cpufreq_policy) -> c_int { in resume_callback() 1173 unsafe extern "C" fn verify_callback(ptr: *mut bindings::cpufreq_policy_data) -> c_int { in verify_callback() 1188 unsafe extern "C" fn setpolicy_callback(ptr: *mut bindings::cpufreq_policy) -> c_int { in setpolicy_callback() 1207 ) -> c_int { in target_callback() 1225 ) -> c_int { in target_index_callback() 1303 ) -> c_int { in target_intermediate_callback() [all …]
|
| H A D | error.rs | 161 to_errno(self) -> crate::ffi::c_int to_errno() argument
|
| H A D | opp.rs | 521 ) -> c_int { in config_clks() 546 ) -> c_int { in config_regulators()
|
| H A D | platform.rs | 95 extern "C" fn probe_callback(pdev: *mut bindings::platform_device) -> kernel::ffi::c_int { in probe_callback()
|
| H A D | auxiliary.rs | 80 ) -> c_int { in probe_callback()
|
| H A D | pci.rs | 103 ) -> c_int { in probe_callback()
|
| H A D | usb.rs | 82 probe_callback( intf: *mut bindings::usb_interface, id: *const bindings::usb_device_id, ) -> kernel::ffi::c_int probe_callback() argument
|
| H A D | i2c.rs | 156 probe_callback(idev: *mut bindings::i2c_client) -> kernel::ffi::c_int probe_callback() argument
|
| /linux/drivers/android/binder/ |
| H A D | rust_binder_main.rs | 60 pid: kernel::ffi::c_int, in rust_binderfs_create_proc_file() 366 ) -> kernel::ffi::c_int { in rust_binder_open() 401 ) -> kernel::ffi::c_int { in rust_binder_release() 431 ) -> kernel::ffi::c_int { in rust_binder_mmap() 465 ) -> kernel::ffi::c_int { in rust_binder_flush() 480 ) -> kernel::ffi::c_int { in rust_binder_stats_show() 496 ) -> kernel::ffi::c_int { in rust_binder_state_show() 512 ) -> kernel::ffi::c_int { in rust_binder_proc_show() 530 ) -> kernel::ffi::c_int { in rust_binder_transactions_show()
|
| /linux/rust/kernel/sync/ |
| H A D | condvar.rs | 116 wait_state: c_int, in wait_internal() 202 fn notify(&self, count: c_int) { in notify()
|
| /linux/rust/kernel/debugfs/ |
| H A D | file_ops.rs | 85 writer_open<T: Writer + Sync>( inode: *mut bindings::inode, file: *mut bindings::file, ) -> c_int writer_open() argument 106 writer_act<T: Writer + Sync>( seq: *mut bindings::seq_file, _: *mut c_void, ) -> c_int writer_act() argument 204 write_only_open( inode: *mut bindings::inode, file: *mut bindings::file, ) -> c_int write_only_open() argument
|
| /linux/rust/kernel/drm/gem/ |
| H A D | mod.rs | 119 ) -> core::ffi::c_int { in open_callback()
|