Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dcpufreq.rs1065 unsafe extern "C" fn init_callback(ptr: *mut bindings::cpufreq_policy) -> c_int { in init_callback()
1098 unsafe extern "C" fn online_callback(ptr: *mut bindings::cpufreq_policy) -> c_int { in online_callback()
1113 unsafe extern "C" fn offline_callback(ptr: *mut bindings::cpufreq_policy) -> c_int { in offline_callback()
1128 unsafe extern "C" fn suspend_callback(ptr: *mut bindings::cpufreq_policy) -> c_int { in suspend_callback()
1143 unsafe extern "C" fn resume_callback(ptr: *mut bindings::cpufreq_policy) -> c_int { in resume_callback()
1171 unsafe extern "C" fn verify_callback(ptr: *mut bindings::cpufreq_policy_data) -> c_int { in verify_callback()
1186 unsafe extern "C" fn setpolicy_callback(ptr: *mut bindings::cpufreq_policy) -> c_int { in setpolicy_callback()
1205 ) -> c_int { in target_callback()
1223 ) -> c_int { in target_index_callback()
1302 ) -> c_int { in target_intermediate_callback()
[all …]
H A Dmiscdevice.rs204 unsafe extern "C" fn open(inode: *mut bindings::inode, raw_file: *mut bindings::file) -> c_int { in open()
245 unsafe extern "C" fn release(_inode: *mut bindings::inode, file: *mut bindings::file) -> c_int { in release()
306 ) -> c_int { in mmap()
H A Derror.rs161 pub fn to_errno(self) -> crate::ffi::c_int { in to_errno()
H A Dauxiliary.rs58 ) -> c_int { in probe_callback()
H A Dplatform.rs68 extern "C" fn probe_callback(pdev: *mut bindings::platform_device) -> kernel::ffi::c_int { in probe_callback()
H A Dopp.rs517 ) -> c_int { in config_clks()
542 ) -> c_int { in config_regulators()
H A Dusb.rs57 ) -> kernel::ffi::c_int { in probe_callback()
H A Dpci.rs68 ) -> c_int { in probe_callback()
/linux/drivers/android/binder/
H A Drust_binder_main.rs60 pid: kernel::ffi::c_int, in rust_binderfs_create_proc_file()
359 ) -> kernel::ffi::c_int { in rust_binder_open()
394 ) -> kernel::ffi::c_int { in rust_binder_release()
440 ) -> kernel::ffi::c_int { in rust_binder_mmap()
474 ) -> kernel::ffi::c_int { in rust_binder_flush()
489 ) -> kernel::ffi::c_int { in rust_binder_stats_show()
505 ) -> kernel::ffi::c_int { in rust_binder_state_show()
521 ) -> kernel::ffi::c_int { in rust_binder_proc_show()
539 ) -> kernel::ffi::c_int { in rust_binder_transactions_show()
H A Derror.rs44 pub(crate) fn as_errno(&self) -> kernel::ffi::c_int { in as_errno()
/linux/rust/kernel/block/mq/
H A Doperations.rs175 ) -> 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 Dphy.rs312 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/debugfs/
H A Dfile_ops.rs84 ) -> c_int { in writer_open()
105 ) -> c_int { in writer_act()
203 ) -> c_int { in write_only_open()
/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/drm/
H A Dfile.rs60 ) -> core::ffi::c_int { in open_callback()
/linux/rust/kernel/drm/gem/
H A Dmod.rs81 ) -> core::ffi::c_int { in open_callback()