Searched refs:acpi_device_can_wakeup (Results 1 – 3 of 3) sorted by relevance
597 static inline bool acpi_device_can_wakeup(struct acpi_device *adev) in acpi_device_can_wakeup() function
456 return adev ? acpi_device_can_wakeup(adev) : false; in acpi_pci_can_wakeup()
885 wakeup = device_may_wakeup(dev) && acpi_device_can_wakeup(adev); in acpi_dev_suspend_late()