Home
last modified time | relevance | path

Searched defs:c_int (Results 1 – 7 of 7) 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 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 Dopp.rs521 ) -> c_int { in config_clks()
546 ) -> c_int { in config_regulators()
/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/drivers/android/binder/
H A Derror.rs45 pub(crate) fn as_errno(&self) -> kernel::ffi::c_int { in as_errno()