max_vbatt         254 drivers/power/supply/lp8788-charger.c 	unsigned int max_vbatt;
max_vbatt         263 drivers/power/supply/lp8788-charger.c 	max_vbatt = pdata->max_vbatt_mv;
max_vbatt         264 drivers/power/supply/lp8788-charger.c 	if (max_vbatt == 0)
max_vbatt         280 drivers/power/supply/lp8788-charger.c 		val->intval = (vbatt * LP8788_MAX_BATT_CAPACITY) / max_vbatt;