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

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devgpeutil.c491 ACPI_FREE (GpeEventInfo->Dispatch.Handler);
492 GpeEventInfo->Dispatch.Handler = NULL;
500 Notify = GpeEventInfo->Dispatch.NotifyList;
507 GpeEventInfo->Dispatch.NotifyList = NULL;
H A Devgpe.c560 * Found an active GPE. Dispatch the event to a handler
656 * Dispatch a DEVICE_WAKE notify to the appropriate handler.
665 Notify = LocalGpeEventInfo->Dispatch.NotifyList;
690 Info->PrefixNode = LocalGpeEventInfo->Dispatch.MethodNode;
701 AcpiUtGetNodeName (LocalGpeEventInfo->Dispatch.MethodNode)));
804 * DESCRIPTION: Dispatch a General Purpose Event to either a function (e.g. EC)
867 * Dispatch the GPE to either an installed handler or the control
879 ReturnValue = GpeEventInfo->Dispatch.Handler->Address (
881 GpeEventInfo->Dispatch.Handler->Context);
H A Devxface.c789 Handler->MethodNode = GpeEventInfo->Dispatch.MethodNode;
815 GpeEventInfo->Dispatch.Handler = Handler;
907 if (GpeEventInfo->Dispatch.Handler->Address != Address)
915 Handler = GpeEventInfo->Dispatch.Handler;
919 GpeEventInfo->Dispatch.MethodNode = Handler->MethodNode;
H A Devxfgpe.c458 Notify = GpeEventInfo->Dispatch.NotifyList;
472 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList;
473 GpeEventInfo->Dispatch.NotifyList = NewNotify;
H A Devgpeinit.c526 GpeEventInfo->Dispatch.MethodNode = MethodNode;
H A Devrgnini.c734 HandlerObj = ObjDesc->Method.Dispatch.Handler;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnseval.c489 MethodObj->Method.Dispatch.Handler =
H A Dnsaccess.c254 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsxface.c410 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState);
/haiku-fatelf/src/add-ons/translators/rtf/
H A DRTF.h179 void Dispatch(RTF::Element *element);
H A DRTF.cpp798 Worker::Dispatch(Element *element) function in class:Worker
808 Dispatch(element);
822 Dispatch(&fStart);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacobject.h293 } Dispatch; member in struct:acpi_object_method
H A Daclocal.h525 /* Dispatch info for each GPE -- either a method or handler, cannot be both */
564 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */ member in struct:acpi_gpe_event_info
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsmethod.c521 Status = ObjDesc->Method.Dispatch.Implementation (NextWalkState);

Completed in 136 milliseconds