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
50 pub struct Disabled; struct
56 impl RegulatorState for Disabled { implementation
62 impl IsEnabled for Disabled {} implementation
301 pub fn try_into_enabled(self) -> Result<Regulator<Enabled>, Error<Disabled>> { in try_into_enabled()
330 pub fn try_into_disabled(self) -> Result<Regulator<Disabled>, Error<Enabled>> { in try_into_disabled()