fullbatt_soc      310 drivers/power/supply/charger-manager.c 	if (desc->fullbatt_soc > 0) {
fullbatt_soc      315 drivers/power/supply/charger-manager.c 		if (!ret && val.intval >= desc->fullbatt_soc) {
fullbatt_soc     1499 drivers/power/supply/charger-manager.c 	of_property_read_u32(np, "cm-fullbatt-soc", &desc->fullbatt_soc);
fullbatt_soc     1660 drivers/power/supply/charger-manager.c 	if (desc->fullbatt_soc == 0) {
fullbatt_soc      178 include/linux/power/charger-manager.h 	unsigned int fullbatt_soc;