Lines Matching refs:Dispatch
3 * Module Name: evgpe - General Purpose Event handling and dispatch
609 /* Detect and dispatch one GPE bit */
658 /* Do the correct dispatch - normal method or implicit notify */
665 * Dispatch a DEVICE_WAKE notify to the appropriate handler.
674 Notify = GpeEventInfo->Dispatch.NotifyList;
699 Info->PrefixNode = GpeEventInfo->Dispatch.MethodNode;
710 AcpiUtGetNodeName (GpeEventInfo->Dispatch.MethodNode)));
819 * DESCRIPTION: Detect and dispatch a General Purpose Event to either a function
916 /* Dispatch the event to a raw handler */
918 GpeHandlerInfo = GpeEventInfo->Dispatch.Handler;
937 /* Dispatch the event to a standard handler or method. */
959 * DESCRIPTION: Dispatch a General Purpose Event to either a function (e.g. EC)
1015 * Dispatch the GPE to either an installed handler or the control
1027 ReturnValue = GpeEventInfo->Dispatch.Handler->Address (
1029 GpeEventInfo->Dispatch.Handler->Context);