HomeSort by: relevance | last modified time | path
    Searched refs:Dispatch (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/events/
evgpeutil.c 372 ACPI_FREE (GpeEventInfo->Dispatch.Handler);
373 GpeEventInfo->Dispatch.Handler = NULL;
381 Notify = GpeEventInfo->Dispatch.NotifyList;
389 GpeEventInfo->Dispatch.NotifyList = NULL;
evgpe.c 3 * Module Name: evgpe - General Purpose Event handling and dispatch
501 /* Detect and dispatch one GPE bit */
550 /* Do the correct dispatch - normal method or implicit notify */
557 * Dispatch a DEVICE_WAKE notify to the appropriate handler.
566 Notify = GpeEventInfo->Dispatch.NotifyList;
591 Info->PrefixNode = GpeEventInfo->Dispatch.MethodNode;
602 AcpiUtGetNodeName (GpeEventInfo->Dispatch.MethodNode)));
711 * DESCRIPTION: Detect and dispatch a General Purpose Event to either a function
808 /* Dispatch the event to a raw handler */
810 GpeHandlerInfo = GpeEventInfo->Dispatch.Handler
    [all...]
evxface.c 641 * invoked at interrupt level at the time of the event dispatch.
923 Handler->MethodNode = GpeEventInfo->Dispatch.MethodNode;
951 GpeEventInfo->Dispatch.Handler = Handler;
953 /* Setup up dispatch flags to indicate handler (vs. method/notify) */
1122 if (GpeEventInfo->Dispatch.Handler->Address != Address)
1130 Handler = GpeEventInfo->Dispatch.Handler;
1131 GpeEventInfo->Dispatch.Handler = NULL;
1133 /* Restore Method node (if any), set dispatch flags */
1135 GpeEventInfo->Dispatch.MethodNode = Handler->MethodNode;
evxfgpe.c 543 Notify = GpeEventInfo->Dispatch.NotifyList;
557 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList;
558 GpeEventInfo->Dispatch.NotifyList = NewNotify;
779 * DESCRIPTION: Detect and dispatch a General Purpose Event to either a function
evgpeinit.c 311 * information for quick lookup during GPE dispatch. Allows a
454 * use during dispatch of this GPE.
458 GpeEventInfo->Dispatch.MethodNode = MethodNode;
  /src/sys/arch/emips/stand/common/
start.S 105 bne k1,zero,Dispatch
113 EXPORT(Dispatch)
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 226 } Dispatch;
aclocal.h 505 /* Dispatch info for each host-installed SCI handler */
515 /* Dispatch info for each GPE -- either a method or handler, cannot be both */
537 * GPE dispatch info. At any time, the GPE can have at most one type
538 * of dispatch - Method, Handler, or Implicit Notify.
554 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */
  /src/sys/external/bsd/acpica/dist/parser/
psxface.c 214 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState);
  /src/sys/external/bsd/acpica/dist/namespace/
nsaccess.c 221 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation;
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsmethod.c 656 Status = ObjDesc->Method.Dispatch.Implementation (NextWalkState);
  /src/sys/external/bsd/acpica/dist/debugger/
dbdisply.c 995 Notify = GpeEventInfo->Dispatch.NotifyList;

Completed in 23 milliseconds