Home
last modified time | relevance | path

Searched refs:region_obj (Results 1 – 11 of 11) sorted by relevance

/drivers/acpi/acpica/
Devregion.c133 acpi_ev_address_space_dispatch(union acpi_operand_object *region_obj, in acpi_ev_address_space_dispatch() argument
149 region_obj2 = acpi_ns_get_secondary_object(region_obj); in acpi_ev_address_space_dispatch()
156 handler_desc = region_obj->region.handler; in acpi_ev_address_space_dispatch()
160 acpi_ut_get_node_name(region_obj->region.node), in acpi_ev_address_space_dispatch()
161 region_obj, in acpi_ev_address_space_dispatch()
162 acpi_ut_get_region_name(region_obj->region. in acpi_ev_address_space_dispatch()
174 if (!(region_obj->region.flags & AOPOBJ_SETUP_COMPLETE)) { in acpi_ev_address_space_dispatch()
185 region_obj, in acpi_ev_address_space_dispatch()
186 acpi_ut_get_region_name(region_obj->region. in acpi_ev_address_space_dispatch()
198 status = region_setup(region_obj, ACPI_REGION_ACTIVATE, in acpi_ev_address_space_dispatch()
[all …]
Devrgnini.c177 union acpi_operand_object *region_obj = in acpi_ev_pci_config_region_setup() local
182 handler_obj = region_obj->region.handler; in acpi_ev_pci_config_region_setup()
190 region_obj)); in acpi_ev_pci_config_region_setup()
202 parent_node = region_obj->region.node->parent; in acpi_ev_pci_config_region_setup()
262 if (region_obj->region.flags & AOPOBJ_SETUP_COMPLETE) { in acpi_ev_pci_config_region_setup()
280 pci_device_node = region_obj->region.node; in acpi_ev_pci_config_region_setup()
326 region_obj->region.node); in acpi_ev_pci_config_region_setup()
502 acpi_ev_initialize_region(union acpi_operand_object *region_obj, in acpi_ev_initialize_region() argument
516 if (!region_obj) { in acpi_ev_initialize_region()
520 if (region_obj->common.flags & AOPOBJ_OBJECT_INITIALIZED) { in acpi_ev_initialize_region()
[all …]
Dexfield.c163 (obj_desc->field.region_obj->region.space_id == in acpi_ex_read_data_from_field()
165 || obj_desc->field.region_obj->region.space_id == in acpi_ex_read_data_from_field()
167 || obj_desc->field.region_obj->region.space_id == in acpi_ex_read_data_from_field()
175 if (obj_desc->field.region_obj->region.space_id == in acpi_ex_read_data_from_field()
180 } else if (obj_desc->field.region_obj->region.space_id == in acpi_ex_read_data_from_field()
257 (obj_desc->field.region_obj->region.space_id == in acpi_ex_read_data_from_field()
362 (obj_desc->field.region_obj->region.space_id == in acpi_ex_write_data_to_field()
364 || obj_desc->field.region_obj->region.space_id == in acpi_ex_write_data_to_field()
366 || obj_desc->field.region_obj->region.space_id == in acpi_ex_write_data_to_field()
387 if (obj_desc->field.region_obj->region.space_id == in acpi_ex_write_data_to_field()
[all …]
Devxfregn.c178 union acpi_operand_object *region_obj; in ACPI_EXPORT_SYMBOL() local
242 region_obj = handler_obj->address_space.region_list; in ACPI_EXPORT_SYMBOL()
246 while (region_obj) { in ACPI_EXPORT_SYMBOL()
254 acpi_ev_detach_region(region_obj, TRUE); in ACPI_EXPORT_SYMBOL()
260 region_obj = in ACPI_EXPORT_SYMBOL()
Dacevents.h184 acpi_ev_address_space_dispatch(union acpi_operand_object *region_obj,
191 union acpi_operand_object *region_obj,
195 acpi_ev_detach_region(union acpi_operand_object *region_obj,
203 acpi_ev_execute_reg_method(union acpi_operand_object *region_obj, u32 function);
240 acpi_ev_initialize_region(union acpi_operand_object *region_obj,
Dexprep.c460 obj_desc->field.region_obj = in acpi_ex_prep_field_value()
491 if ((obj_desc->field.region_obj->region.space_id == in acpi_ex_prep_field_value()
507 acpi_ut_add_reference(obj_desc->field.region_obj); in acpi_ex_prep_field_value()
514 obj_desc->field.region_obj)); in acpi_ex_prep_field_value()
520 obj_desc->bank_field.region_obj = in acpi_ex_prep_field_value()
527 acpi_ut_add_reference(obj_desc->bank_field.region_obj); in acpi_ex_prep_field_value()
535 obj_desc->bank_field.region_obj, in acpi_ex_prep_field_value()
Dacobject.h260 …ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO union acpi_operand_object *region_obj; /* Parent … member
265 union acpi_operand_object *region_obj; /* Containing op_region object */ member
271 …ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO union acpi_operand_object *region_obj; /* Contain… member
Dnsdump.c383 region_obj->region. in acpi_ns_dump_one_object()
392 region_obj->region. in acpi_ns_dump_one_object()
602 obj_desc = (void *)obj_desc->field.region_obj; in acpi_ns_dump_one_object()
607 obj_desc = (void *)obj_desc->bank_field.region_obj; in acpi_ns_dump_one_object()
Dutdelete.c592 next_object = object->field.region_obj; in acpi_ut_update_object_reference()
601 region_obj, in acpi_ut_update_object_reference()
Dexdump.c204 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(field.region_obj), "Region Object"},
213 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(bank_field.region_obj),
802 acpi_ex_dump_operand(obj_desc->field.region_obj, depth + 1); in acpi_ex_dump_operand()
Dexfldio.c92 rgn_desc = obj_desc->common_field.region_obj; in acpi_ex_setup_region()
255 rgn_desc = obj_desc->common_field.region_obj; in acpi_ex_access_region()