Home
last modified time | relevance | path

Searched refs:region_obj (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Devregion.c81 * PARAMETERS: region_obj - Internal region object
103 acpi_ev_address_space_dispatch(union acpi_operand_object *region_obj, in acpi_ev_address_space_dispatch() argument
121 region_obj2 = acpi_ns_get_secondary_object(region_obj); in acpi_ev_address_space_dispatch()
128 handler_desc = region_obj->region.handler; in acpi_ev_address_space_dispatch()
132 acpi_ut_get_node_name(region_obj->region.node), in acpi_ev_address_space_dispatch()
133 region_obj, in acpi_ev_address_space_dispatch()
134 acpi_ut_get_region_name(region_obj->region. in acpi_ev_address_space_dispatch()
148 if (!(region_obj->region.flags & AOPOBJ_SETUP_COMPLETE)) { in acpi_ev_address_space_dispatch()
159 region_obj, in acpi_ev_address_space_dispatch()
160 acpi_ut_get_region_name(region_obj in acpi_ev_address_space_dispatch()
343 acpi_ev_detach_region(union acpi_operand_object *region_obj, u8 acpi_ns_is_locked) acpi_ev_detach_region() argument
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
554 acpi_ev_execute_reg_method(union acpi_operand_object *region_obj, u32 function) acpi_ev_execute_reg_method() argument
[all...]
H A Devrgnini.c142 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()
167 parent_node = region_obj->region.node->parent; in acpi_ev_pci_config_region_setup()
226 if (region_obj->region.flags & AOPOBJ_SETUP_COMPLETE) { 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()
496 * PARAMETERS: region_obj - Region we are initializing
528 acpi_status acpi_ev_initialize_region(union acpi_operand_object *region_obj) in acpi_ev_initialize_region() argument
537 if (!region_obj) { in acpi_ev_initialize_region()
[all...]
H A Dexfield.c137 (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()
145 || obj_desc->field.region_obj->region.space_id == in acpi_ex_read_data_from_field()
194 (obj_desc->field.region_obj->region.space_id == in acpi_ex_read_data_from_field()
202 (obj_desc->field.region_obj->region.space_id == in acpi_ex_read_data_from_field()
213 obj_desc->field.region_obj->field.internal_pcc_buffer + in acpi_ex_read_data_from_field()
295 (obj_desc->field.region_obj->region.space_id == in acpi_ex_write_data_to_field()
303 (obj_desc->field.region_obj in acpi_ex_write_data_to_field()
[all...]
H A Dacevents.h176 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);
236 acpi_status acpi_ev_initialize_region(union acpi_operand_object *region_obj);
H A Devxfregn.c142 union acpi_operand_object *region_obj; in ACPI_EXPORT_SYMBOL() local
206 region_obj = handler_obj->address_space.region_list; in ACPI_EXPORT_SYMBOL()
210 while (region_obj) { in ACPI_EXPORT_SYMBOL()
218 acpi_ev_detach_region(region_obj, TRUE); in ACPI_EXPORT_SYMBOL()
224 region_obj = in ACPI_EXPORT_SYMBOL()
H A Dexprep.c431 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()
H A Ddbtest.c738 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()
H A Dacobject.h235 ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO union acpi_operand_object *region_obj; /* Parent Operation Region object (REGION/BANK fields only) */ member
240 union acpi_operand_object *region_obj; /* Containing op_region object */ member
247 ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO union acpi_operand_object *region_obj; /* Containing op_region object */ member
H A Dexserial.c158 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()
H A Dnsdump.c353 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()
H A Dexfldio.c58 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()
H A Dexdump.c170 {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()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Devregion.c80 * PARAMETERS: region_obj - Internal region object
102 acpi_ev_address_space_dispatch(union acpi_operand_object *region_obj, in acpi_ev_address_space_dispatch() argument
120 region_obj2 = acpi_ns_get_secondary_object(region_obj); in acpi_ev_address_space_dispatch()
127 handler_desc = region_obj->region.handler; in acpi_ev_address_space_dispatch()
131 acpi_ut_get_node_name(region_obj->region.node), in acpi_ev_address_space_dispatch()
132 region_obj, in acpi_ev_address_space_dispatch()
133 acpi_ut_get_region_name(region_obj->region. in acpi_ev_address_space_dispatch()
147 if (!(region_obj->region.flags & AOPOBJ_SETUP_COMPLETE)) { in acpi_ev_address_space_dispatch()
158 region_obj, in acpi_ev_address_space_dispatch()
159 acpi_ut_get_region_name(region_obj in acpi_ev_address_space_dispatch()
336 acpi_ev_detach_region(union acpi_operand_object *region_obj, u8 acpi_ns_is_locked) acpi_ev_detach_region() argument
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
547 acpi_ev_execute_reg_method(union acpi_operand_object *region_obj, u32 function) acpi_ev_execute_reg_method() argument
[all...]
H A Devrgnini.c142 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()
167 parent_node = region_obj->region.node->parent; in acpi_ev_pci_config_region_setup()
226 if (region_obj->region.flags & AOPOBJ_SETUP_COMPLETE) { 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()
444 * PARAMETERS: region_obj - Region we are initializing
476 acpi_status acpi_ev_initialize_region(union acpi_operand_object *region_obj) in acpi_ev_initialize_region() argument
485 if (!region_obj) { in acpi_ev_initialize_region()
[all...]
H A Dexfield.c137 (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()
190 (obj_desc->field.region_obj->region.space_id == in acpi_ex_read_data_from_field()
198 (obj_desc->field.region_obj->region.space_id == in acpi_ex_read_data_from_field()
209 obj_desc->field.region_obj->field.internal_pcc_buffer + in acpi_ex_read_data_from_field()
291 (obj_desc->field.region_obj->region.space_id == in acpi_ex_write_data_to_field()
299 (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()
303 || obj_desc->field.region_obj in acpi_ex_write_data_to_field()
[all...]
H A Devxfregn.c112 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()
H A Dacevents.h176 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);
H A Dexprep.c431 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()
H A Ddbtest.c738 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()
H A Dacobject.h234 ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO union acpi_operand_object *region_obj; /* Parent Operation Region object (REGION/BANK fields only) */ 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; /* Containing op_region object */ member
H A Dexserial.c158 switch (obj_desc->field.region_obj->region.space_id) { in acpi_ex_read_serial_bus()
281 switch (obj_desc->field.region_obj->region.space_id) { in acpi_ex_write_serial_bus()
H A Dnsdump.c353 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()
H A Dexfldio.c58 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()
H A Dexdump.c170 {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()
H A Dutdelete.c586 region_obj, in acpi_ut_update_object_reference()

Completed in 17 milliseconds

12