Home
last modified time | relevance | path

Searched defs:cpufreq_policy (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dcpufreq.h53 struct cpufreq_policy { struct
171 DEFINE_GUARD(cpufreq_policy_write, struct cpufreq_policy *, argument
55 cpuscpufreq_policy global() argument
56 related_cpuscpufreq_policy global() argument
57 real_cpuscpufreq_policy global() argument
59 shared_typecpufreq_policy global() argument
61 cpucpufreq_policy global() argument
63 clkcpufreq_policy global() argument
64 cpuinfocpufreq_policy global() argument
66 mincpufreq_policy global() argument
67 maxcpufreq_policy global() argument
68 curcpufreq_policy global() argument
70 suspend_freqcpufreq_policy global() argument
72 policycpufreq_policy global() argument
73 last_policycpufreq_policy global() argument
74 governorcpufreq_policy global() argument
75 governor_datacpufreq_policy global() argument
76 last_governorcpufreq_policy global() argument
78 updatecpufreq_policy global() argument
81 constraintscpufreq_policy global() argument
82 min_freq_reqcpufreq_policy global() argument
83 max_freq_reqcpufreq_policy global() argument
85 freq_tablecpufreq_policy global() argument
86 freq_table_sortedcpufreq_policy global() argument
88 policy_listcpufreq_policy global() argument
89 kobjcpufreq_policy global() argument
90 kobj_unregistercpufreq_policy global() argument
100 rwsemcpufreq_policy global() argument
110 fast_switch_possiblecpufreq_policy global() argument
111 fast_switch_enabledcpufreq_policy global() argument
117 strict_targetcpufreq_policy global() argument
124 efficiencies_availablecpufreq_policy global() argument
131 transition_delay_uscpufreq_policy global() argument
140 dvfs_possible_from_any_cpucpufreq_policy global() argument
143 boost_enabledcpufreq_policy global() argument
146 boost_supportedcpufreq_policy global() argument
221 DEFINE_FREE(put_cpufreq_policy,struct cpufreq_policy *,if (_T)cpufreq_cpu_put (_T)) DEFINE_FREE() argument
[all...]
/linux/rust/kernel/
H A Dcpufreq.rs449 fn as_raw(&self) -> *mut bindings::cpufreq_policy { in as_raw() argument
455 as_ref(&self) -> &bindings::cpufreq_policy as_ref() argument
461 as_mut_ref(&mut self) -> &mut bindings::cpufreq_policy as_mut_ref() argument
1083 exit_callback(ptr: *mut bindings::cpufreq_policy) exit_callback() argument
1158 ready_callback(ptr: *mut bindings::cpufreq_policy) ready_callback() argument
1202 target_callback( ptr: *mut bindings::cpufreq_policy, target_freq: c_uint, relation: c_uint, ) -> c_int target_callback() argument
1221 target_index_callback( ptr: *mut bindings::cpufreq_policy, index: c_uint, ) -> c_int target_index_callback() argument
1244 fast_switch_callback( ptr: *mut bindings::cpufreq_policy, target_freq: c_uint, ) -> c_uint fast_switch_callback() argument
1279 get_intermediate_callback( ptr: *mut bindings::cpufreq_policy, index: c_uint, ) -> c_uint get_intermediate_callback() argument
1300 target_intermediate_callback( ptr: *mut bindings::cpufreq_policy, index: c_uint, ) -> c_int target_intermediate_callback() argument
1334 update_limits_callback(ptr: *mut bindings::cpufreq_policy) update_limits_callback() argument
1366 set_boost_callback( ptr: *mut bindings::cpufreq_policy, state: c_int, ) -> c_int set_boost_callback() argument
1383 register_em_callback(ptr: *mut bindings::cpufreq_policy) register_em_callback() argument
[all...]
/linux/tools/power/cpupower/bindings/python/
H A Draw_pylibcpupower.i