Searched refs:Dispatch (Results 1 – 12 of 12) sorted by relevance
372 ACPI_FREE (GpeEventInfo->Dispatch.Handler); in AcpiEvDeleteGpeHandlers()373 GpeEventInfo->Dispatch.Handler = NULL; in AcpiEvDeleteGpeHandlers()381 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvDeleteGpeHandlers()389 GpeEventInfo->Dispatch.NotifyList = NULL; in AcpiEvDeleteGpeHandlers()
503 GpeHandlerInfo = GpeEventInfo->Dispatch.Handler; in AcpiEvGpeDetect()588 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvAsynchExecuteGpeMethod()613 Info->PrefixNode = GpeEventInfo->Dispatch.MethodNode; in AcpiEvAsynchExecuteGpeMethod()624 AcpiUtGetNodeName (GpeEventInfo->Dispatch.MethodNode))); in AcpiEvAsynchExecuteGpeMethod()800 ReturnValue = GpeEventInfo->Dispatch.Handler->Address ( in AcpiEvGpeDispatch()802 GpeEventInfo->Dispatch.Handler->Context); in AcpiEvGpeDispatch()
923 Handler->MethodNode = GpeEventInfo->Dispatch.MethodNode; in ACPI_EXPORT_SYMBOL()951 GpeEventInfo->Dispatch.Handler = Handler; in ACPI_EXPORT_SYMBOL()1122 if (GpeEventInfo->Dispatch.Handler->Address != Address) in ACPI_EXPORT_SYMBOL()1130 Handler = GpeEventInfo->Dispatch.Handler; in ACPI_EXPORT_SYMBOL()1131 GpeEventInfo->Dispatch.Handler = NULL; in ACPI_EXPORT_SYMBOL()1135 GpeEventInfo->Dispatch.MethodNode = Handler->MethodNode; in ACPI_EXPORT_SYMBOL()
462 Notify = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL()476 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL()477 GpeEventInfo->Dispatch.NotifyList = NewNotify; in ACPI_EXPORT_SYMBOL()
458 GpeEventInfo->Dispatch.MethodNode = MethodNode; in AcpiEvMatchGpeMethod()
623 HandlerObj = ObjDesc->Method.Dispatch.Handler; in AcpiEvInitializeRegion()
211 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState); in AcpiPsExecuteMethod()
456 MethodObj->Method.Dispatch.Handler = in AcpiNsExecModuleCode()
181 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation; in AcpiNsRootInitialize()
223 } Dispatch; member
553 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */ member
629 Status = ObjDesc->Method.Dispatch.Implementation (NextWalkState); in AcpiDsCallControlMethod()