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() argument 251 fn freq(&self) -> Hertz { in freq() argument 748 suspend_freq(&self) -> Hertz suspend_freq() argument 801 adjust_voltage( &self, freq: Hertz, volt: MicroVolt, volt_min: MicroVolt, volt_max: MicroVolt, ) -> Result adjust_voltage() argument 845 opp_from_freq( &self, freq: Hertz, available: Option<bool>, index: Option<u32>, stype: SearchType, ) -> Result<ARef<OPP>> opp_from_freq() argument 1098 freq(&self, index: Option<u32>) -> Hertz freq() argument [all...] |
| H A D | cpufreq.rs | 251 pub fn freq(&self, index: TableIndex) -> Result<Hertz> { in freq() argument 365 add(&mut self, freq: Hertz, flags: u32, driver_data: u32) -> Result add() argument 476 min(&self) -> Hertz min() argument 489 max(&self) -> Hertz max() argument 502 cur(&self) -> Hertz cur() argument 508 suspend_freq(&self) -> Hertz suspend_freq() argument [all...] |