Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dregulator.rs243 pub struct Regulator<State = Dynamic> global() struct
251 impl<T: RegulatorState> Regulator<T> { global() implementation
303 impl Regulator<Disabled> { global() implementation
328 impl Regulator<Enabled> { global() implementation
357 impl Regulator<Dynamic> { global() implementation
379 impl<T: IsEnabled> Regulator<T> { global() implementation
387 impl<T: RegulatorState> Drop for Regulator<T> { global() implementation
[all...]