Home
last modified time | relevance | path

Searched refs:btech (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/acpica/
H A Dacpiio.h60 uint32_t btech; /* Battery Technology */ member
83 uint32_t btech; /* Battery Technology */ member
122 uint32_t btech; /* Battery Technology */
H A Dacpi_smbat.c458 sc->bix.btech = 1; /* secondary (rechargeable) */ in acpi_smbat_get_bix()
H A Dacpi_cmbat.c463 BIX_GETU32(btech); in acpi_cmbat_get_bix()
/freebsd/usr.sbin/acpi/acpiconf/
H A Dacpiconf.c112 printf("Technology:\t\t%s\n", battio.bix.btech == 0 ? in acpi_battinfo()