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.c191 acpi_pm_set_device_wakeup(&dev->tdev, true); in zpodd_enable_run_wake()
200 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/drivers/pci/
H A Dpci-acpi.c1163 return acpi_pm_set_device_wakeup(&bus->self->dev, enable); in acpi_pci_propagate_wakeup()
1171 return acpi_pm_set_device_wakeup(bus->bridge, enable); in acpi_pci_propagate_wakeup()
1182 return acpi_pm_set_device_wakeup(&dev->dev, enable); in acpi_pci_wakeup()
/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/acpi/
H A Ddevice_pm.c945 * acpi_pm_set_device_wakeup - Enable/disable remote wakeup for given device.
949 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);