Home
last modified time | relevance | path

Searched refs:acpi_pm_set_device_wakeup (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/ata/
H A Dlibata-zpodd.c192 acpi_pm_set_device_wakeup(&dev->tdev, true); in zpodd_enable_run_wake()
201 acpi_pm_set_device_wakeup(&dev->tdev, false); in zpodd_disable_run_wake()
/linux/drivers/pnp/pnpacpi/
H A Dcore.c139 error = acpi_pm_set_device_wakeup(&dev->dev, in pnpacpi_suspend()
175 acpi_pm_set_device_wakeup(&dev->dev, false); in pnpacpi_resume()
/linux/include/acpi/
H A Dacpi_bus.h812 int acpi_pm_set_device_wakeup(struct device *dev, bool enable);
839 static inline int acpi_pm_set_device_wakeup(struct device *dev, bool enable) in acpi_pm_set_device_wakeup() function
/linux/drivers/pci/
H A Dpci-acpi.c1168 return acpi_pm_set_device_wakeup(&bus->self->dev, enable); in acpi_pci_propagate_wakeup()
1176 return acpi_pm_set_device_wakeup(bus->bridge, enable); in acpi_pci_propagate_wakeup()
1187 return acpi_pm_set_device_wakeup(&dev->dev, enable); in acpi_pci_wakeup()
/linux/drivers/acpi/
H A Ddevice_pm.c949 int acpi_pm_set_device_wakeup(struct device *dev, bool enable) in acpi_pm_set_device_wakeup() function
975 EXPORT_SYMBOL_GPL(acpi_pm_set_device_wakeup);