Home
last modified time | relevance | path

Searched refs:gpe_xrupt_block (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
Devgpeblk.c79 struct acpi_gpe_xrupt_info *gpe_xrupt_block; in acpi_ev_install_gpe_block() local
91 acpi_ev_get_gpe_xrupt_block(interrupt_number, &gpe_xrupt_block); in acpi_ev_install_gpe_block()
99 if (gpe_xrupt_block->gpe_block_list_head) { in acpi_ev_install_gpe_block()
100 next_gpe_block = gpe_xrupt_block->gpe_block_list_head; in acpi_ev_install_gpe_block()
108 gpe_xrupt_block->gpe_block_list_head = gpe_block; in acpi_ev_install_gpe_block()
111 gpe_block->xrupt_block = gpe_xrupt_block; in acpi_ev_install_gpe_block()
Devgpeutil.c166 struct acpi_gpe_xrupt_info ** gpe_xrupt_block) in acpi_ev_get_gpe_xrupt_block() argument
180 *gpe_xrupt_block = next_gpe_xrupt; in acpi_ev_get_gpe_xrupt_block()
227 *gpe_xrupt_block = gpe_xrupt; in acpi_ev_get_gpe_xrupt_block()
Dacevents.h152 struct acpi_gpe_xrupt_info **gpe_xrupt_block);