Searched refs:fullbatt_soc (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/power/supply/
H A Dcharger-manager.c322 /* Full, if the capacity is more than fullbatt_soc */
323 if (desc->fullbatt_soc > 0) {
328 if (!ret && val.intval >= desc->fullbatt_soc) {
1304 of_property_read_u32(np, "cm-fullbatt-soc", &desc->fullbatt_soc);
1465 if (desc->fullbatt_soc == 0) {
/linux-master/include/linux/power/
H A Dcharger-manager.h135 * @fullbatt_soc: state of Charge in %
136 * If state of Charge >= fullbatt_soc, it is assumed to be full.
171 unsigned int fullbatt_soc; member in struct:charger_desc

Completed in 140 milliseconds