Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/acpica/
Ddbstats.c190 acpi_db_enumerate_object(obj_desc->device.notify_list[0]); in acpi_db_enumerate_object()
191 acpi_db_enumerate_object(obj_desc->device.notify_list[1]); in acpi_db_enumerate_object()
211 notify_list[0]); in acpi_db_enumerate_object()
213 notify_list[1]); in acpi_db_enumerate_object()
218 acpi_db_enumerate_object(obj_desc->processor.notify_list[0]); in acpi_db_enumerate_object()
219 acpi_db_enumerate_object(obj_desc->processor.notify_list[1]); in acpi_db_enumerate_object()
225 acpi_db_enumerate_object(obj_desc->thermal_zone.notify_list[0]); in acpi_db_enumerate_object()
226 acpi_db_enumerate_object(obj_desc->thermal_zone.notify_list[1]); in acpi_db_enumerate_object()
Dexdump.c112 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(device.notify_list[0]),
114 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(device.notify_list[1]),
165 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(power_resource.notify_list[0]),
167 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(power_resource.notify_list[1]),
177 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(processor.notify_list[0]),
179 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(processor.notify_list[1]),
186 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(thermal_zone.notify_list[0]),
188 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(thermal_zone.notify_list[1]),
Devxface.c179 handler_obj = obj_desc->common_notify.notify_list[i]; in acpi_install_notify_handler()
209 obj_desc->common_notify.notify_list[i]; in acpi_install_notify_handler()
211 obj_desc->common_notify.notify_list[i] = handler_obj; in acpi_install_notify_handler()
322 handler_obj = obj_desc->common_notify.notify_list[i]; in ACPI_EXPORT_SYMBOL()
345 obj_desc->common_notify.notify_list[i] = in ACPI_EXPORT_SYMBOL()
Devgpeutil.c343 notify = gpe_event_info->dispatch.notify_list; in acpi_ev_delete_gpe_handlers()
349 gpe_event_info->dispatch.notify_list = NULL; in acpi_ev_delete_gpe_handlers()
Devxfgpe.c406 notify = gpe_event_info->dispatch.notify_list; 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()
Devmisc.c134 obj_desc->common_notify.notify_list[handler_list_id]; in acpi_ev_queue_notify_request()
Dacobject.h210 union acpi_operand_object *notify_list[2]; /* Handlers for system/device notifies */\
Devgpe.c556 notify = gpe_event_info->dispatch.notify_list; in acpi_ev_asynch_execute_gpe_method()
Dutdelete.c532 object->common_notify.notify_list[i]; in acpi_ut_update_object_reference()
Daclocal.h464 struct acpi_gpe_notify_info *notify_list; /* List of _PRW devices for implicit notifies */ member
Ddbdisply.c889 notify_list; in acpi_db_display_gpes()