Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/include/acpi/
Dacpi_bus.h551 int acpi_pm_device_run_wake(struct device *, bool);
571 static inline int acpi_pm_device_run_wake(struct device *dev, bool enable) in acpi_pm_device_run_wake() function
/linux-4.1.27/drivers/acpi/
Ddevice_pm.c708 int acpi_pm_device_run_wake(struct device *phys_dev, bool enable) in acpi_pm_device_run_wake() function
723 EXPORT_SYMBOL(acpi_pm_device_run_wake);