full_active_uAh   105 drivers/power/supply/ds2760_battery.c 	int full_active_uAh;		/* units of µAh */
full_active_uAh   327 drivers/power/supply/ds2760_battery.c 	di->full_active_uAh = di->raw[DS2760_ACTIVE_FULL] << 8 |
full_active_uAh   333 drivers/power/supply/ds2760_battery.c 	if (di->full_active_uAh == 0)
full_active_uAh   334 drivers/power/supply/ds2760_battery.c 		di->full_active_uAh = di->rated_capacity / 1000L;
full_active_uAh   336 drivers/power/supply/ds2760_battery.c 	scale[0] = di->full_active_uAh;
full_active_uAh   340 drivers/power/supply/ds2760_battery.c 	di->full_active_uAh = battery_interpolate(scale, di->temp_C / 10);
full_active_uAh   341 drivers/power/supply/ds2760_battery.c 	di->full_active_uAh *= 1000; /* convert to µAh */
full_active_uAh   351 drivers/power/supply/ds2760_battery.c 	if (di->full_active_uAh == di->empty_uAh)
full_active_uAh   357 drivers/power/supply/ds2760_battery.c 				    (di->full_active_uAh - di->empty_uAh);
full_active_uAh   422 drivers/power/supply/ds2760_battery.c 						di->full_active_uAh);
full_active_uAh   571 drivers/power/supply/ds2760_battery.c 		val->intval = di->full_active_uAh;