Home
last modified time | relevance | path

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

/drivers/acpi/
Ddevice_pm.c687 static int acpi_device_wakeup(struct acpi_device *adev, u32 target_state, in acpi_device_wakeup() function
690 struct acpi_device_wakeup *wakeup = &adev->wakeup; in acpi_device_wakeup()
738 return acpi_device_wakeup(adev, ACPI_STATE_S0, enable); in acpi_pm_device_run_wake()
762 error = acpi_device_wakeup(adev, acpi_target_system_state(), enable); in acpi_pm_device_sleep_wake()
819 error = acpi_device_wakeup(adev, ACPI_STATE_S0, remote_wakeup); in acpi_dev_runtime_suspend()
825 acpi_device_wakeup(adev, ACPI_STATE_S0, false); in acpi_dev_runtime_suspend()
848 acpi_device_wakeup(adev, ACPI_STATE_S0, false); in acpi_dev_runtime_resume()
903 error = acpi_device_wakeup(adev, target_state, wakeup); in acpi_dev_suspend_late()
909 acpi_device_wakeup(adev, ACPI_STATE_UNKNOWN, false); in acpi_dev_suspend_late()
932 acpi_device_wakeup(adev, ACPI_STATE_UNKNOWN, false); in acpi_dev_resume_early()
[all …]
Dscan.c766 struct acpi_device_wakeup *wakeup) in acpi_bus_extract_wakeup_device_power_package()
855 struct acpi_device_wakeup *wakeup = &device->wakeup; in acpi_wakeup_gpe_init()