Home | History | Annotate | Download | only in audio

Lines Matching refs:battchg_last

161 static int battchg_last = -1;	/* "battery.charge_level.last_full" */
1323 if (value == &battchg_last)
1333 if ((battchg_design > 0 || battchg_last > 0) && battchg_cur >= 0) {
1336 if (battchg_last > 0)
1337 max = battchg_last;
1401 hal_get_integer(path, name, &battchg_last);
1649 hal_get_integer(path, "battery.charge_level.last_full", &battchg_last);