Home
last modified time | relevance | path

Searched refs:set_regulator_names (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/cpufreq/
H A Drcpufreq_dt.rs74 .set_regulator_names(names)? in init()
/linux/rust/kernel/
H A Dopp.rs404 pub fn set_regulator_names(mut self, names: KVec<CString>) -> Result<Self> { in set_regulator_names() method