Home
last modified time | relevance | path

Searched refs:run_wake (Results 1 – 7 of 7) sorted by relevance

/drivers/acpi/
Dproc.c45 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()
Dpci_root.c611 if (device->wakeup.flags.run_wake) in acpi_pci_root_add()
Dscan.c863 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()
/drivers/pci/
Dpci-mid.c63 .run_wake = mid_pci_run_wake,
Dpci-acpi.c561 .run_wake = acpi_pci_run_wake,
685 if (adev->wakeup.flags.run_wake) in pci_acpi_setup()
Dpci.h70 int (*run_wake)(struct pci_dev *dev, bool enable); member
Dpci.c576 !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()