Searched defs:charging (Results 1 - 4 of 4) sorted by relevance

/drivers/macintosh/
H A Dapm_emu.c35 char charging = 0; local
64 charging++;
78 if (charging > 0) {
/drivers/power/
H A Dcharger-manager.c102 * actually charging or not.
156 bool charging = false; local
163 /* If at least one of the charger is charging, return yes */
200 /* Then, this is charging. */
201 charging = true;
205 return charging;
237 * the charger is charging or not (because battery is full or no external
257 * Abnormal battery state - Stop charging forcibly,
351 /* It has been stopped or charging already */
475 /* Do not adjust SOC when charging
[all...]
H A Dab8500_fg.c130 bool charging; member in struct:ab8500_fg_flags
984 * ab8500_fg_calc_cap_charging() - Calculate remaining capacity while charging
1015 /* We need to update battery voltage and inst current when charging */
1146 * unless we're charging or if we're in init
1148 if (!(!di->flags.charging && di->bat_cap.level >
1209 } else if (!(!di->flags.charging &&
1214 * unless we're charging or if we're in init
1270 * ab8500_fg_algorithm_charging() - FG algorithm for when charging
1273 * Battery capacity calculation state machine for when we're charging
1607 if (di->flags.charging)
[all...]
/drivers/mfd/
H A Dtps65010.c53 * voltage regulators, lithium ion/polymer battery charging, GPIOs, LEDs,
78 unsigned charging:1; member in struct:tps65010
110 ? " (charging)" : ""),
219 seq_printf(s, "%scharging\n\n", tps->charging ? "" : "(not) ");
222 /* registers for monitoring battery charging and status; note
365 unsigned charging = 0; local
383 charging = 1;
385 charging = 1;
387 if (charging != tps->charging) {
[all...]

Completed in 350 milliseconds