Lines Matching refs:reporting_lastfull
284 int reporting_lastfull;
343 reporting_lastfull = libhal_device_get_property_int(ctx, udi,
364 reporting_lastfull = (reporting_lastfull * present_voltage) /
371 if (reporting_current > reporting_lastfull) {
372 reporting_current = reporting_lastfull;
389 "battery.charge_level.last_full", reporting_lastfull);
394 reporting_current, reporting_lastfull);
396 reporting_current, reporting_lastfull, discharging, charging, 0);
404 reporting_rate, reporting_current, reporting_lastfull,