Lines Matching full:gpe
642 pr_debug("GPE event 0x%02x\n", event_number); in acpi_global_event_handler()
663 "Invalid GPE 0x%x", index)); in get_status()
731 * enable/disable/clear a gpe/fixed event in user space.
760 "Can not change Invalid GPE/Fixed Event status\n"); in counter_set()
807 * A Quirk Mechanism for GPE Flooding Prevention:
809 * Quirks may be needed to prevent GPE flooding on a specific GPE. The
815 * the GPE flooding for GPE 00, they need to specify the following boot
827 u8 gpe; in acpi_gpe_set_masked_gpes() local
829 if (kstrtou8(val, 0, &gpe)) in acpi_gpe_set_masked_gpes()
831 set_bit(gpe, acpi_masked_gpes_map); in acpi_gpe_set_masked_gpes()
841 u16 gpe; in acpi_gpe_apply_masked_gpes() local
843 for_each_set_bit(gpe, acpi_masked_gpes_map, ACPI_MASKABLE_GPE_MAX) { in acpi_gpe_apply_masked_gpes()
844 status = acpi_get_gpe_device(gpe, &handle); in acpi_gpe_apply_masked_gpes()
846 pr_info("Masking GPE 0x%x.\n", gpe); in acpi_gpe_apply_masked_gpes()
847 (void)acpi_mask_gpe(handle, gpe, TRUE); in acpi_gpe_apply_masked_gpes()
887 sprintf(buffer, "gpe%02X", i); in acpi_irq_stats_init()