Searched refs:run_wake (Results 1 – 6 of 6) sorted by relevance
45 dev->wakeup.flags.run_wake ? '*' : ' ', in acpi_system_wakeup_device_seq_show()61 dev->wakeup.flags.run_wake ? '*' : ' ', in acpi_system_wakeup_device_seq_show()
611 if (device->wakeup.flags.run_wake) in acpi_pci_root_add()
1498 wakeup->flags.run_wake = 1; in acpi_wakeup_gpe_init()1516 wakeup->flags.run_wake = !!(event_status & ACPI_EVENT_FLAG_HAS_HANDLER); in acpi_wakeup_gpe_init()
513 .run_wake = acpi_pci_run_wake,562 if (adev->wakeup.flags.run_wake) in pci_acpi_setup()
61 int (*run_wake)(struct pci_dev *dev, bool enable); member
523 pci_platform_pm->run_wake(dev, enable) : -ENODEV; in platform_pci_run_wake()