Searched defs:Hertz (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/kernel/ |
| H A D | clk.rs | 30 pub struct Hertz(pub c_ulong); struct 32 impl Hertz { implementation 229 rate(&self) -> Hertz rate() argument [all...] |
| H A D | opp.rs | 231 pub fn new(freq: Hertz, volt: MicroVolt, level: u32, turbo: bool) -> Self { in new() 251 fn freq(&self) -> Hertz { in freq() 748 pub fn suspend_freq(&self) -> Hertz { in suspend_freq() 801 freq: Hertz, in adjust_voltage() 845 freq: Hertz, in opp_from_freq() 1098 pub fn freq(&self, index: Option<u32>) -> Hertz { in freq()
|
| H A D | cpufreq.rs | 251 pub fn freq(&self, index: TableIndex) -> Result<Hertz> { in freq() 365 pub fn add(&mut self, freq: Hertz, flags: u32, driver_data: u32) -> Result { in add() 476 pub fn min(&self) -> Hertz { in min() 489 pub fn max(&self) -> Hertz { in max() 502 pub fn cur(&self) -> Hertz { in cur() 508 pub fn suspend_freq(&self) -> Hertz { in suspend_freq()
|