Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_cmbat.c282 if (acpi_PkgInt32(res, 0, &sc->bst.state) != 0) in acpi_cmbat_get_bst()
284 if (acpi_PkgInt32(res, 1, &sc->bst.rate) != 0) in acpi_cmbat_get_bst()
286 if (acpi_PkgInt32(res, 2, &sc->bst.cap) != 0) in acpi_cmbat_get_bst()
288 if (acpi_PkgInt32(res, 3, &sc->bst.volt) != 0) in acpi_cmbat_get_bst()
456 if (acpi_PkgInt32(res, i++, &sc->bix.NAME) != 0) \ in acpi_cmbat_get_bix()
H A Dacpi_package.c58 acpi_PkgInt32(ACPI_OBJECT *res, int idx, uint32_t *dst) in acpi_PkgInt32() function
H A Dacpi_cpu.c814 if (!ACPI_PKG_VALID(top, 2) || acpi_PkgInt32(top, 0, &count) != 0) { in acpi_cpu_cx_cst()
846 acpi_PkgInt32(pkg, 1, &cx_ptr->type) != 0 || in acpi_cpu_cx_cst()
847 acpi_PkgInt32(pkg, 2, &cx_ptr->trans_lat) != 0 || in acpi_cpu_cx_cst()
848 acpi_PkgInt32(pkg, 3, &cx_ptr->power) != 0) { in acpi_cpu_cx_cst()
H A Dacpi_video.c1028 if (acpi_PkgInt32(argset->dod_pkg, i, &val) == 0 && in vid_enum_outputs_subr()
1115 if (acpi_PkgInt32(res, i, &levels[n]) == 0) in vo_get_brightness_levels()
H A Dacpi_perf.c288 acpi_PkgInt32(res, j, p); in acpi_perf_evaluate()
H A Dacpivar.h562 int acpi_PkgInt32(ACPI_OBJECT *res, int idx, uint32_t *dst);
H A Dacpi.c3785 if (acpi_PkgInt32(res, 1, &prw->lowest_wake) != 0) in acpi_parse_prw()
3823 if (acpi_PkgInt32(res2, 1, &prw->gpe_bit) != 0) in acpi_parse_prw()
/freebsd/sys/dev/xen/cpu/
H A Dxen_acpi_cpu.c276 if (!ACPI_PKG_VALID(top, 2) || acpi_PkgInt32(top, 0, &count) != 0) { in acpi_fetch_cx()
300 acpi_PkgInt32(pkg, 1, &type) != 0 || in acpi_fetch_cx()
301 acpi_PkgInt32(pkg, 2, &cx_ptr->latency) != 0 || in acpi_fetch_cx()
302 acpi_PkgInt32(pkg, 3, &cx_ptr->power) != 0 || in acpi_fetch_cx()
/freebsd/sys/dev/acpi_support/
H A Dacpi_toshiba.c438 acpi_PkgInt32(res, HCI_REG_AX, &ret); in hci_call()
441 acpi_PkgInt32(res, HCI_REG_CX, arg); in hci_call()