Searched refs:region_obj (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/acpi/acpica/ |
A D | evregion.c | 133 region_obj, in acpi_ev_address_space_dispatch() 159 region_obj, in acpi_ev_address_space_dispatch() 364 if (obj_desc == region_obj) { in acpi_ev_detach_region() 367 region_obj, handler_obj)); in acpi_ev_detach_region() 409 region_setup(region_obj, in acpi_ev_detach_region() 428 (region_obj->region. in acpi_ev_detach_region() 432 region_obj->region.flags &= in acpi_ev_detach_region() 461 region_obj)); in acpi_ev_detach_region() 470 region_obj, handler_obj)); in acpi_ev_detach_region() 500 if (region_obj->region.handler) { in acpi_ev_attach_region() [all …]
|
A D | evrgnini.c | 142 union acpi_operand_object *region_obj = in acpi_ev_pci_config_region_setup() local 147 handler_obj = region_obj->region.handler; in acpi_ev_pci_config_region_setup() 155 region_obj)); in acpi_ev_pci_config_region_setup() 244 pci_device_node = region_obj->region.node; in acpi_ev_pci_config_region_setup() 290 region_obj->region.node); in acpi_ev_pci_config_region_setup() 485 if (!region_obj) { in acpi_ev_initialize_region() 495 node = region_obj->region.node->parent; in acpi_ev_initialize_region() 496 space_id = region_obj->region.space_id; in acpi_ev_initialize_region() 535 handler_obj, region_obj, in acpi_ev_initialize_region() 539 region_obj, FALSE); in acpi_ev_initialize_region() [all …]
|
A D | exfield.c | 137 (obj_desc->field.region_obj->region.space_id == in acpi_ex_read_data_from_field() 139 || obj_desc->field.region_obj->region.space_id == in acpi_ex_read_data_from_field() 141 || obj_desc->field.region_obj->region.space_id == in acpi_ex_read_data_from_field() 143 || obj_desc->field.region_obj->region.space_id == in acpi_ex_read_data_from_field() 192 (obj_desc->field.region_obj->region.space_id == in acpi_ex_read_data_from_field() 200 (obj_desc->field.region_obj->region.space_id == in acpi_ex_read_data_from_field() 293 (obj_desc->field.region_obj->region.space_id == in acpi_ex_write_data_to_field() 301 (obj_desc->field.region_obj->region.space_id == in acpi_ex_write_data_to_field() 317 (obj_desc->field.region_obj->region.space_id == in acpi_ex_write_data_to_field() 333 if ((obj_desc->field.region_obj->region.address == in acpi_ex_write_data_to_field() [all …]
|
A D | evxfregn.c | 112 union acpi_operand_object *region_obj; in ACPI_EXPORT_SYMBOL() local 176 region_obj = handler_obj->address_space.region_list; in ACPI_EXPORT_SYMBOL() 180 while (region_obj) { in ACPI_EXPORT_SYMBOL() 188 acpi_ev_detach_region(region_obj, TRUE); in ACPI_EXPORT_SYMBOL() 194 region_obj = in ACPI_EXPORT_SYMBOL()
|
A D | acevents.h | 176 acpi_ev_address_space_dispatch(union acpi_operand_object *region_obj, 183 union acpi_operand_object *region_obj, 187 acpi_ev_detach_region(union acpi_operand_object *region_obj, 195 acpi_ev_execute_reg_method(union acpi_operand_object *region_obj, u32 function); 231 acpi_status acpi_ev_initialize_region(union acpi_operand_object *region_obj);
|
A D | exprep.c | 431 obj_desc->field.region_obj = in acpi_ex_prep_field_value() 462 if ((obj_desc->field.region_obj->region.space_id == in acpi_ex_prep_field_value() 481 obj_desc->field.region_obj)); in acpi_ex_prep_field_value() 487 obj_desc->bank_field.region_obj = in acpi_ex_prep_field_value() 494 acpi_ut_add_reference(obj_desc->bank_field.region_obj); in acpi_ex_prep_field_value() 502 obj_desc->bank_field.region_obj, in acpi_ex_prep_field_value()
|
A D | dbtest.c | 738 union acpi_operand_object *region_obj; in acpi_db_test_field_unit_type() local 746 region_obj = obj_desc->field.region_obj; in acpi_db_test_field_unit_type() 747 switch (region_obj->region.space_id) { in acpi_db_test_field_unit_type() 776 acpi_ut_get_region_name(region_obj->region. in acpi_db_test_field_unit_type() 784 acpi_ut_get_region_name(region_obj->region.space_id), in acpi_db_test_field_unit_type() 785 region_obj->region.node->name.ascii); in acpi_db_test_field_unit_type()
|
A D | acobject.h | 234 …ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO union acpi_operand_object *region_obj; /* Parent … member 239 union acpi_operand_object *region_obj; /* Containing op_region object */ member 246 …ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO union acpi_operand_object *region_obj; /* Contain… member
|
A D | nsdump.c | 353 region_obj->region. in acpi_ns_dump_one_object() 362 region_obj->region. in acpi_ns_dump_one_object() 575 obj_desc = (void *)obj_desc->field.region_obj; in acpi_ns_dump_one_object() 580 obj_desc = (void *)obj_desc->bank_field.region_obj; in acpi_ns_dump_one_object()
|
A D | exserial.c | 158 switch (obj_desc->field.region_obj->region.space_id) { in acpi_ex_read_serial_bus() 287 switch (obj_desc->field.region_obj->region.space_id) { in acpi_ex_write_serial_bus()
|
A D | exdump.c | 170 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(field.region_obj), "Region Object"}, 179 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(bank_field.region_obj), 783 acpi_ex_dump_operand(obj_desc->field.region_obj, depth + 1); in acpi_ex_dump_operand()
|
A D | exfldio.c | 58 rgn_desc = obj_desc->common_field.region_obj; in acpi_ex_setup_region() 223 rgn_desc = obj_desc->common_field.region_obj; in acpi_ex_access_region()
|
A D | utdelete.c | 585 region_obj, in acpi_ut_update_object_reference()
|
A D | dbnames.c | 532 if (node->object->field.region_obj->region.space_id != in acpi_db_walk_for_fields()
|
/linux/drivers/acpi/ |
A D | osl.c | 1502 union acpi_operand_object *region_obj; in acpi_deactivate_mem_region() local 1506 region_obj = acpi_ns_get_attached_object(handle); in acpi_deactivate_mem_region() 1507 if (!region_obj) in acpi_deactivate_mem_region() 1510 handler_obj = region_obj->region.handler; in acpi_deactivate_mem_region() 1514 if (region_obj->region.space_id != ACPI_ADR_SPACE_SYSTEM_MEMORY) in acpi_deactivate_mem_region() 1517 if (!(region_obj->region.flags & AOPOBJ_SETUP_COMPLETE)) in acpi_deactivate_mem_region() 1520 region_obj2 = acpi_ns_get_secondary_object(region_obj); in acpi_deactivate_mem_region() 1530 status = handler_obj->address_space.setup(region_obj, in acpi_deactivate_mem_region() 1534 region_obj->region.flags &= ~(AOPOBJ_SETUP_COMPLETE); in acpi_deactivate_mem_region()
|
Completed in 22 milliseconds