Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dregulator.rs32 impl Sealed for super::Disabled {} implementation
51 pub struct Disabled; global() struct
64 impl RegulatorState for Disabled { global() implementation
74 impl IsEnabled for Disabled {} global() implementation
310 try_into_enabled(self) -> Result<Regulator<Enabled>, Error<Disabled>> try_into_enabled() argument
339 try_into_disabled(self) -> Result<Regulator<Disabled>, Error<Enabled>> try_into_disabled() argument
[all...]