Home
last modified time | relevance | path

Searched defs:c_int (Results 1 – 12 of 12) sorted by relevance

/linux/rust/kernel/
H A Dcpufreq.rs1067 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 Derror.rs161 to_errno(self) -> crate::ffi::c_int to_errno() argument
H A Dopp.rs521 ) -> c_int { in config_clks()
546 ) -> c_int { in config_regulators()
H A Dplatform.rs95 extern "C" fn probe_callback(pdev: *mut bindings::platform_device) -> kernel::ffi::c_int { in probe_callback()
H A Dauxiliary.rs80 ) -> c_int { in probe_callback()
H A Dpci.rs103 ) -> c_int { in probe_callback()
H A Dusb.rs82 probe_callback( intf: *mut bindings::usb_interface, id: *const bindings::usb_device_id, ) -> kernel::ffi::c_int probe_callback() argument
H A Di2c.rs156 probe_callback(idev: *mut bindings::i2c_client) -> kernel::ffi::c_int probe_callback() argument
/linux/drivers/android/binder/
H A Drust_binder_main.rs60 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 Dcondvar.rs116 wait_state: c_int, in wait_internal()
202 fn notify(&self, count: c_int) { in notify()
/linux/rust/kernel/debugfs/
H A Dfile_ops.rs85 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 Dmod.rs119 ) -> core::ffi::c_int { in open_callback()