Searched refs:charge_full (Results 1 – 2 of 2) sorted by relevance
104 test_sysfs_prop_optional charge_full "uAh"
147 int ret, charge_full, charge_now; in max17042_get_status() local171 ret = regmap_read(chip->regmap, MAX17042_FullCAP, &charge_full); in max17042_get_status()179 if ((charge_full - charge_now) <= MAX17042_FULL_THRESHOLD) { in max17042_get_status()