Home
last modified time | relevance | path

Searched refs:acpi_pm_device_run_wake (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/ata/
Dlibata-zpodd.c178 acpi_pm_device_run_wake(&dev->tdev, true); in zpodd_enable_run_wake()
187 acpi_pm_device_run_wake(&dev->tdev, false); in zpodd_disable_run_wake()
/linux-4.4.14/drivers/pci/
Dpci-acpi.c488 if (!acpi_pm_device_run_wake(&bridge->dev, enable)) in acpi_pci_propagate_run_wake()
495 acpi_pm_device_run_wake(bus->bridge, enable); in acpi_pci_propagate_run_wake()
509 if (!acpi_pm_device_run_wake(&dev->dev, enable)) in acpi_pci_run_wake()
/linux-4.4.14/include/acpi/
Dacpi_bus.h581 int acpi_pm_device_run_wake(struct device *, bool);
601 static inline int acpi_pm_device_run_wake(struct device *dev, bool enable) in acpi_pm_device_run_wake() function
/linux-4.4.14/drivers/acpi/
Ddevice_pm.c723 int acpi_pm_device_run_wake(struct device *phys_dev, bool enable) in acpi_pm_device_run_wake() function
738 EXPORT_SYMBOL(acpi_pm_device_run_wake);