Home
last modified time | relevance | path

Searched defs:get_voltage (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Dregulator.rs267 pub fn get_voltage(&self) -> Result<Voltage> { get_voltage() method
/linux/drivers/thermal/
H A Ddevfreq_cooling.c148 static unsigned long get_voltage(struct devfreq *df, unsigned long freq) in get_voltage() function