Searched refs:ACPI_GPE_DISABLE (Results 1 – 7 of 7) sorted by relevance
125 (void)acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_DISABLE); in acpi_ev_mask_gpe()219 ACPI_GPE_DISABLE); in acpi_ev_remove_gpe_reference()759 status = acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_DISABLE); in acpi_ev_gpe_dispatch()
226 case ACPI_GPE_DISABLE: in ACPI_EXPORT_SYMBOL()228 status = acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_DISABLE); in ACPI_EXPORT_SYMBOL()536 case ACPI_GPE_DISABLE: in ACPI_EXPORT_SYMBOL()
399 (void)acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_DISABLE); in acpi_ev_match_gpe_method()
106 case ACPI_GPE_DISABLE: in acpi_hw_low_set_gpe()
73 ACPI_GPE_DISABLE); in acpi_disable_wakeup_devices()
381 acpi_set_gpe(NULL, ec->gpe, ACPI_GPE_DISABLE); in acpi_ec_disable_gpe()1934 acpi_set_gpe(NULL, ec->gpe, ACPI_GPE_DISABLE); in acpi_ec_suspend_noirq()
746 #define ACPI_GPE_DISABLE 1 macro