Lines Matching full:gpe
653 pr_debug("GPE event 0x%02x\n", event_number); in acpi_global_event_handler()
674 "Invalid GPE 0x%x", index)); in get_status()
742 * enable/disable/clear a gpe/fixed event in user space.
771 "Can not change Invalid GPE/Fixed Event status\n"); in counter_set()
818 * A Quirk Mechanism for GPE Flooding Prevention:
820 * Quirks may be needed to prevent GPE flooding on a specific GPE. The
826 * the GPE flooding for GPE 00, they need to specify the following boot
838 u8 gpe; in acpi_gpe_set_masked_gpes() local
840 if (kstrtou8(val, 0, &gpe)) in acpi_gpe_set_masked_gpes()
842 set_bit(gpe, acpi_masked_gpes_map); in acpi_gpe_set_masked_gpes()
852 u16 gpe; in acpi_gpe_apply_masked_gpes() local
854 for_each_set_bit(gpe, acpi_masked_gpes_map, ACPI_MASKABLE_GPE_MAX) { in acpi_gpe_apply_masked_gpes()
855 status = acpi_get_gpe_device(gpe, &handle); in acpi_gpe_apply_masked_gpes()
857 pr_info("Masking GPE 0x%x.\n", gpe); in acpi_gpe_apply_masked_gpes()
858 (void)acpi_mask_gpe(handle, gpe, TRUE); in acpi_gpe_apply_masked_gpes()
898 sprintf(buffer, "gpe%02X", i); in acpi_irq_stats_init()