Lines Matching refs:next
98 gpe_block = gpe_block->next; in acpi_ev_walk_gpe_list()
101 gpe_xrupt_info = gpe_xrupt_info->next; in acpi_ev_walk_gpe_list()
184 next_gpe_xrupt = next_gpe_xrupt->next; 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()
271 gpe_xrupt->previous->next = gpe_xrupt->next; in acpi_ev_delete_gpe_xrupt()
275 acpi_gbl_gpe_xrupt_list_head = gpe_xrupt->next; in acpi_ev_delete_gpe_xrupt()
278 if (gpe_xrupt->next) { in acpi_ev_delete_gpe_xrupt()
279 gpe_xrupt->next->previous = gpe_xrupt->previous; in acpi_ev_delete_gpe_xrupt()
310 struct acpi_gpe_notify_info *next; in acpi_ev_delete_gpe_handlers() local
345 next = notify->next; in acpi_ev_delete_gpe_handlers()
347 notify = next; in acpi_ev_delete_gpe_handlers()