Searched defs:acpi_bif (Results 1 – 2 of 2) sorted by relevance
54 struct acpi_bif { struct55 uint32_t units; /* Units (mW or mA). */58 uint32_t dcap; /* Design Capacity */59 uint32_t lfcap; /* Last Full capacity */60 uint32_t btech; /* Battery Technology */61 uint32_t dvol; /* Design voltage (mV) */62 uint32_t wcap; /* WARN capacity */63 uint32_t lcap; /* Low capacity */64 uint32_t gra1; /* Granularity 1 (Warn to Low) */65 uint32_t gra2; /* Granularity 2 (Full to Warn) */[all …]
55 struct acpi_bif; struct212 struct acpi_bif *bif; struct