Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H A Devgpeblk.c45 struct acpi_gpe_xrupt_info *gpe_xrupt_block; in acpi_ev_install_gpe_block() local
57 acpi_ev_get_gpe_xrupt_block(interrupt_number, &gpe_xrupt_block); in acpi_ev_install_gpe_block()
65 if (gpe_xrupt_block->gpe_block_list_head) { in acpi_ev_install_gpe_block()
66 next_gpe_block = gpe_xrupt_block->gpe_block_list_head; in acpi_ev_install_gpe_block()
74 gpe_xrupt_block->gpe_block_list_head = gpe_block; in acpi_ev_install_gpe_block()
77 gpe_block->xrupt_block = gpe_xrupt_block; in acpi_ev_install_gpe_block()
H A Devgpeutil.c132 struct acpi_gpe_xrupt_info **gpe_xrupt_block) in acpi_ev_get_gpe_xrupt_block() argument
146 *gpe_xrupt_block = next_gpe_xrupt; in acpi_ev_get_gpe_xrupt_block()
193 *gpe_xrupt_block = gpe_xrupt; in acpi_ev_get_gpe_xrupt_block()
H A Dacevents.h141 struct acpi_gpe_xrupt_info **gpe_xrupt_block);