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

/linux-master/drivers/power/supply/
H A Drk817_charger.c70 * remaining state of charge (rsoc). This value will be used for both
209 int ret, rsoc; local
222 * the BSP kernel for the rsoc value.
224 rsoc = (charger->soc * charger->fcc_mah) / 100000;
225 put_unaligned_le24(rsoc, bulk_reg);

Completed in 125 milliseconds