Lines Matching full:gpe
642 pr_debug("GPE event 0x%02x\n", event_number); in acpi_global_event_handler()
662 pr_warn("Invalid GPE 0x%x", index); in get_status()
730 * enable/disable/clear a gpe/fixed event in user space.
758 pr_warn("Can not change Invalid GPE/Fixed Event status\n"); in counter_set()
805 * A Quirk Mechanism for GPE Flooding Prevention:
807 * Quirks may be needed to prevent GPE flooding on a specific GPE. The
813 * the GPE flooding for GPE 00, they need to specify the following boot
827 u8 gpe; in acpi_gpe_set_masked_gpes() local
829 ret = kstrtou8(val, 0, &gpe); in acpi_gpe_set_masked_gpes()
835 set_bit(gpe, acpi_masked_gpes_map); in acpi_gpe_set_masked_gpes()
845 u16 gpe; in acpi_gpe_apply_masked_gpes() local
847 for_each_set_bit(gpe, acpi_masked_gpes_map, ACPI_MASKABLE_GPE_MAX) { in acpi_gpe_apply_masked_gpes()
848 status = acpi_get_gpe_device(gpe, &handle); in acpi_gpe_apply_masked_gpes()
850 pr_info("Masking GPE 0x%x.\n", gpe); in acpi_gpe_apply_masked_gpes()
851 (void)acpi_mask_gpe(handle, gpe, TRUE); in acpi_gpe_apply_masked_gpes()
888 sprintf(buffer, "gpe%02X", i); in acpi_irq_stats_init()