Searched refs:acpi_pm_set_bridge_wakeup (Results 1 – 3 of 3) sorted by relevance
623 int acpi_pm_set_bridge_wakeup(struct device *dev, bool enable);654 static inline int acpi_pm_set_bridge_wakeup(struct device *dev, bool enable) in acpi_pm_set_bridge_wakeup() function
877 int acpi_pm_set_bridge_wakeup(struct device *dev, bool enable) in acpi_pm_set_bridge_wakeup() function881 EXPORT_SYMBOL_GPL(acpi_pm_set_bridge_wakeup);
1063 return acpi_pm_set_bridge_wakeup(&bus->self->dev, enable); in acpi_pci_propagate_wakeup()1071 return acpi_pm_set_bridge_wakeup(bus->bridge, enable); in acpi_pci_propagate_wakeup()