Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/acpi/acpica/
Devgpeblk.c44 struct acpi_gpe_block_info *next_gpe_block; in acpi_ev_install_gpe_block() local
66 next_gpe_block = gpe_xrupt_block->gpe_block_list_head; in acpi_ev_install_gpe_block()
67 while (next_gpe_block->next) { in acpi_ev_install_gpe_block()
68 next_gpe_block = next_gpe_block->next; in acpi_ev_install_gpe_block()
71 next_gpe_block->next = gpe_block; in acpi_ev_install_gpe_block()
72 gpe_block->previous = next_gpe_block; in acpi_ev_install_gpe_block()
Dutinit.c47 struct acpi_gpe_block_info *next_gpe_block; in acpi_ut_free_gpe_lists() local
57 next_gpe_block = gpe_block->next; in acpi_ut_free_gpe_lists()
62 gpe_block = next_gpe_block; in acpi_ut_free_gpe_lists()