Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/power/supply/
H A Dug3105_battery.c13 * 1. Activate commented out total_coulomb_count code
14 * 2. Reset total_coulomb_count val to 0 when the battery is as good as empty
16 * 3. When the battery is full check if the flag that we set total_coulomb_count
23 * and then use total_coulomb_count to report energy_now over time, resetting
32 * in a total_coulomb_count increase of 3277 units with a 5 milli-ohm sense R.
85 int total_coulomb_count; member
220 * chip->total_coulomb_count += (s16)val; in ug3105_work()
222 * (s16)val, chip->total_coulomb_count); in ug3105_work()
375 chip->total_coulomb_count = 0; in ug3105_init()

Completed in 2 milliseconds