Searched refs:run_wake (Results 1 – 7 of 7) 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()
863 wakeup->flags.run_wake = 1; in acpi_wakeup_gpe_init()881 wakeup->flags.run_wake = !!(event_status & ACPI_EVENT_FLAG_HAS_HANDLER); in acpi_wakeup_gpe_init()
63 .run_wake = mid_pci_run_wake,
561 .run_wake = acpi_pci_run_wake,685 if (adev->wakeup.flags.run_wake) in pci_acpi_setup()
70 int (*run_wake)(struct pci_dev *dev, bool enable); member
576 !ops->choose_state || !ops->sleep_wake || !ops->run_wake || in pci_set_platform_pm()614 pci_platform_pm->run_wake(dev, enable) : -ENODEV; in platform_pci_run_wake()