Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/metrics/sql/android/
Dpower_profile_data.sql17 CREATE TABLE power_profile( table
/external/coreboot/src/mainboard/starlabs/lite/
Ddevtree.c14 const unsigned int power_profile = get_uint_option("power_profile", fallback); in get_power_profile() local
/external/coreboot/src/mainboard/starlabs/starbook/
Dmainboard.c10 const unsigned int power_profile = get_uint_option("power_profile", fallback); in get_power_profile() local
/external/rust/android-crates-io/crates/acpi/src/platform/
Dmod.rs93 pub power_profile: PowerProfile, field
123 let power_profile = fadt.power_profile(); in new_in() localVariable
/external/rust/android-crates-io/crates/acpi/src/
Dfadt.rs156 pub fn power_profile(&self) -> PowerProfile { in power_profile() method