Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/acpica/
Ddbstats.c154 acpi_db_enumerate_object(obj_desc->device.notify_list[0]); in acpi_db_enumerate_object()
155 acpi_db_enumerate_object(obj_desc->device.notify_list[1]); in acpi_db_enumerate_object()
175 notify_list[0]); in acpi_db_enumerate_object()
177 notify_list[1]); in acpi_db_enumerate_object()
182 acpi_db_enumerate_object(obj_desc->processor.notify_list[0]); in acpi_db_enumerate_object()
183 acpi_db_enumerate_object(obj_desc->processor.notify_list[1]); in acpi_db_enumerate_object()
189 acpi_db_enumerate_object(obj_desc->thermal_zone.notify_list[0]); in acpi_db_enumerate_object()
190 acpi_db_enumerate_object(obj_desc->thermal_zone.notify_list[1]); in acpi_db_enumerate_object()
Dexdump.c78 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(device.notify_list[0]),
80 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(device.notify_list[1]),
131 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(power_resource.notify_list[0]),
133 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(power_resource.notify_list[1]),
143 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(processor.notify_list[0]),
145 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(processor.notify_list[1]),
152 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(thermal_zone.notify_list[0]),
154 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(thermal_zone.notify_list[1]),
Devxface.c145 handler_obj = obj_desc->common_notify.notify_list[i]; in acpi_install_notify_handler()
175 obj_desc->common_notify.notify_list[i]; in acpi_install_notify_handler()
177 obj_desc->common_notify.notify_list[i] = handler_obj; in acpi_install_notify_handler()
288 handler_obj = obj_desc->common_notify.notify_list[i]; in ACPI_EXPORT_SYMBOL()
311 obj_desc->common_notify.notify_list[i] = in ACPI_EXPORT_SYMBOL()
Devgpeutil.c309 notify = gpe_event_info->dispatch.notify_list; in acpi_ev_delete_gpe_handlers()
316 gpe_event_info->dispatch.notify_list = NULL; in acpi_ev_delete_gpe_handlers()
Devxfgpe.c442 notify = gpe_event_info->dispatch.notify_list; 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()
Devmisc.c100 obj_desc->common_notify.notify_list[handler_list_id]; in acpi_ev_queue_notify_request()
Dacobject.h179 union acpi_operand_object *notify_list[2]; /* Handlers for system/device notifies */\
Dutdelete.c509 object->common_notify.notify_list[i]; in acpi_ut_update_object_reference()
Devgpe.c479 notify = gpe_event_info->dispatch.notify_list; in acpi_ev_asynch_execute_gpe_method()
Ddbdisply.c880 notify_list; in acpi_db_display_gpes()
Daclocal.h441 struct acpi_gpe_notify_info *notify_list; /* List of _PRW devices for implicit notifies */ member