Searched refs:handler_obj (Results 1 – 9 of 9) sorted by relevance
122 union acpi_operand_object *handler_obj; in acpi_ev_has_default_handler() local128 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() local176 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 …]
111 union acpi_operand_object *handler_obj; in ACPI_EXPORT_SYMBOL() local152 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 …]
64 union acpi_operand_object *handler_obj; in acpi_install_notify_handler() local145 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 …]
138 union acpi_operand_object *handler_obj; in acpi_ev_pci_config_region_setup() local147 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()478 union acpi_operand_object *handler_obj; in acpi_ev_initialize_region() local506 handler_obj = NULL; in acpi_ev_initialize_region()517 handler_obj = obj_desc->common_notify.handler; in acpi_ev_initialize_region()527 handler_obj = in acpi_ev_initialize_region()528 acpi_ev_find_region_handler(space_id, handler_obj); in acpi_ev_initialize_region()[all …]
933 union acpi_operand_object *handler_obj; in acpi_db_display_handlers() local950 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 …]
339 union acpi_operand_object *handler_obj; in acpi_ev_detach_region() local358 handler_obj = region_obj->region.handler; in acpi_ev_detach_region()359 if (!handler_obj) { in acpi_ev_detach_region()368 obj_desc = handler_obj->address_space.region_list; in acpi_ev_detach_region()370 last_obj_ptr = &handler_obj->address_space.region_list; in acpi_ev_detach_region()379 region_obj, handler_obj)); in acpi_ev_detach_region()419 region_setup = handler_obj->address_space.setup; in acpi_ev_detach_region()423 handler_obj->address_space. in acpi_ev_detach_region()458 acpi_ut_remove_reference(handler_obj); in acpi_ev_detach_region()482 region_obj, handler_obj)); in acpi_ev_detach_region()[all …]
164 union acpi_operand_object *handler_obj; in acpi_ev_notify_dispatch() local178 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()
156 *handler_obj);182 acpi_ev_attach_region(union acpi_operand_object *handler_obj,
1515 union acpi_operand_object *handler_obj; in acpi_deactivate_mem_region() local1525 handler_obj = region_obj->region.handler; in acpi_deactivate_mem_region()1526 if (!handler_obj) in acpi_deactivate_mem_region()1545 status = handler_obj->address_space.setup(region_obj, in acpi_deactivate_mem_region()