Searched refs:acpi_dev_run_wake (Results 1 - 1 of 1) 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.c272 * acpi_dev_run_wake - Enable/disable wake-up for given device.
279 static int acpi_dev_run_wake(struct device *phys_dev, bool enable) function
321 if (!acpi_dev_run_wake(&bridge->dev, enable))
328 acpi_dev_run_wake(bus->bridge, enable);
336 if (!acpi_dev_run_wake(&dev->dev, enable))

Completed in 14 milliseconds