Home
last modified time | relevance | path

Searched defs:Hertz (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/
H A Dclk.rs30 pub struct Hertz(pub c_ulong); struct
32 impl Hertz { implementation
229 pub fn rate(&self) -> Hertz { in rate()
H A Dopp.rs230 new(freq: Hertz, volt: MicroVolt, level: u32, turbo: bool) -> Self new() argument
250 freq(&self) -> Hertz freq() argument
749 suspend_freq(&self) -> Hertz suspend_freq() argument
802 adjust_voltage( &self, freq: Hertz, volt: MicroVolt, volt_min: MicroVolt, volt_max: MicroVolt, ) -> Result adjust_voltage() argument
846 opp_from_freq( &self, freq: Hertz, available: Option<bool>, index: Option<u32>, stype: SearchType, ) -> Result<ARef<OPP>> opp_from_freq() argument
1099 freq(&self, index: Option<u32>) -> Hertz freq() argument
[all...]
H A Dcpufreq.rs251 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()
475 pub fn min(&self) -> Hertz { in min()
488 pub fn max(&self) -> Hertz { in max()
501 pub fn cur(&self) -> Hertz { in cur()
507 pub fn suspend_freq(&self) -> Hertz { in suspend_freq()