Lines Matching defs:Notify
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;
719 /* Defer enabling of GPE until all notify handlers are done */
744 * complete (i.e., finish execution of Notify)