| /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 | pwm.rs | 320 ) -> c_int { in request_callback() argument 340 ) -> c_int { in capture_callback() argument 367 ) -> c_int { in round_waveform_tohw_callback() argument 397 ) -> c_int { in round_waveform_fromhw_callback() argument 427 read_waveform_callback( chip_ptr: *mut bindings::pwm_chip, pwm_ptr: *mut bindings::pwm_device, wfhw_ptr: *mut c_void, ) -> c_int read_waveform_callback() argument 451 write_waveform_callback( chip_ptr: *mut bindings::pwm_chip, pwm_ptr: *mut bindings::pwm_device, wfhw_ptr: *const c_void, ) -> c_int write_waveform_callback() argument
|
| H A D | miscdevice.rs | 203 unsafe extern "C" fn open(inode: *mut bindings::inode, raw_file: *mut bindings::file) -> c_int { in open() 244 unsafe extern "C" fn release(_inode: *mut bindings::inode, file: *mut bindings::file) -> c_int { in release() 305 ) -> c_int { in mmap()
|
| 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 | 80 ) -> kernel::ffi::c_int { in probe_callback()
|
| H A D | i2c.rs | 155 extern "C" fn probe_callback(idev: *mut bindings::i2c_client) -> kernel::ffi::c_int { in probe_callback()
|
| /linux/drivers/android/binder/ |
| H A D | rust_binder_main.rs | 60 pid: kernel::ffi::c_int, in rust_binderfs_create_proc_file() 367 ) -> kernel::ffi::c_int { in rust_binder_open() 402 ) -> kernel::ffi::c_int { in rust_binder_release() 432 ) -> kernel::ffi::c_int { in rust_binder_mmap() 466 ) -> kernel::ffi::c_int { in rust_binder_flush() 481 ) -> kernel::ffi::c_int { in rust_binder_stats_show() 497 ) -> kernel::ffi::c_int { in rust_binder_state_show() 513 ) -> kernel::ffi::c_int { in rust_binder_proc_show() 531 ) -> kernel::ffi::c_int { in rust_binder_transactions_show()
|
| H A D | error.rs | 45 pub(crate) fn as_errno(&self) -> kernel::ffi::c_int { in as_errno()
|
| /linux/rust/kernel/block/mq/ |
| H A D | operations.rs | 175 ) -> crate::ffi::c_int { in poll_callback() 191 ) -> crate::ffi::c_int { in init_hctx_callback() 222 ) -> crate::ffi::c_int { in init_request_callback()
|
| /linux/rust/kernel/net/ |
| H A D | phy.rs | 312 unsafe extern "C" fn soft_reset_callback(phydev: *mut bindings::phy_device) -> c_int { in soft_reset_callback() 326 unsafe extern "C" fn probe_callback(phydev: *mut bindings::phy_device) -> c_int { in probe_callback() 341 unsafe extern "C" fn get_features_callback(phydev: *mut bindings::phy_device) -> c_int { in get_features_callback() 355 unsafe extern "C" fn suspend_callback(phydev: *mut bindings::phy_device) -> c_int { in suspend_callback() 369 unsafe extern "C" fn resume_callback(phydev: *mut bindings::phy_device) -> c_int { in resume_callback() 383 unsafe extern "C" fn config_aneg_callback(phydev: *mut bindings::phy_device) -> c_int { in config_aneg_callback() 397 unsafe extern "C" fn read_status_callback(phydev: *mut bindings::phy_device) -> c_int { in read_status_callback() 414 ) -> c_int { in match_phy_device_callback()
|
| /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 | 94 ) -> c_int { in writer_open() 115 ) -> c_int { in writer_act() 211 ) -> c_int { in write_only_open()
|
| /linux/rust/kernel/drm/ |
| H A D | file.rs | 60 open_callback( raw_dev: *mut bindings::drm_device, raw_file: *mut bindings::drm_file, ) -> core::ffi::c_int open_callback() argument
|
| /linux/rust/kernel/drm/gem/ |
| H A D | mod.rs | 61 open_callback<T: DriverObject>( raw_obj: *mut bindings::drm_gem_object, raw_file: *mut bindings::drm_file, ) -> core::ffi::c_int open_callback() argument
|