Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/pci/
Dpci-acpi.c252 if (!acpi_pm_device_sleep_wake(&bus->self->dev, enable)) in acpi_pci_propagate_wakeup_enable()
259 acpi_pm_device_sleep_wake(bus->bridge, enable); in acpi_pci_propagate_wakeup_enable()
265 return acpi_pm_device_sleep_wake(&dev->dev, enable); in acpi_pci_sleep_wake()
/linux-2.6.39/drivers/pnp/pnpacpi/
Dcore.c165 error = acpi_pm_device_sleep_wake(&dev->dev, in pnpacpi_suspend()
202 acpi_pm_device_sleep_wake(&dev->dev, false); in pnpacpi_resume()
/linux-2.6.39/include/acpi/
Dacpi_bus.h395 int acpi_pm_device_sleep_wake(struct device *, bool);
397 static inline int acpi_pm_device_sleep_wake(struct device *dev, bool enable) in acpi_pm_device_sleep_wake() function
/linux-2.6.39/drivers/acpi/
Dsleep.c666 int acpi_pm_device_sleep_wake(struct device *dev, bool enable) in acpi_pm_device_sleep_wake() function