Home
last modified time | relevance | path

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

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