Lines Matching full:acpi
43 #include <contrib/dev/acpica/include/acpi.h>
59 /* Hooks for the ACPI CA debugging infrastructure. */
69 ACPI_SERIAL_DECL(pci_powerstate, "ACPI PCI power methods");
71 /* Be sure that ACPI and PCI power states are equivalent. */
125 MODULE_DEPEND(acpi_pci, acpi, 1, 1, 1);
251 * the ACPI state. This means that when powering down a device, we
252 * first shut it down using PCI, and then using ACPI, which lets ACPI
254 * When powering up a device, we let ACPI set the state first so that
269 device_printf(dev, "set ACPI power state D%d on %s\n",
273 "failed to set ACPI power state D%d on %s: %s\n",
290 * Occasionally a PCI device may show up as an ACPI device
293 * acpi_sysresource device.) In that case, leave ACPI-CA's
294 * device data pointing at the ACPI-enumerated device.
299 devclass_get_device(devclass_find("acpi"), 0),
306 * Update ACPI-CA to use the PCI enumerated device_t for this handle.
347 * acpi_pci_child_added() callback walks the ACPI namespace
348 * under the bridge driver to save ACPI handles to all the
349 * devices that appear in the ACPI namespace as immediate
352 * XXX: Sometimes PCI devices show up in the ACPI namespace that
366 device_set_desc(dev, "ACPI PCI bus");