Lines Matching refs:Notify
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;
652 while (Notify)
654 if (Notify->DeviceNode == DeviceNode)
659 Notify = Notify->Next;
662 /* Add this device to the notify list for this GPE */
679 /* Delete the notify object if it was not used above */