Home
last modified time | relevance | path

Searched refs:num_gpes (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/acpi/
H A Dsysfs.c582 static u32 num_gpes; variable
603 for (i = 0; i < num_gpes; i++) in delete_gpe_attr_array()
618 if (gpe_number < num_gpes) in gpe_count()
659 if (index < num_gpes) { in get_status()
762 if (index < num_gpes) { in counter_set()
781 int event = index - num_gpes; in counter_set()
864 num_gpes = acpi_current_gpe_count; in acpi_irq_stats_init()
887 if (i < num_gpes) in acpi_irq_stats_init()
889 else if (i == num_gpes + ACPI_EVENT_PMTIMER) in acpi_irq_stats_init()
891 else if (i == num_gpes + ACPI_EVENT_GLOBAL) in acpi_irq_stats_init()
[all …]