Searched refs:acpi_hw_low_set_gpe (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/acpi/acpica/ |
D | evgpe.c | 127 status = acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_ENABLE); in acpi_ev_enable_gpe() 205 acpi_hw_low_set_gpe(gpe_event_info, in acpi_ev_remove_gpe_reference() 676 (void)acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_CONDITIONAL_ENABLE); in acpi_ev_finish_gpe() 716 status = acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_DISABLE); in acpi_ev_gpe_dispatch() 734 (void)acpi_hw_low_set_gpe(gpe_event_info, in acpi_ev_gpe_dispatch()
|
D | achware.h | 116 acpi_hw_low_set_gpe(struct acpi_gpe_event_info *gpe_event_info, u32 action);
|
D | evxfgpe.c | 237 status = acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_ENABLE); in ACPI_EXPORT_SYMBOL() 242 status = acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_DISABLE); in ACPI_EXPORT_SYMBOL()
|
D | evgpeinit.c | 430 (void)acpi_hw_low_set_gpe(gpe_event_info, ACPI_GPE_DISABLE); in acpi_ev_match_gpe_method()
|
D | hwgpe.c | 98 acpi_hw_low_set_gpe(struct acpi_gpe_event_info *gpe_event_info, u32 action) in acpi_hw_low_set_gpe() function
|