Home
last modified time | relevance | path

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

/drivers/power/
D88pm860x_battery.c369 static int calc_soc(struct pm860x_battery_info *info, int state, int *soc) in calc_soc() function
502 calc_soc(info, OCV_MODE_ACTIVE, &soc); in pm860x_init_battery()
731 calc_soc(info, OCV_MODE_ACTIVE, &info->start_soc); in calc_capacity()
751 ret = calc_soc(info, OCV_MODE_ACTIVE, &cap_ocv); in calc_capacity()