Searched refs:next_gpe_xrupt (Results 1 – 1 of 1) sorted by relevance
168 struct acpi_gpe_xrupt_info *next_gpe_xrupt; in acpi_ev_get_gpe_xrupt_block() local177 next_gpe_xrupt = acpi_gbl_gpe_xrupt_list_head; in acpi_ev_get_gpe_xrupt_block()178 while (next_gpe_xrupt) { in acpi_ev_get_gpe_xrupt_block()179 if (next_gpe_xrupt->interrupt_number == interrupt_number) { in acpi_ev_get_gpe_xrupt_block()180 *gpe_xrupt_block = next_gpe_xrupt; in acpi_ev_get_gpe_xrupt_block()184 next_gpe_xrupt = next_gpe_xrupt->next; in acpi_ev_get_gpe_xrupt_block()200 next_gpe_xrupt = acpi_gbl_gpe_xrupt_list_head; in acpi_ev_get_gpe_xrupt_block()201 while (next_gpe_xrupt->next) { in acpi_ev_get_gpe_xrupt_block()202 next_gpe_xrupt = next_gpe_xrupt->next; in acpi_ev_get_gpe_xrupt_block()205 next_gpe_xrupt->next = gpe_xrupt; in acpi_ev_get_gpe_xrupt_block()[all …]