Home
last modified time | relevance | path

Searched refs:ap_batt_time (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dapm_bios.h228 int ap_batt_time; /* Remaining battery time in seconds (0) */ member
/f-stack/freebsd/x86/acpica/
H A Dacpi_apm.c193 app->ap_batt_time = (batt.min == -1) ? -1 : batt.min * 60; in acpi_capm_get_pwstatus()