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

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devgpeutil.c480 ACPI_FREE (GpeEventInfo->Dispatch.Handler);
481 GpeEventInfo->Dispatch.Handler = NULL;
489 Notify = GpeEventInfo->Dispatch.NotifyList;
497 GpeEventInfo->Dispatch.NotifyList = NULL;
H A Devgpe.c665 * 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)));
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
[all...]
H A Devxface.c1031 Handler->MethodNode = GpeEventInfo->Dispatch.MethodNode;
1059 GpeEventInfo->Dispatch.Handler = Handler;
1230 if (GpeEventInfo->Dispatch.Handler->Address != Address)
1238 Handler = GpeEventInfo->Dispatch.Handler;
1239 GpeEventInfo->Dispatch.Handler = NULL;
1243 GpeEventInfo->Dispatch.MethodNode = Handler->MethodNode;
H A Devxfgpe.c651 Notify = GpeEventInfo->Dispatch.NotifyList;
665 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList;
666 GpeEventInfo->Dispatch.NotifyList = NewNotify;
H A Devgpeinit.c566 GpeEventInfo->Dispatch.MethodNode = MethodNode;
/haiku/src/add-ons/translators/rtf/
H A DRTF.h179 void Dispatch(RTF::Element *element);
H A DRTF.cpp797 Worker::Dispatch(Element *element) function in class:Worker
807 Dispatch(element);
821 Dispatch(&fStart);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacobject.h334 } Dispatch; member in struct:acpi_object_method
H A Daclocal.h613 /* Dispatch info for each host-installed SCI handler */
623 /* Dispatch info for each GPE -- either a method or handler, cannot be both */
662 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */ member in struct:acpi_gpe_event_info
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsxface.c322 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsaccess.c327 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsmethod.c757 Status = ObjDesc->Method.Dispatch.Implementation (NextWalkState);

Completed in 106 milliseconds