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

/freebsd-10.1-release/sys/contrib/dev/acpica/components/events/
H A Devgpeutil.c419 ACPI_FREE (GpeEventInfo->Dispatch.Handler);
420 GpeEventInfo->Dispatch.Handler = NULL;
428 Notify = GpeEventInfo->Dispatch.NotifyList;
435 GpeEventInfo->Dispatch.NotifyList = NULL;
H A Devgpe.c488 * Found an active GPE. Dispatch the event to a handler
583 * Dispatch a DEVICE_WAKE notify to the appropriate handler.
592 Notify = LocalGpeEventInfo->Dispatch.NotifyList;
617 Info->PrefixNode = LocalGpeEventInfo->Dispatch.MethodNode;
628 AcpiUtGetNodeName (LocalGpeEventInfo->Dispatch.MethodNode)));
731 * DESCRIPTION: Dispatch a General Purpose Event to either a function (e.g. EC)
794 * Dispatch the GPE to either an installed handler or the control
806 ReturnValue = GpeEventInfo->Dispatch.Handler->Address (
808 GpeEventInfo->Dispatch.Handler->Context);
H A Devxface.c886 Handler->MethodNode = GpeEventInfo->Dispatch.MethodNode;
912 GpeEventInfo->Dispatch.Handler = Handler;
1004 if (GpeEventInfo->Dispatch.Handler->Address != Address)
1012 Handler = GpeEventInfo->Dispatch.Handler;
1016 GpeEventInfo->Dispatch.MethodNode = Handler->MethodNode;
H A Devxfgpe.c389 Notify = GpeEventInfo->Dispatch.NotifyList;
403 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList;
404 GpeEventInfo->Dispatch.NotifyList = NewNotify;
H A Devgpeinit.c449 GpeEventInfo->Dispatch.MethodNode = MethodNode;
H A Devrgnini.c662 HandlerObj = ObjDesc->Method.Dispatch.Handler;
/freebsd-10.1-release/sys/contrib/dev/acpica/components/parser/
H A Dpsxface.c338 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState);
/freebsd-10.1-release/sys/contrib/dev/acpica/components/namespace/
H A Dnseval.c458 MethodObj->Method.Dispatch.Handler =
H A Dnsaccess.c183 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation;
/freebsd-10.1-release/sys/contrib/dev/acpica/include/
H A Dacobject.h221 } Dispatch; member in struct:acpi_object_method
H A Daclocal.h456 /* Dispatch info for each host-installed SCI handler */
466 /* Dispatch info for each GPE -- either a method or handler, cannot be both */
505 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */ member in struct:acpi_gpe_event_info
/freebsd-10.1-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmethod.c451 Status = ObjDesc->Method.Dispatch.Implementation (NextWalkState);
/freebsd-10.1-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c952 Notify = GpeEventInfo->Dispatch.NotifyList;

Completed in 134 milliseconds