Home
last modified time | relevance | path

Searched refs:HighCapDifference (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/battery/compbatt/
H A Dcompbatt.c686 ULONG LowCapDifference, HighCapDifference, LowDelta, HighDelta; in CompBattSetStatusNotify() local
735 HighCapDifference = BatteryNotify->HighCapacity - DeviceExtension->BatteryStatus.Capacity; in CompBattSetStatusNotify()
798 HighDelta = HighCapDifference / BatteriesCount; in CompBattSetStatusNotify()
805 … HighDelta = COMPUTE_BATT_CAP_DELTA(HighCapDifference, BatteryData, TotalRate); in CompBattSetStatusNotify()