num_gpes 576 drivers/acpi/sysfs.c static u32 num_gpes; num_gpes 597 drivers/acpi/sysfs.c for (i = 0; i < num_gpes; i++) num_gpes 614 drivers/acpi/sysfs.c if (gpe_number < num_gpes) num_gpes 617 drivers/acpi/sysfs.c all_counters[num_gpes + ACPI_NUM_FIXED_EVENTS + num_gpes 629 drivers/acpi/sysfs.c all_counters[num_gpes + event_number].count++; num_gpes 631 drivers/acpi/sysfs.c all_counters[num_gpes + ACPI_NUM_FIXED_EVENTS + num_gpes 656 drivers/acpi/sysfs.c if (index >= num_gpes + ACPI_NUM_FIXED_EVENTS) num_gpes 659 drivers/acpi/sysfs.c if (index < num_gpes) { num_gpes 668 drivers/acpi/sysfs.c status = acpi_get_event_status(index - num_gpes, ret); num_gpes 685 drivers/acpi/sysfs.c all_counters[num_gpes + ACPI_NUM_FIXED_EVENTS + COUNT_SCI].count = num_gpes 687 drivers/acpi/sysfs.c all_counters[num_gpes + ACPI_NUM_FIXED_EVENTS + COUNT_SCI_NOT].count = num_gpes 689 drivers/acpi/sysfs.c all_counters[num_gpes + ACPI_NUM_FIXED_EVENTS + COUNT_GPE].count = num_gpes 694 drivers/acpi/sysfs.c if (index >= num_gpes + ACPI_NUM_FIXED_EVENTS) num_gpes 743 drivers/acpi/sysfs.c if (index == num_gpes + ACPI_NUM_FIXED_EVENTS + COUNT_SCI) { num_gpes 764 drivers/acpi/sysfs.c if (index < num_gpes) { num_gpes 782 drivers/acpi/sysfs.c } else if (index < num_gpes + ACPI_NUM_FIXED_EVENTS) { num_gpes 783 drivers/acpi/sysfs.c int event = index - num_gpes; num_gpes 860 drivers/acpi/sysfs.c num_gpes = acpi_current_gpe_count; num_gpes 861 drivers/acpi/sysfs.c num_counters = num_gpes + ACPI_NUM_FIXED_EVENTS + NUM_COUNTERS_EXTRA; num_gpes 886 drivers/acpi/sysfs.c if (i < num_gpes) num_gpes 888 drivers/acpi/sysfs.c else if (i == num_gpes + ACPI_EVENT_PMTIMER) num_gpes 890 drivers/acpi/sysfs.c else if (i == num_gpes + ACPI_EVENT_GLOBAL) num_gpes 892 drivers/acpi/sysfs.c else if (i == num_gpes + ACPI_EVENT_POWER_BUTTON) num_gpes 894 drivers/acpi/sysfs.c else if (i == num_gpes + ACPI_EVENT_SLEEP_BUTTON) num_gpes 896 drivers/acpi/sysfs.c else if (i == num_gpes + ACPI_EVENT_RTC) num_gpes 898 drivers/acpi/sysfs.c else if (i == num_gpes + ACPI_NUM_FIXED_EVENTS + COUNT_GPE) num_gpes 900 drivers/acpi/sysfs.c else if (i == num_gpes + ACPI_NUM_FIXED_EVENTS + COUNT_SCI) num_gpes 902 drivers/acpi/sysfs.c else if (i == num_gpes + ACPI_NUM_FIXED_EVENTS + COUNT_SCI_NOT) num_gpes 904 drivers/acpi/sysfs.c else if (i == num_gpes + ACPI_NUM_FIXED_EVENTS + COUNT_ERROR)