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 pub fn rate(&self) -> Hertz { in rate()
|
H A D | opp.rs | 230 pub fn new(freq: Hertz, volt: MicroVolt, level: u32, turbo: bool) -> Self { in new() 250 fn freq(&self) -> Hertz { in freq() 749 pub fn suspend_freq(&self) -> Hertz { in suspend_freq() 802 freq: Hertz, in adjust_voltage() 846 freq: Hertz, in opp_from_freq() 1099 pub fn freq(&self, index: Option<u32>) -> Hertz { in freq()
|
H A D | cpufreq.rs | 252 pub fn freq(&self, index: TableIndex) -> Result<Hertz> { in freq() 366 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()
|