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

/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_cmbat.c284 if (acpi_PkgInt32(res, 0, &sc->bst.state) != 0)
286 if (acpi_PkgInt32(res, 1, &sc->bst.rate) != 0)
288 if (acpi_PkgInt32(res, 2, &sc->bst.cap) != 0)
290 if (acpi_PkgInt32(res, 3, &sc->bst.volt) != 0)
449 if (acpi_PkgInt32(res, i++, &sc->bix.NAME) != 0) \
H A Dacpi_package.c61 acpi_PkgInt32(ACPI_OBJECT *res, int idx, uint32_t *dst) function
H A Dacpi_cpu.c836 if (!ACPI_PKG_VALID(top, 2) || acpi_PkgInt32(top, 0, &count) != 0) {
868 acpi_PkgInt32(pkg, 1, &cx_ptr->type) != 0 ||
869 acpi_PkgInt32(pkg, 2, &cx_ptr->trans_lat) != 0 ||
870 acpi_PkgInt32(pkg, 3, &cx_ptr->power) != 0) {
H A Dacpivar.h475 int acpi_PkgInt32(ACPI_OBJECT *res, int idx, uint32_t *dst);
H A Dacpi_video.c913 if (acpi_PkgInt32(argset->dod_pkg, i, &val) == 0 &&
1000 if (acpi_PkgInt32(res, i, &levels[n]) == 0)
H A Dacpi_perf.c290 acpi_PkgInt32(res, j, p);
H A Dacpi_ec.c408 acpi_PkgInt32(obj, 1, &params->gpe_bit) != 0)
H A Dacpi.c3280 if (acpi_PkgInt32(res, 1, &prw->lowest_wake) != 0)
3318 if (acpi_PkgInt32(res2, 1, &prw->gpe_bit) != 0)
/freebsd-11-stable/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 123 milliseconds