Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/acpi/acpica/
Dutinit.c81 struct acpi_gpe_block_info *next_gpe_block; in acpi_ut_free_gpe_lists() local
91 next_gpe_block = gpe_block->next; in acpi_ut_free_gpe_lists()
96 gpe_block = next_gpe_block; in acpi_ut_free_gpe_lists()
Devgpeblk.c78 struct acpi_gpe_block_info *next_gpe_block; in acpi_ev_install_gpe_block() local
100 next_gpe_block = gpe_xrupt_block->gpe_block_list_head; in acpi_ev_install_gpe_block()
101 while (next_gpe_block->next) { in acpi_ev_install_gpe_block()
102 next_gpe_block = next_gpe_block->next; in acpi_ev_install_gpe_block()
105 next_gpe_block->next = gpe_block; in acpi_ev_install_gpe_block()
106 gpe_block->previous = next_gpe_block; in acpi_ev_install_gpe_block()