Home
last modified time | relevance | path

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

/external/crosvm/vm_control/src/
Dlib.rs787 pub struct BatControl { struct
788 pub type_: BatteryType,
789 pub control_tube: Tube,
984 bat_control: &mut Option<BatControl>, in execute()
/external/crosvm/x86_64/src/
Dlib.rs1055 ) -> Result<(acpi::ACPIDevResource, Option<BatControl>)> { in setup_acpi_devices()