Home
last modified time | relevance | path

Searched refs:acpi_mark_gpe_for_wake (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Devxfgpe.c306 acpi_status acpi_mark_gpe_for_wake(acpi_handle gpe_device, u32 gpe_number) in ACPI_EXPORT_SYMBOL()
312 ACPI_FUNCTION_TRACE(acpi_mark_gpe_for_wake); in ACPI_EXPORT_SYMBOL()
331 ACPI_EXPORT_SYMBOL(acpi_mark_gpe_for_wake) in ACPI_EXPORT_SYMBOL() argument
/openbmc/linux/drivers/platform/surface/
H A Dsurface_gpe.c249 status = acpi_mark_gpe_for_wake(NULL, gpe_number); in surface_gpe_probe()
/openbmc/linux/include/acpi/
H A Dacpixf.h750 acpi_mark_gpe_for_wake(acpi_handle gpe_device,
/openbmc/linux/drivers/acpi/
H A Dec.c2075 acpi_mark_gpe_for_wake(NULL, first_ec->gpe); in acpi_ec_mark_gpe_for_wake()
H A Dscan.c954 acpi_mark_gpe_for_wake(wakeup->gpe_device, wakeup->gpe_number); in acpi_wakeup_gpe_init()