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 in acpi_pci_set_powerstate_method()
252 * first shut it down using PCI, and then using ACPI, which lets ACPI in acpi_pci_set_powerstate_method()
254 * When powering up a device, we let ACPI set the state first so that in acpi_pci_set_powerstate_method()
269 device_printf(dev, "set ACPI power state D%d on %s\n", in acpi_pci_set_powerstate_method()
273 "failed to set ACPI power state D%d on %s: %s\n", in acpi_pci_set_powerstate_method()
290 * Occasionally a PCI device may show up as an ACPI device in acpi_pci_update_device()
293 * acpi_sysresource device.) In that case, leave ACPI-CA's in acpi_pci_update_device()
294 * device data pointing at the ACPI-enumerated device. in acpi_pci_update_device()
299 devclass_get_device(devclass_find("acpi"), 0), in acpi_pci_update_device()
306 * Update ACPI-CA to use the PCI enumerated device_t for this handle. in acpi_pci_update_device()
347 * acpi_pci_child_added() callback walks the ACPI namespace in acpi_pci_child_added()
348 * under the bridge driver to save ACPI handles to all the in acpi_pci_child_added()
349 * devices that appear in the ACPI namespace as immediate in acpi_pci_child_added()
352 * XXX: Sometimes PCI devices show up in the ACPI namespace that in acpi_pci_child_added()
366 device_set_desc(dev, "ACPI PCI bus"); in acpi_pci_probe()