Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_perf.c194 error = acpi_PkgGas(dev, pkg, 0, &type, &rid, &res, 0); in acpi_perf_probe()
329 error = acpi_PkgGas(sc->dev, pkg, 0, &sc->perf_ctrl_type, &sc->px_rid, in acpi_perf_evaluate()
345 error = acpi_PkgGas(sc->dev, pkg, 1, &sc->perf_sts_type, &sc->px_rid, in acpi_perf_evaluate()
H A Dacpi_package.c116 acpi_PkgGas(device_t dev, ACPI_OBJECT *res, int idx, int *type, int *rid, in acpi_PkgGas() function
H A Dacpivar.h565 int acpi_PkgGas(device_t dev, ACPI_OBJECT *res, int idx, int *type,
H A Dacpi_cpu.c926 acpi_PkgGas(sc->cpu_dev, pkg, 0, &cx_ptr->res_type, in acpi_cpu_cx_cst()