Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/cpu/
H A Dxen_acpi_cpu.c485 ACPI_OBJECT_TYPE type = acpi_get_type(dev); in xen_acpi_cpu_probe()
542 if (acpi_get_type(dev) == ACPI_TYPE_PROCESSOR) { in xen_acpi_cpu_attach()
559 KASSERT(acpi_get_type(dev) == ACPI_TYPE_DEVICE, in xen_acpi_cpu_attach()
/freebsd/sys/dev/acpica/
H A Dacpi_cpu.c244 type = acpi_get_type(dev); in acpi_cpu_probe()
342 if (acpi_get_type(dev) == ACPI_TYPE_PROCESSOR) { in acpi_cpu_attach()
357 KASSERT(acpi_get_type(dev) == ACPI_TYPE_DEVICE, in acpi_cpu_attach()
H A Dacpi_throttle.c142 acpi_get_type(parent) != ACPI_TYPE_PROCESSOR) in acpi_throttle_identify()
H A Dacpivar.h307 acpi_get_type(device_t dev) in acpi_get_type() function
H A Dacpi_spmc.c413 if (acpi_get_type(dev) != ACPI_TYPE_DEVICE || acpi_disabled("spmc")) in acpi_spmc_probe()
H A Dacpi_thermal.c190 if (acpi_get_type(dev) == ACPI_TYPE_THERMAL && !acpi_disabled("thermal")) { in acpi_tz_probe()
H A Dacpi.c1927 t = acpi_get_type(dev); in acpi_device_id_probe()