Home
last modified time | relevance | path

Searched refs:acpi_pm_set_device_wakeup (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
Dlibata-zpodd.c192 acpi_pm_set_device_wakeup(&dev->tdev, true); in zpodd_enable_run_wake()
201 acpi_pm_set_device_wakeup(&dev->tdev, false); in zpodd_disable_run_wake()
/kernel/linux/linux-5.10/drivers/pnp/pnpacpi/
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()
/kernel/linux/linux-5.10/include/acpi/
Dacpi_bus.h624 int acpi_pm_set_device_wakeup(struct device *dev, bool enable);
651 static inline int acpi_pm_set_device_wakeup(struct device *dev, bool enable) in acpi_pm_set_device_wakeup() function
/kernel/linux/linux-5.10/drivers/pci/
Dpci-acpi.c1063 return acpi_pm_set_device_wakeup(&bus->self->dev, enable); in acpi_pci_propagate_wakeup()
1071 return acpi_pm_set_device_wakeup(bus->bridge, enable); in acpi_pci_propagate_wakeup()
1079 return acpi_pm_set_device_wakeup(&dev->dev, enable); in acpi_pci_wakeup()
/kernel/linux/linux-5.10/drivers/acpi/
Ddevice_pm.c839 int acpi_pm_set_device_wakeup(struct device *dev, bool enable) in acpi_pm_set_device_wakeup() function
865 EXPORT_SYMBOL_GPL(acpi_pm_set_device_wakeup);