Home
last modified time | relevance | path

Searched refs:run_wake (Results 1 – 6 of 6) 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.c1498 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()
/drivers/pci/
Dpci-acpi.c513 .run_wake = acpi_pci_run_wake,
562 if (adev->wakeup.flags.run_wake) in pci_acpi_setup()
Dpci.h61 int (*run_wake)(struct pci_dev *dev, bool enable); member
Dpci.c523 pci_platform_pm->run_wake(dev, enable) : -ENODEV; in platform_pci_run_wake()