Lines Matching refs:Handler
648 * PARAMETERS: Handler - Table event handler
649 * Context - Value passed to the handler on each event
653 * DESCRIPTION: Install a global table event handler.
659 ACPI_TABLE_HANDLER Handler,
668 if (!Handler)
679 /* Don't allow more than one handler */
687 /* Install the handler */
689 AcpiGbl_TableHandler = Handler;
704 * PARAMETERS: Handler - Table event handler that was installed
709 * DESCRIPTION: Remove a table event handler
715 ACPI_TABLE_HANDLER Handler)
729 /* Make sure that the installed handler is the same */
731 if (!Handler ||
732 Handler != AcpiGbl_TableHandler)
738 /* Remove the handler */