Lines Matching full:gpe
624 pr_debug("GPE event 0x%02x\n", event_number); in acpi_global_event_handler()
644 pr_warn("Invalid GPE 0x%x", index); in get_status()
712 * enable/disable/clear a gpe/fixed event in user space.
740 pr_warn("Can not change Invalid GPE/Fixed Event status\n"); in counter_set()
787 * A Quirk Mechanism for GPE Flooding Prevention:
789 * Quirks may be needed to prevent GPE flooding on a specific GPE. The
795 * the GPE flooding for GPE 00, they need to specify the following boot
809 u8 gpe; in acpi_gpe_set_masked_gpes() local
811 ret = kstrtou8(val, 0, &gpe); in acpi_gpe_set_masked_gpes()
817 set_bit(gpe, acpi_masked_gpes_map); in acpi_gpe_set_masked_gpes()
827 u16 gpe; in acpi_gpe_apply_masked_gpes() local
829 for_each_set_bit(gpe, acpi_masked_gpes_map, ACPI_MASKABLE_GPE_MAX) { in acpi_gpe_apply_masked_gpes()
830 status = acpi_get_gpe_device(gpe, &handle); in acpi_gpe_apply_masked_gpes()
832 pr_info("Masking GPE 0x%x.\n", gpe); in acpi_gpe_apply_masked_gpes()
833 (void)acpi_mask_gpe(handle, gpe, TRUE); in acpi_gpe_apply_masked_gpes()
870 sprintf(buffer, "gpe%02X", i); in acpi_irq_stats_init()