Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
H A 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 …]
H A Devxfregn.c142 union acpi_operand_object *handler_obj; in ACPI_EXPORT_SYMBOL() local
183 handler_obj = obj_desc->common_notify.handler; in ACPI_EXPORT_SYMBOL()
185 while (handler_obj) { in ACPI_EXPORT_SYMBOL()
189 if (handler_obj->address_space.space_id == space_id) { in ACPI_EXPORT_SYMBOL()
193 if (handler_obj->address_space.handler != handler) { in ACPI_EXPORT_SYMBOL()
203 handler_obj, handler, in ACPI_EXPORT_SYMBOL()
207 region_obj = handler_obj->address_space.region_list; in ACPI_EXPORT_SYMBOL()
226 handler_obj->address_space.region_list; in ACPI_EXPORT_SYMBOL()
231 *last_obj_ptr = handler_obj->address_space.next; in ACPI_EXPORT_SYMBOL()
235 acpi_os_release_mutex(handler_obj->address_space. in ACPI_EXPORT_SYMBOL()
[all …]
H A 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 …]
H A 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 …]
H A 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 …]
H A Devregion.c347 union acpi_operand_object *handler_obj; in acpi_ev_detach_region() local
366 handler_obj = region_obj->region.handler; in acpi_ev_detach_region()
367 if (!handler_obj) { in acpi_ev_detach_region()
376 obj_desc = handler_obj->address_space.region_list; in acpi_ev_detach_region()
378 last_obj_ptr = &handler_obj->address_space.region_list; in acpi_ev_detach_region()
387 region_obj, handler_obj)); in acpi_ev_detach_region()
427 region_setup = handler_obj->address_space.setup; in acpi_ev_detach_region()
431 handler_obj->address_space. in acpi_ev_detach_region()
466 acpi_ut_remove_reference(handler_obj); in acpi_ev_detach_region()
490 region_obj, handler_obj)); in acpi_ev_detach_region()
[all …]
H A 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()
H A Dacevents.h156 *handler_obj);
182 acpi_ev_attach_region(union acpi_operand_object *handler_obj,