Searched refs:acpi_device_wakeup (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/acpi/ |
D | device_pm.c | 685 static int acpi_device_wakeup(struct acpi_device *adev, u32 target_state, in acpi_device_wakeup() function 688 struct acpi_device_wakeup *wakeup = &adev->wakeup; in acpi_device_wakeup() 736 return acpi_device_wakeup(adev, ACPI_STATE_S0, enable); in acpi_pm_device_run_wake() 760 error = acpi_device_wakeup(adev, acpi_target_system_state(), enable); in acpi_pm_device_sleep_wake() 817 error = acpi_device_wakeup(adev, ACPI_STATE_S0, remote_wakeup); in acpi_dev_runtime_suspend() 823 acpi_device_wakeup(adev, ACPI_STATE_S0, false); in acpi_dev_runtime_suspend() 846 acpi_device_wakeup(adev, ACPI_STATE_S0, false); in acpi_dev_runtime_resume() 901 error = acpi_device_wakeup(adev, target_state, wakeup); in acpi_dev_suspend_late() 907 acpi_device_wakeup(adev, ACPI_STATE_UNKNOWN, false); in acpi_dev_suspend_late() 930 acpi_device_wakeup(adev, ACPI_STATE_UNKNOWN, false); in acpi_dev_resume_early() [all …]
|
D | scan.c | 746 struct acpi_device_wakeup *wakeup) in acpi_bus_extract_wakeup_device_power_package() 835 struct acpi_device_wakeup *wakeup = &device->wakeup; in acpi_wakeup_gpe_init()
|
/linux-4.4.14/include/acpi/ |
D | acpi_bus.h | 323 struct acpi_device_wakeup { struct 365 struct acpi_device_wakeup wakeup;
|