Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/acpi/acpica/
Devhandler.c122 union acpi_operand_object *handler_obj; in acpi_ev_has_default_handler() local
128 handler_obj = obj_desc->common_notify.handler; in acpi_ev_has_default_handler()
132 while (handler_obj) { in acpi_ev_has_default_handler()
133 if (handler_obj->address_space.space_id == space_id) { in acpi_ev_has_default_handler()
134 if (handler_obj->address_space.handler_flags & in acpi_ev_has_default_handler()
140 handler_obj = handler_obj->address_space.next; in acpi_ev_has_default_handler()
168 union acpi_operand_object *handler_obj; in acpi_ev_install_handler() local
176 handler_obj = (union acpi_operand_object *)context; in acpi_ev_install_handler()
180 if (!handler_obj) { in acpi_ev_install_handler()
217 acpi_ev_find_region_handler(handler_obj->address_space. in acpi_ev_install_handler()
[all …]
Devxfregn.c111 union acpi_operand_object *handler_obj; in ACPI_EXPORT_SYMBOL() local
152 handler_obj = obj_desc->common_notify.handler; in ACPI_EXPORT_SYMBOL()
154 while (handler_obj) { in ACPI_EXPORT_SYMBOL()
158 if (handler_obj->address_space.space_id == space_id) { in ACPI_EXPORT_SYMBOL()
162 if (handler_obj->address_space.handler != handler) { in ACPI_EXPORT_SYMBOL()
172 handler_obj, handler, in ACPI_EXPORT_SYMBOL()
176 region_obj = handler_obj->address_space.region_list; in ACPI_EXPORT_SYMBOL()
195 handler_obj->address_space.region_list; in ACPI_EXPORT_SYMBOL()
200 *last_obj_ptr = handler_obj->address_space.next; in ACPI_EXPORT_SYMBOL()
204 acpi_os_release_mutex(handler_obj->address_space. in ACPI_EXPORT_SYMBOL()
[all …]
Devxface.c64 union acpi_operand_object *handler_obj; in acpi_install_notify_handler() local
145 handler_obj = obj_desc->common_notify.notify_list[i]; in acpi_install_notify_handler()
146 while (handler_obj) { in acpi_install_notify_handler()
147 if (handler_obj->notify.handler == handler) { in acpi_install_notify_handler()
152 handler_obj = handler_obj->notify.next[i]; in acpi_install_notify_handler()
159 handler_obj = acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_NOTIFY); in acpi_install_notify_handler()
160 if (!handler_obj) { in acpi_install_notify_handler()
165 handler_obj->notify.node = node; in acpi_install_notify_handler()
166 handler_obj->notify.handler_type = handler_type; in acpi_install_notify_handler()
167 handler_obj->notify.handler = handler; in acpi_install_notify_handler()
[all …]
Ddbdisply.c933 union acpi_operand_object *handler_obj; in acpi_db_display_handlers() local
950 handler_obj = in acpi_db_display_handlers()
954 if (handler_obj) { in acpi_db_display_handlers()
956 (handler_obj->address_space. in acpi_db_display_handlers()
960 handler_obj->address_space. in acpi_db_display_handlers()
975 handler_obj = obj_desc->common_notify.handler; in acpi_db_display_handlers()
976 while (handler_obj) { in acpi_db_display_handlers()
977 if (handler_obj->address_space.space_id >= in acpi_db_display_handlers()
981 handler_obj->address_space. in acpi_db_display_handlers()
984 (handler_obj->address_space. in acpi_db_display_handlers()
[all …]
Devrgnini.c138 union acpi_operand_object *handler_obj; in acpi_ev_pci_config_region_setup() local
147 handler_obj = region_obj->region.handler; in acpi_ev_pci_config_region_setup()
148 if (!handler_obj) { in acpi_ev_pci_config_region_setup()
182 if (handler_obj->address_space.node == acpi_gbl_root_node) { in acpi_ev_pci_config_region_setup()
219 pci_root_node = handler_obj->address_space.node; in acpi_ev_pci_config_region_setup()
530 union acpi_operand_object *handler_obj; in acpi_ev_initialize_region() local
558 handler_obj = NULL; in acpi_ev_initialize_region()
569 handler_obj = obj_desc->common_notify.handler; in acpi_ev_initialize_region()
579 handler_obj = in acpi_ev_initialize_region()
580 acpi_ev_find_region_handler(space_id, handler_obj); in acpi_ev_initialize_region()
[all …]
Devregion.c337 union acpi_operand_object *handler_obj; in acpi_ev_detach_region() local
356 handler_obj = region_obj->region.handler; in acpi_ev_detach_region()
357 if (!handler_obj) { in acpi_ev_detach_region()
366 obj_desc = handler_obj->address_space.region_list; in acpi_ev_detach_region()
368 last_obj_ptr = &handler_obj->address_space.region_list; in acpi_ev_detach_region()
377 region_obj, handler_obj)); in acpi_ev_detach_region()
417 region_setup = handler_obj->address_space.setup; in acpi_ev_detach_region()
421 handler_obj->address_space. in acpi_ev_detach_region()
456 acpi_ut_remove_reference(handler_obj); in acpi_ev_detach_region()
480 region_obj, handler_obj)); in acpi_ev_detach_region()
[all …]
Devmisc.c164 union acpi_operand_object *handler_obj; in acpi_ev_notify_dispatch() local
178 handler_obj = info->notify.handler_list_head; in acpi_ev_notify_dispatch()
179 while (handler_obj) { in acpi_ev_notify_dispatch()
180 handler_obj->notify.handler(info->notify.node, in acpi_ev_notify_dispatch()
182 handler_obj->notify.context); in acpi_ev_notify_dispatch()
184 handler_obj = in acpi_ev_notify_dispatch()
185 handler_obj->notify.next[info->notify.handler_list_id]; in acpi_ev_notify_dispatch()
Dacevents.h156 *handler_obj);
182 acpi_ev_attach_region(union acpi_operand_object *handler_obj,