Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pnp/pnpacpi/
Dcore.c152 error = acpi_pm_device_sleep_wake(&dev->dev, in pnpacpi_suspend()
188 acpi_pm_device_sleep_wake(&dev->dev, false); in pnpacpi_resume()
/linux-4.1.27/drivers/pci/
Dpci-acpi.c462 if (!acpi_pm_device_sleep_wake(&bus->self->dev, enable)) in acpi_pci_propagate_wakeup_enable()
469 acpi_pm_device_sleep_wake(bus->bridge, enable); in acpi_pci_propagate_wakeup_enable()
475 return acpi_pm_device_sleep_wake(&dev->dev, enable); in acpi_pci_sleep_wake()
/linux-4.1.27/include/acpi/
Dacpi_bus.h578 int acpi_pm_device_sleep_wake(struct device *, bool);
580 static inline int acpi_pm_device_sleep_wake(struct device *dev, bool enable) in acpi_pm_device_sleep_wake() function
/linux-4.1.27/drivers/acpi/
Ddevice_pm.c731 int acpi_pm_device_sleep_wake(struct device *dev, bool enable) in acpi_pm_device_sleep_wake() function