Home
last modified time | relevance | path

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

/drivers/pci/
Dpci-acpi.c255 if (!acpi_pm_device_run_wake(&bridge->dev, enable)) in acpi_pci_propagate_run_wake()
262 acpi_pm_device_run_wake(bus->bridge, enable); in acpi_pci_propagate_run_wake()
276 if (!acpi_pm_device_run_wake(&dev->dev, enable)) in acpi_pci_run_wake()
/drivers/ata/
Dlibata-zpodd.c193 acpi_pm_device_run_wake(&dev->sdev->sdev_gendev, true); in zpodd_enable_run_wake()
202 acpi_pm_device_run_wake(&dev->sdev->sdev_gendev, false); in zpodd_disable_run_wake()
/drivers/acpi/
Ddevice_pm.c609 int acpi_pm_device_run_wake(struct device *phys_dev, bool enable) in acpi_pm_device_run_wake() function
626 EXPORT_SYMBOL(acpi_pm_device_run_wake);