Searched refs:new_notify (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/acpi/acpica/
H A Devxfgpe.c331 struct acpi_gpe_notify_info *new_notify; ACPI_EXPORT_SYMBOL() local
366 new_notify = ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_gpe_notify_info)); ACPI_EXPORT_SYMBOL()
367 if (!new_notify) { ACPI_EXPORT_SYMBOL()
417 new_notify->device_node = device_node; ACPI_EXPORT_SYMBOL()
418 new_notify->next = gpe_event_info->dispatch.notify_list; ACPI_EXPORT_SYMBOL()
419 gpe_event_info->dispatch.notify_list = new_notify; ACPI_EXPORT_SYMBOL()
420 new_notify = NULL; ACPI_EXPORT_SYMBOL()
433 if (new_notify) { ACPI_EXPORT_SYMBOL()
434 ACPI_FREE(new_notify); ACPI_EXPORT_SYMBOL()

Completed in 54 milliseconds