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> global() struct
247 impl<T: RegulatorState> Regulator<T> { global() implementation
297 impl Regulator<Disabled> { global() implementation
322 impl Regulator<Enabled> { global() implementation
351 impl<T: IsEnabled> Regulator<T> { global() implementation
359 impl<T: RegulatorState> Drop for Regulator<T> { global() implementation
375 unsafe impl<T: RegulatorState> Send for Regulator<T> {} global() implementation
379 unsafe impl<T: RegulatorState> Sync for Regulator<T> {} global() implementation
[all...]