Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/acpi/acpica/
Devgpeutil.c78 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()
Dutinit.c87 gpe_xrupt_info = acpi_gbl_gpe_xrupt_list_head; in acpi_ut_free_gpe_lists()
Devsci.c147 acpi_gbl_gpe_xrupt_list_head); in acpi_ev_install_sci_handler()
Devgpeinit.c260 gpe_xrupt_info = acpi_gbl_gpe_xrupt_list_head; in acpi_ev_update_gpes()
Dutglobal.c295 acpi_gbl_gpe_xrupt_list_head = NULL; in acpi_ut_init_globals()
Dacglobal.h401 ACPI_EXTERN struct acpi_gpe_xrupt_info *acpi_gbl_gpe_xrupt_list_head; variable