Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dregulator.rs239 pub struct Regulator<State> struct
247 impl<T: RegulatorState> Regulator<T> { impl
297 impl Regulator<Disabled> { impl
322 impl Regulator<Enabled> { implementation
351 impl<T: IsEnabled> Regulator<T> { impl
359 impl<T: RegulatorState> Drop for Regulator<T> { implementation
375 unsafe impl<T: RegulatorState> Send for Regulator<T> {} implementation
379 unsafe impl<T: RegulatorState> Sync for Regulator<T> {} implementation