Lines Matching full:coulomb
85 * @init_clbcnt: the initial coulomb counter
93 * @calib_resist: the real resistance of coulomb counter chip in uOhm
281 * When system boots on, we can not read battery capacity from coulomb
282 * registers, since now the coulomb registers are invalid. So we should
427 /* Get current coulomb counters firstly */
435 * Convert coulomb counter to delta capacity (mAh), and set multiplier
782 dev_err(data->dev, "failed to get init coulomb counter\n");
952 * Convert current capacity (mAh) to coulomb counter according to the
953 * formula: 1 mAh =3.6 coulomb.
1085 * Set the coulomb counter delta threshold, that means when the coulomb
1096 dev_err(data->dev, "failed to set low delta coulomb counter\n");
1104 dev_err(data->dev, "failed to set high delta coulomb counter\n");
1110 * initialize the coulomb counter. After that, we can read the coulomb
1120 * Convert battery capacity to the corresponding initial coulomb counter
1121 * and set into coulomb counter registers.
1126 dev_err(data->dev, "failed to initialize coulomb counter\n");
1306 * coulomb counter threshold interrupt to notify events to adjust the
1316 "failed to enable coulomb threshold int\n");