summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2023-02-22 22:47:26 +0300
committerBjorn Helgaas <bhelgaas@google.com>2023-02-22 22:47:26 +0300
commit08a67024a0b4a18b2fad8d5b3670f02e9b24ebfb (patch)
tree06c47e0a9cc9ca433c2e6af778659219e28dd4ec /include
parent7260675a52a67f3c44036306bf25f6947c294a02 (diff)
parent8133844a8f2434be9576850c6978179d7cca5c81 (diff)
downloadlinux-08a67024a0b4a18b2fad8d5b3670f02e9b24ebfb.tar.xz
Merge branch 'pci/pm'
- Account for _S0W when deciding whether to put bridges in D3 to avoid missing hotplug events (Rafael J. Wysocki) * pci/pm: PCI/ACPI: Account for _S0W of the target bridge in acpi_pci_bridge_d3()
Diffstat (limited to 'include')
-rw-r--r--include/acpi/acpi_bus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h
index cd3b75e08ec3..3412297a6b8b 100644
--- a/include/acpi/acpi_bus.h
+++ b/include/acpi/acpi_bus.h
@@ -533,6 +533,7 @@ int acpi_bus_update_power(acpi_handle handle, int *state_p);
int acpi_device_update_power(struct acpi_device *device, int *state_p);
bool acpi_bus_power_manageable(acpi_handle handle);
void acpi_dev_power_up_children_with_adr(struct acpi_device *adev);
+u8 acpi_dev_power_state_for_wake(struct acpi_device *adev);
int acpi_device_power_add_dependent(struct acpi_device *adev,
struct device *dev);
void acpi_device_power_remove_dependent(struct acpi_device *adev,