Home
last modified time | relevance | path

Searched refs:acpi_DeviceIsPresent (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/acpica/
H A Dacpivar.h364 BOOLEAN acpi_DeviceIsPresent(device_t dev);
H A Dacpi_pcib_acpi.c386 if (!acpi_DeviceIsPresent(dev)) in acpi_pcib_acpi_attach()
H A Dacpi.c2371 if (type == ACPI_TYPE_DEVICE && !acpi_DeviceIsPresent(child)) { in acpi_probe_child()
2510 acpi_DeviceIsPresent(device_t dev) in acpi_DeviceIsPresent() function