Home | History | Annotate | Download | only in events

Lines Matching refs:Handler

641  *              an interrupt handler.
665 * Dispatch a DEVICE_WAKE notify to the appropriate handler.
773 * of a GPE method or a synchronous or asynchronous GPE handler.
820 * (e.g. EC) or method (e.g. _Lxx/_Exx) handler.
825 * dependent on the raw handler itself.
901 /* Invoke global event handler if present */
916 /* Dispatch the event to a raw handler */
918 GpeHandlerInfo = GpeEventInfo->Dispatch.Handler;
922 * and the GPE handler to ensure a safe destruction
926 * 2. The GPE handler is expected to be flushed by
937 /* Dispatch the event to a standard handler or method. */
960 * or method (e.g. _Lxx/_Exx) handler.
980 * of a GPE method or an asynchronous GPE handler.)
982 * If there is no handler or method to run, just disable the
1015 * Dispatch the GPE to either an installed handler or the control
1016 * method associated with this GPE (_Lxx or _Exx). If a handler
1018 * If there is neither a handler nor a method, leave the GPE
1025 /* Invoke the installed handler (at interrupt level) */
1027 ReturnValue = GpeEventInfo->Dispatch.Handler->Address (
1029 GpeEventInfo->Dispatch.Handler->Context);
1050 "Unable to queue handler for GPE %02X - event disabled",
1057 * No handler or method to run!
1059 * a GPE to be enabled if it has no handler or method.
1062 "No handler or method for GPE %02X, disabling event",