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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dpci-acpi.c252 if (!acpi_pm_device_sleep_wake(&bus->self->dev, enable))
259 acpi_pm_device_sleep_wake(bus->bridge, enable);
265 return acpi_pm_device_sleep_wake(&dev->dev, enable);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/pnpacpi/
H A Dcore.c140 int rc = acpi_pm_device_sleep_wake(&dev->dev,
165 acpi_pm_device_sleep_wake(&dev->dev, false);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/
H A Dacpi_bus.h394 int acpi_pm_device_sleep_wake(struct device *, bool);
402 static inline int acpi_pm_device_sleep_wake(struct device *dev, bool enable) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dsleep.c651 * acpi_pm_device_sleep_wake - enable or disable the system wake-up
656 int acpi_pm_device_sleep_wake(struct device *dev, bool enable) function

Completed in 119 milliseconds