Lines Matching defs:notify
299 * there won't be any notify handlers installed for device wake notifications
358 struct acpi_gpe_notify_info *notify;
369 * implicit notify feature on all hosts.
390 * Allocate a new notify object up front, in case it is needed.
412 * known as an "implicit notify". Note: The GPE is assumed to be
418 * This is the first device for implicit notify on this GPE.
434 * If we already have an implicit notify on this GPE, add
435 * this device to the notify list.
442 notify = gpe_event_info->dispatch.notify_list;
443 while (notify) {
444 if (notify->device_node == device_node) {
448 notify = notify->next;
451 /* Add this device to the notify list for this GPE */
467 /* Delete the notify object if it was not used above */