Home
last modified time | relevance | path

Searched refs:acpi_bus_alloc_gas (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/acpica/
H A Dacpi_package.c116 return (acpi_bus_alloc_gas(dev, type, rid, &gas, dst, flags)); in acpi_PkgGas()
H A Dacpi_cpu_cstate.c419 acpi_bus_alloc_gas(sc->cst_dev, &cx_ptr->res_type, &cx_ptr->rid, in acpi_cst_cx_probe_fadt()
447 acpi_bus_alloc_gas(sc->cst_dev, &cx_ptr->res_type, &cx_ptr->rid, in acpi_cst_cx_probe_fadt()
593 acpi_bus_alloc_gas(sc->cst_dev, &cx_ptr->res_type, &cx_ptr->rid, in acpi_cst_cx_probe_cst()
H A Dacpivar.h365 int acpi_bus_alloc_gas(device_t dev, int *type, int *rid,
H A Dacpi_cpu_pstate.c1485 acpi_bus_alloc_gas(dev, &type, &res->pr_rid, &res->pr_gas, &res->pr_res, 0); in acpi_pst_alloc_resource()
H A Dacpi.c1219 acpi_bus_alloc_gas(device_t dev, int *type, int *rid, ACPI_GENERIC_ADDRESS *gas, in acpi_bus_alloc_gas() function