Searched refs:acpi_gbl_gpe_xrupt_list_head (Results 1 – 6 of 6) sorted by relevance
78 gpe_xrupt_info = acpi_gbl_gpe_xrupt_list_head; in acpi_ev_walk_gpe_list()134 gpe_xrupt_block = acpi_gbl_gpe_xrupt_list_head; in acpi_ev_valid_gpe_event()221 next_gpe_xrupt = acpi_gbl_gpe_xrupt_list_head; in acpi_ev_get_gpe_xrupt_block()242 if (acpi_gbl_gpe_xrupt_list_head) { in acpi_ev_get_gpe_xrupt_block()243 next_gpe_xrupt = acpi_gbl_gpe_xrupt_list_head; in acpi_ev_get_gpe_xrupt_block()251 acpi_gbl_gpe_xrupt_list_head = gpe_xrupt; in acpi_ev_get_gpe_xrupt_block()316 acpi_gbl_gpe_xrupt_list_head = gpe_xrupt->next; in acpi_ev_delete_gpe_xrupt()
87 gpe_xrupt_info = acpi_gbl_gpe_xrupt_list_head; in acpi_ut_free_gpe_lists()
147 acpi_gbl_gpe_xrupt_list_head); in acpi_ev_install_sci_handler()
260 gpe_xrupt_info = acpi_gbl_gpe_xrupt_list_head; in acpi_ev_update_gpes()
295 acpi_gbl_gpe_xrupt_list_head = NULL; in acpi_ut_init_globals()
401 ACPI_EXTERN struct acpi_gpe_xrupt_info *acpi_gbl_gpe_xrupt_list_head; variable