Searched refs:acpi_bus_alloc_gas (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/acpica/ |
H A D | acpi_throttle.c | 278 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 D | acpi_package.c | 129 return (acpi_bus_alloc_gas(dev, type, rid, &gas, dst, flags)); in acpi_PkgGas()
|
H A D | acpi_apei.c | 703 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 D | acpi_cpu.c | 733 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 D | acpivar.h | 423 int acpi_bus_alloc_gas(device_t dev, int *type, int *rid,
|
H A D | acpi.c | 1715 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 D | wdatwd.c | 615 if (acpi_bus_alloc_gas(dev, &type, &rid, in wdatwd_probe()
|