Searched refs:acpi_PkgInt32 (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/sys/dev/acpica/
H A Dacpi_cmbat.c273 if (acpi_PkgInt32(res, 0, &sc->bst.state) != 0)
275 if (acpi_PkgInt32(res, 1, &sc->bst.rate) != 0)
277 if (acpi_PkgInt32(res, 2, &sc->bst.cap) != 0)
279 if (acpi_PkgInt32(res, 3, &sc->bst.volt) != 0)
346 if (acpi_PkgInt32(res, 0, &sc->bif.units) != 0)
348 if (acpi_PkgInt32(res, 1, &sc->bif.dcap) != 0)
350 if (acpi_PkgInt32(res, 2, &sc->bif.lfcap) != 0)
352 if (acpi_PkgInt32(res, 3, &sc->bif.btech) != 0)
354 if (acpi_PkgInt32(res, 4, &sc->bif.dvol) != 0)
356 if (acpi_PkgInt32(re
[all...]
H A Dacpi_package.c61 acpi_PkgInt32(ACPI_OBJECT *res, int idx, uint32_t *dst) function
H A Dacpi_cpu.c746 if (!ACPI_PKG_VALID(top, 2) || acpi_PkgInt32(top, 0, &count) != 0) {
779 acpi_PkgInt32(pkg, 1, &cx_ptr->type) != 0 ||
780 acpi_PkgInt32(pkg, 2, &cx_ptr->trans_lat) != 0 ||
781 acpi_PkgInt32(pkg, 3, &cx_ptr->power) != 0) {
H A Dacpivar.h466 int acpi_PkgInt32(ACPI_OBJECT *res, int idx, uint32_t *dst);
H A Dacpi_video.c908 if (acpi_PkgInt32(argset->dod_pkg, i, &val) == 0 &&
995 if (acpi_PkgInt32(res, i, &levels[n]) == 0)
H A Dacpi_perf.c292 acpi_PkgInt32(res, j, p);
H A Dacpi_ec.c411 acpi_PkgInt32(obj, 1, &params->gpe_bit) != 0)
H A Dacpi.c3149 if (acpi_PkgInt32(res, 1, &prw->lowest_wake) != 0)
3187 if (acpi_PkgInt32(res2, 1, &prw->gpe_bit) != 0)
/freebsd-10.3-release/sys/dev/acpi_support/
H A Dacpi_toshiba.c443 acpi_PkgInt32(res, HCI_REG_AX, &ret);
446 acpi_PkgInt32(res, HCI_REG_CX, arg);

Completed in 167 milliseconds