Searched refs:Dispatch (Results 1 - 14 of 14) sorted by relevance

/barrelfish-master/lib/acpica/source/components/events/
H A Devgpeutil.c444 ACPI_FREE (GpeEventInfo->Dispatch.Handler);
445 GpeEventInfo->Dispatch.Handler = NULL;
453 Notify = GpeEventInfo->Dispatch.NotifyList;
461 GpeEventInfo->Dispatch.NotifyList = NULL;
H A Devgpe.c573 /* Dispatch the event to a raw handler */
575 GpeHandlerInfo = GpeEventInfo->Dispatch.Handler;
595 * Dispatch the event to a standard handler or
651 * Dispatch a DEVICE_WAKE notify to the appropriate handler.
660 Notify = GpeEventInfo->Dispatch.NotifyList;
685 Info->PrefixNode = GpeEventInfo->Dispatch.MethodNode;
696 AcpiUtGetNodeName (GpeEventInfo->Dispatch.MethodNode)));
804 * DESCRIPTION: Dispatch a General Purpose Event to either a function (e.g. EC)
860 * Dispatch the GPE to either an installed handler or the control
872 ReturnValue = GpeEventInfo->Dispatch
[all...]
H A Devxface.c995 Handler->MethodNode = GpeEventInfo->Dispatch.MethodNode;
1023 GpeEventInfo->Dispatch.Handler = Handler;
1194 if (GpeEventInfo->Dispatch.Handler->Address != Address)
1202 Handler = GpeEventInfo->Dispatch.Handler;
1203 GpeEventInfo->Dispatch.Handler = NULL;
1207 GpeEventInfo->Dispatch.MethodNode = Handler->MethodNode;
H A Devxfgpe.c534 Notify = GpeEventInfo->Dispatch.NotifyList;
548 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList;
549 GpeEventInfo->Dispatch.NotifyList = NewNotify;
H A Devgpeinit.c530 GpeEventInfo->Dispatch.MethodNode = MethodNode;
H A Devrgnini.c695 HandlerObj = ObjDesc->Method.Dispatch.Handler;
/barrelfish-master/lib/acpica/source/components/parser/
H A Dpsxface.c283 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState);
/barrelfish-master/lib/acpica/source/include/
H A Dacobject.h295 } Dispatch; member in struct:acpi_object_method
H A Daclocal.h576 /* Dispatch info for each host-installed SCI handler */
586 /* Dispatch info for each GPE -- either a method or handler, cannot be both */
625 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */ member in struct:acpi_gpe_event_info
/barrelfish-master/lib/acpica/source/components/namespace/
H A Dnsaccess.c253 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation;
H A Dnseval.c529 MethodObj->Method.Dispatch.Handler =
/barrelfish-master/lib/acpica/source/components/dispatcher/
H A Ddsmethod.c701 Status = ObjDesc->Method.Dispatch.Implementation (NextWalkState);
/barrelfish-master/lib/acpica/source/components/debugger/
H A Ddbdisply.c1043 Notify = GpeEventInfo->Dispatch.NotifyList;
/barrelfish-master/doc/017-arm/
H A DARM.tex517 \chapter{The Dispatch mechanism}

Completed in 141 milliseconds