Lines Matching defs:notify
460 struct acpi_gpe_notify_info *notify;
464 /* Do the correct dispatch - normal method or implicit notify */
469 * Implicit notify.
470 * Dispatch a DEVICE_WAKE notify to the appropriate handler.
472 * completes. The notify handlers are NOT invoked synchronously
476 * June 2012: Expand implicit notify mechanism to support
479 notify = gpe_event_info->dispatch.notify_list;
480 while (ACPI_SUCCESS(status) && notify) {
482 acpi_ev_queue_notify_request(notify->device_node,
485 notify = notify->next;
524 /* Defer enabling of GPE until all notify handlers are done */