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