Home
last modified time | relevance | path

Searched refs:acpi_gbl_gpe_xrupt_list_head (Results 1 – 5 of 5) sorted by relevance

/drivers/acpi/acpica/
Devgpeblk.c99 gpe_xrupt_block = acpi_gbl_gpe_xrupt_list_head; in acpi_ev_valid_gpe_event()
150 gpe_xrupt_info = acpi_gbl_gpe_xrupt_list_head; in acpi_ev_walk_gpe_list()
507 next_gpe_xrupt = acpi_gbl_gpe_xrupt_list_head; in acpi_ev_get_gpe_xrupt_block()
528 if (acpi_gbl_gpe_xrupt_list_head) { in acpi_ev_get_gpe_xrupt_block()
529 next_gpe_xrupt = acpi_gbl_gpe_xrupt_list_head; in acpi_ev_get_gpe_xrupt_block()
537 acpi_gbl_gpe_xrupt_list_head = gpe_xrupt; in acpi_ev_get_gpe_xrupt_block()
603 acpi_gbl_gpe_xrupt_list_head = gpe_xrupt->next; in acpi_ev_delete_gpe_xrupt()
Dutinit.c79 gpe_xrupt_info = acpi_gbl_gpe_xrupt_list_head; in acpi_ut_terminate()
Devsci.c147 acpi_gbl_gpe_xrupt_list_head); in acpi_ev_install_sci_handler()
Dacglobal.h332 ACPI_EXTERN struct acpi_gpe_xrupt_info *acpi_gbl_gpe_xrupt_list_head; variable
Dutglobal.c756 acpi_gbl_gpe_xrupt_list_head = NULL; in acpi_ut_init_globals()