Searched refs:acpi_gbl_exception_handler (Results 1 – 4 of 4) sorted by relevance
89 if (acpi_gbl_exception_handler) { in acpi_ds_method_error()99 status = acpi_gbl_exception_handler(status, in acpi_ds_method_error()
301 acpi_gbl_exception_handler = NULL; in acpi_ut_init_globals()
80 if (acpi_gbl_exception_handler) { in acpi_install_exception_handler()87 acpi_gbl_exception_handler = handler; in acpi_install_exception_handler()
279 ACPI_EXTERN acpi_exception_handler acpi_gbl_exception_handler; variable