HomeSort by: relevance | last modified time | path
    Searched defs:Notify (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/events/
evgpeutil.c 453 ACPI_GPE_NOTIFY_INFO *Notify;
489 Notify = GpeEventInfo->Dispatch.NotifyList;
490 while (Notify)
492 Next = Notify->Next;
493 ACPI_FREE (Notify);
494 Notify = Next;
evxfgpe.c 487 * there won't be any notify handlers installed for device wake notifications
556 ACPI_GPE_NOTIFY_INFO *Notify;
570 * implicit notify feature on all hosts.
594 * Allocate a new notify object up front, in case it is needed.
618 * known as an "implicit notify". Note: The GPE is assumed to be
625 * This is the first device for implicit notify on this GPE.
626 * Just set the flags here, and enter the NOTIFY block below.
643 * If we already have an implicit notify on this GPE, add
644 * this device to the notify list.
651 Notify = GpeEventInfo->Dispatch.NotifyList
    [all...]
evgpe.c 652 ACPI_GPE_NOTIFY_INFO *Notify;
658 /* Do the correct dispatch - normal method or implicit notify */
664 * Implicit notify.
665 * Dispatch a DEVICE_WAKE notify to the appropriate handler.
667 * completes. The notify handlers are NOT invoked synchronously
671 * June 2012: Expand implicit notify mechanism to support
674 Notify = GpeEventInfo->Dispatch.NotifyList;
675 while (ACPI_SUCCESS (Status) && Notify)
678 Notify->DeviceNode, ACPI_NOTIFY_DEVICE_WAKE);
680 Notify = Notify->Next
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbdisply.c 959 ACPI_GPE_NOTIFY_INFO *Notify;
1103 Notify = GpeEventInfo->Dispatch.NotifyList;
1104 while (Notify)
1107 Notify = Notify->Next;
1110 AcpiOsPrintf ("Implicit Notify on %u devices",
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 161 * address space handlers and notify handlers. The object is a constant
365 /* COMMON NOTIFY for POWER, PROCESSOR, DEVICE, and THERMAL */
646 ACPI_OBJECT_NOTIFY_HANDLER Notify;
aclocal.h 635 /* Notify info for implicit notify, multiple device objects */
646 * of dispatch - Method, Handler, or Implicit Notify.
921 * Notify info - used to pass info to the deferred notify
947 ACPI_NOTIFY_INFO Notify;
actbl1.h 1955 /* Values for Notify Type field above */
2016 ACPI_HEST_NOTIFY Notify;
2084 ACPI_HEST_NOTIFY Notify;
2102 ACPI_HEST_NOTIFY Notify;
2187 ACPI_HEST_NOTIFY Notify;

Completed in 75 milliseconds