Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Drcpufreq_dt.rs134 let freq_table = opp_table.cpufreq_table()?; in init()
/linux/rust/kernel/
H A Dopp.rs823 pub fn cpufreq_table(&mut self) -> Result<FreqTable> { in cpufreq_table() method