Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_throttle.c278 acpi_bus_alloc_gas(sc->cpu_dev, &sc->cpu_p_type, &thr_rid, in acpi_throttle_evaluate()
298 acpi_bus_alloc_gas(sc->cpu_dev, &sc->cpu_p_type, &thr_rid, in acpi_throttle_evaluate()
H A Dacpi_package.c129 return (acpi_bus_alloc_gas(dev, type, rid, &gas, dst, flags)); in acpi_PkgGas()
H A Dacpi_apei.c703 acpi_bus_alloc_gas(dev, &ge->res_type, &ge->res_rid, in apei_attach()
713 acpi_bus_alloc_gas(dev, &ge->res2_type, &ge->res2_rid, in apei_attach()
H A Dacpi_cpu.c733 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid, in acpi_cpu_generic_cx_probe()
750 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid, in acpi_cpu_generic_cx_probe()
H A Dacpivar.h423 int acpi_bus_alloc_gas(device_t dev, int *type, int *rid,
H A Dacpi.c1715 acpi_bus_alloc_gas(device_t dev, int *type, int *rid, ACPI_GENERIC_ADDRESS *gas, in acpi_bus_alloc_gas() function
/freebsd/sys/dev/wdatwd/
H A Dwdatwd.c615 if (acpi_bus_alloc_gas(dev, &type, &rid, in wdatwd_probe()