Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/acpi/acpica/
Devxfgpe.c359 struct acpi_gpe_notify_info *new_notify; in ACPI_EXPORT_SYMBOL() local
394 new_notify = ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_gpe_notify_info)); in ACPI_EXPORT_SYMBOL()
395 if (!new_notify) { in ACPI_EXPORT_SYMBOL()
453 new_notify->device_node = device_node; in ACPI_EXPORT_SYMBOL()
454 new_notify->next = gpe_event_info->dispatch.notify_list; in ACPI_EXPORT_SYMBOL()
455 gpe_event_info->dispatch.notify_list = new_notify; in ACPI_EXPORT_SYMBOL()
456 new_notify = NULL; in ACPI_EXPORT_SYMBOL()
469 if (new_notify) { in ACPI_EXPORT_SYMBOL()
470 ACPI_FREE(new_notify); in ACPI_EXPORT_SYMBOL()