Searched refs:full_capacity (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/platform/surface/
H A Dsurface3_power.c58 s32 full_capacity; member in struct:mshw0011_data
343 if (bix.last_full_charg_capacity != cdata->full_capacity)
347 cdata->full_capacity = bix.last_full_charg_capacity;
/linux-master/drivers/acpi/
H A Dbattery.c204 int full_capacity = ACPI_BATTERY_VALUE_UNKNOWN, ret = 0; local
274 full_capacity = battery->full_charge_capacity;
276 full_capacity = battery->design_capacity;
279 full_capacity == ACPI_BATTERY_VALUE_UNKNOWN)
283 full_capacity;
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h6332 * @full_capacity: Capacity (mAh, might change occasionally)
6341 int16_t full_capacity; member in struct:ec_response_battery_dynamic_info

Completed in 154 milliseconds