/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | evhandler.c | 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() 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() 286 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...] |
H A D | evxfregn.c | 111 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 in ACPI_EXPORT_SYMBOL() [all...] |
H A D | evxface.c | 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...] |
H A D | evrgnini.c | 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() 478 union acpi_operand_object *handler_obj; in acpi_ev_initialize_region() local 506 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...] |
H A D | dbdisply.c | 933 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 in acpi_db_display_handlers() 1062 union acpi_operand_object *handler_obj; acpi_db_display_non_root_handlers() local [all...] |
H A D | evmisc.c | 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()
|
H A D | evregion.c | 339 union acpi_operand_object *handler_obj; in acpi_ev_detach_region() local 358 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() 503 acpi_ev_attach_region(union acpi_operand_object *handler_obj, union acpi_operand_object *region_obj, u8 acpi_ns_is_locked) acpi_ev_attach_region() argument [all...] |
H A D | acevents.h | 156 *handler_obj); 182 acpi_ev_attach_region(union acpi_operand_object *handler_obj,
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | evhandler.c | 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() 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() 286 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...] |
H A D | evxfregn.c | 141 union acpi_operand_object *handler_obj; in ACPI_EXPORT_SYMBOL() local 182 handler_obj = obj_desc->common_notify.handler; in ACPI_EXPORT_SYMBOL() 184 while (handler_obj) { in ACPI_EXPORT_SYMBOL() 188 if (handler_obj->address_space.space_id == space_id) { in ACPI_EXPORT_SYMBOL() 192 if (handler_obj->address_space.handler != handler) { in ACPI_EXPORT_SYMBOL() 202 handler_obj, handler, in ACPI_EXPORT_SYMBOL() 206 region_obj = handler_obj->address_space.region_list; in ACPI_EXPORT_SYMBOL() 225 handler_obj->address_space.region_list; in ACPI_EXPORT_SYMBOL() 230 *last_obj_ptr = handler_obj->address_space.next; in ACPI_EXPORT_SYMBOL() 234 acpi_os_release_mutex(handler_obj in ACPI_EXPORT_SYMBOL() [all...] |
H A D | evxface.c | 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...] |
H A D | dbdisply.c | 933 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 in acpi_db_display_handlers() 1062 union acpi_operand_object *handler_obj; acpi_db_display_non_root_handlers() local [all...] |
H A D | evrgnini.c | 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...] |
H A D | evmisc.c | 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()
|
H A D | evregion.c | 346 union acpi_operand_object *handler_obj; in acpi_ev_detach_region() local 365 handler_obj = region_obj->region.handler; in acpi_ev_detach_region() 366 if (!handler_obj) { in acpi_ev_detach_region() 375 obj_desc = handler_obj->address_space.region_list; in acpi_ev_detach_region() 377 last_obj_ptr = &handler_obj->address_space.region_list; in acpi_ev_detach_region() 386 region_obj, handler_obj)); in acpi_ev_detach_region() 426 region_setup = handler_obj->address_space.setup; in acpi_ev_detach_region() 430 handler_obj->address_space. in acpi_ev_detach_region() 465 acpi_ut_remove_reference(handler_obj); in acpi_ev_detach_region() 489 region_obj, handler_obj)); in acpi_ev_detach_region() 510 acpi_ev_attach_region(union acpi_operand_object *handler_obj, union acpi_operand_object *region_obj, u8 acpi_ns_is_locked) acpi_ev_attach_region() argument [all...] |
H A D | acevents.h | 156 *handler_obj); 182 acpi_ev_attach_region(union acpi_operand_object *handler_obj,
|