Lines Matching full:gauge
3 * Fuel gauge driver for CellWise 2017
59 /* reset gauge of no valid state of charge could be polled for 40s */
61 /* reset gauge if state of charge stuck for half an hour during charging */
160 /* wait for gauge to reset */ in cw_update_profile()
163 /* wait for gauge to become ready */ in cw_update_profile()
169 "Gauge did not become ready after profile upload\n"); in cw_update_profile()
243 "Too many invalid SoC reports, resetting gauge\n"); in cw_get_soc()
250 /* Reset gauge if stuck while charging */ in cw_get_soc()
258 "SoC stuck @%u%%, resetting gauge\n", soc); in cw_get_soc()
319 dev_err(cw_bat->dev, "Failed to get SoC from gauge: %d\n", soc); in cw_update_soc()
332 dev_err(cw_bat->dev, "Failed to get voltage from gauge: %d\n", in cw_update_voltage()