Home
last modified time | relevance | path

Searched refs:acpi_dev (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/x86/xen/
H A Dxen_nexus.c69 device_t acpi_dev = NULL; in nexus_xen_attach() local
80 acpi_dev = BUS_ADD_CHILD(dev, 10, "acpi", 0); in nexus_xen_attach()
81 if (acpi_dev == NULL) in nexus_xen_attach()
87 acpi_install_wakeup_handler(device_get_softc(acpi_dev)); in nexus_xen_attach()
/f-stack/freebsd/x86/acpica/
H A Dacpi_wakeup.c242 device_printf(sc->acpi_dev, "Failed to suspend APs\n"); in acpi_sleep_machdep()
290 device_printf(sc->acpi_dev, in acpi_sleep_machdep()
492 device_printf(sc->acpi_dev, "wakeup code va %#jx pa %#jx\n", in acpi_install_wakeup_handler()