Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/vm_control/src/
H A Dlib.rs1436 pub struct BatControl { struct
1437 pub type_: BatteryType,
1438 pub control_tube: Tube,
1834 bat_control: &mut Option<BatControl>, in execute()
/aosp_15_r20/external/crosvm/x86_64/src/
H A Dlib.rs1964 ) -> Result<(acpi::AcpiDevResource, Option<BatControl>)> { in setup_acpi_devices()