Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/acpica/
Dacpi_throttle.c281 acpi_bus_alloc_gas(sc->cpu_dev, &sc->cpu_p_type, &thr_rid, in acpi_throttle_evaluate()
301 acpi_bus_alloc_gas(sc->cpu_dev, &sc->cpu_p_type, &thr_rid, in acpi_throttle_evaluate()
Dacpi_package.c120 return (acpi_bus_alloc_gas(dev, type, rid, &gas, dst, flags)); in acpi_PkgGas()
Dacpi_cpu.c678 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid, in acpi_cpu_generic_cx_probe()
696 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid, in acpi_cpu_generic_cx_probe()
Dacpivar.h351 int acpi_bus_alloc_gas(device_t dev, int *type, int *rid,
Dacpi.c1475 acpi_bus_alloc_gas(device_t dev, int *type, int *rid, ACPI_GENERIC_ADDRESS *gas, in acpi_bus_alloc_gas() function