Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H A Devgpe.c86 status = acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_ENABLE); in acpi_ev_enable_gpe()
125 (void)acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_DISABLE); in acpi_ev_mask_gpe()
136 (void)acpi_hw_low_set_gpe(gpe_event_info, in acpi_ev_mask_gpe()
224 acpi_hw_low_set_gpe(gpe_event_info, in acpi_ev_remove_gpe_reference()
599 (void)acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_CONDITIONAL_ENABLE); in acpi_ev_finish_gpe()
765 status = acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_DISABLE); in acpi_ev_gpe_dispatch()
783 (void)acpi_hw_low_set_gpe(gpe_event_info, in acpi_ev_gpe_dispatch()
H A Dachware.h88 acpi_hw_low_set_gpe(struct acpi_gpe_event_info *gpe_event_info, u32 action);
H A Devgpeinit.c407 (void)acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_DISABLE); in acpi_ev_match_gpe_method()
H A Devxfgpe.c222 status = acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_ENABLE); in ACPI_EXPORT_SYMBOL()
228 status = acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_DISABLE); in ACPI_EXPORT_SYMBOL()
H A Dhwgpe.c134 acpi_hw_low_set_gpe(struct acpi_gpe_event_info *gpe_event_info, u32 action) in acpi_hw_low_set_gpe() function