Searched refs:handler_obj (Results 1 – 7 of 7) sorted by relevance
122 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() 136 if (handler_obj->common.type != in acpi_ev_has_default_handler() 141 if (handler_obj->address_space.space_id == space_id) { in acpi_ev_has_default_handler() 142 if (handler_obj->address_space.handler_flags & in acpi_ev_has_default_handler() 148 handler_obj = handler_obj->address_space.next;176 union acpi_operand_object *handler_obj; in acpi_ev_install_handler() 184 handler_obj in acpi_ev_install_handler() 168 union acpi_operand_object *handler_obj; acpi_ev_install_handler() local 288 acpi_ev_find_region_handler(acpi_adr_space_type space_id,union acpi_operand_object * handler_obj) acpi_ev_find_region_handler() argument 334 union acpi_operand_object *handler_obj; acpi_ev_install_space_handler() local [all...]
142 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_ut_remove_reference(handler_obj); in ACPI_EXPORT_SYMBOL() [all...]
64 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 in acpi_install_notify_handler() 217 union acpi_operand_object *handler_obj; ACPI_EXPORT_SYMBOL() local [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 …]
138 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...]
164 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()
156 *handler_obj);182 acpi_ev_attach_region(union acpi_operand_object *handler_obj,