Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/acpi/acpica/
Devxfgpe.c203 struct acpi_gpe_notify_object *notify_object; in ACPI_EXPORT_SYMBOL() local
259 notify_object = ACPI_ALLOCATE_ZEROED(sizeof(*notify_object)); in ACPI_EXPORT_SYMBOL()
260 if (!notify_object) { in ACPI_EXPORT_SYMBOL()
265 notify_object->node = device_node; in ACPI_EXPORT_SYMBOL()
266 notify_object->next = gpe_event_info->dispatch.device.next; in ACPI_EXPORT_SYMBOL()
267 gpe_event_info->dispatch.device.next = notify_object; in ACPI_EXPORT_SYMBOL()
Devgpe.c469 struct acpi_gpe_notify_object *notify_object; in acpi_ev_asynch_execute_gpe_method() local
525 notify_object = local_gpe_event_info->dispatch.device.next; in acpi_ev_asynch_execute_gpe_method()
526 while (ACPI_SUCCESS(status) && notify_object) { in acpi_ev_asynch_execute_gpe_method()
528 notify_object->node, in acpi_ev_asynch_execute_gpe_method()
530 notify_object = notify_object->next; in acpi_ev_asynch_execute_gpe_method()