Home | History | Annotate | Download | only in audio

Lines Matching refs:battchg_last

202 static int battchg_last = -1;	/* "battery.charge_level.last_full" */
1427 if (value == &battchg_last)
1437 if ((battchg_design > 0 || battchg_last > 0) && battchg_cur >= 0) {
1440 if (battchg_last > 0)
1441 max = battchg_last;
1505 hal_get_integer(path, name, &battchg_last);
1774 hal_get_integer(path, "battery.charge_level.last_full", &battchg_last);