Searched refs:next_gpe_xrupt (Results 1 – 1 of 1) sorted by relevance
134 struct acpi_gpe_xrupt_info *next_gpe_xrupt; in acpi_ev_get_gpe_xrupt_block() local143 next_gpe_xrupt = acpi_gbl_gpe_xrupt_list_head; in acpi_ev_get_gpe_xrupt_block()144 while (next_gpe_xrupt) { in acpi_ev_get_gpe_xrupt_block()145 if (next_gpe_xrupt->interrupt_number == interrupt_number) { in acpi_ev_get_gpe_xrupt_block()146 *gpe_xrupt_block = next_gpe_xrupt; in acpi_ev_get_gpe_xrupt_block()150 next_gpe_xrupt = next_gpe_xrupt->next; in acpi_ev_get_gpe_xrupt_block()166 next_gpe_xrupt = acpi_gbl_gpe_xrupt_list_head; in acpi_ev_get_gpe_xrupt_block()167 while (next_gpe_xrupt->next) { in acpi_ev_get_gpe_xrupt_block()168 next_gpe_xrupt = next_gpe_xrupt->next; in acpi_ev_get_gpe_xrupt_block()171 next_gpe_xrupt->next = gpe_xrupt; in acpi_ev_get_gpe_xrupt_block()[all …]