Home
last modified time | relevance | path

Searched refs:set_dvfs_possible_from_any_cpu (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/cpufreq/
H A Drcpufreq_dt.rs130 .set_dvfs_possible_from_any_cpu(true) in init()
/linux/rust/kernel/
H A Dcpufreq.rs564 pub fn set_dvfs_possible_from_any_cpu(&mut self, val: bool) -> &mut Self { in set_dvfs_possible_from_any_cpu() method