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

/linux-master/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, argument
121 region_obj2 = acpi_ns_get_secondary_object(region_obj);
128 handler_desc = region_obj->region.handler;
132 acpi_ut_get_node_name(region_obj->region.node),
133 region_obj,
134 acpi_ut_get_region_name(region_obj->region.
148 if (!(region_obj->region.flags & AOPOBJ_SETUP_COMPLETE)) {
159 region_obj,
160 acpi_ut_get_region_name(region_obj
343 acpi_ev_detach_region(union acpi_operand_object *region_obj, u8 acpi_ns_is_locked) argument
510 acpi_ev_attach_region(union acpi_operand_object *handler_obj, union acpi_operand_object *region_obj, u8 acpi_ns_is_locked) argument
554 acpi_ev_execute_reg_method(union acpi_operand_object *region_obj, u32 function) argument
[all...]
H A Dexfield.c137 (obj_desc->field.region_obj->region.space_id ==
139 || obj_desc->field.region_obj->region.space_id ==
141 || obj_desc->field.region_obj->region.space_id ==
143 || obj_desc->field.region_obj->region.space_id ==
145 || obj_desc->field.region_obj->region.space_id ==
194 (obj_desc->field.region_obj->region.space_id ==
202 (obj_desc->field.region_obj->region.space_id ==
213 obj_desc->field.region_obj->field.internal_pcc_buffer +
295 (obj_desc->field.region_obj->region.space_id ==
303 (obj_desc->field.region_obj
[all...]
H A Devrgnini.c142 union acpi_operand_object *region_obj = local
147 handler_obj = region_obj->region.handler;
155 region_obj));
167 parent_node = region_obj->region.node->parent;
226 if (region_obj->region.flags & AOPOBJ_SETUP_COMPLETE) {
244 pci_device_node = region_obj->region.node;
290 region_obj->region.node);
496 * PARAMETERS: region_obj - Region we are initializing
528 acpi_status acpi_ev_initialize_region(union acpi_operand_object *region_obj) argument
537 if (!region_obj) {
[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; local
206 region_obj = handler_obj->address_space.region_list;
210 while (region_obj) {
218 acpi_ev_detach_region(region_obj, TRUE);
224 region_obj =
H A Dexprep.c431 obj_desc->field.region_obj =
462 if ((obj_desc->field.region_obj->region.space_id ==
481 obj_desc->field.region_obj));
487 obj_desc->bank_field.region_obj =
494 acpi_ut_add_reference(obj_desc->bank_field.region_obj);
502 obj_desc->bank_field.region_obj,
H A Dexserial.c158 switch (obj_desc->field.region_obj->region.space_id) {
287 switch (obj_desc->field.region_obj->region.space_id) {
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 in struct:acpi_object_field_common
240 union acpi_operand_object *region_obj; /* Containing op_region object */ member in struct:acpi_object_region_field
247 ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_FIELD_INFO union acpi_operand_object *region_obj; /* Containing op_region object */ member in struct:acpi_object_bank_field
H A Ddbtest.c738 union acpi_operand_object *region_obj; local
746 region_obj = obj_desc->field.region_obj;
747 switch (region_obj->region.space_id) {
776 acpi_ut_get_region_name(region_obj->region.
784 acpi_ut_get_region_name(region_obj->region.space_id),
785 region_obj->region.node->name.ascii);
H A Dnsdump.c353 region_obj->region.
362 region_obj->region.
575 obj_desc = (void *)obj_desc->field.region_obj;
580 obj_desc = (void *)obj_desc->bank_field.region_obj;
H A Dexfldio.c58 rgn_desc = obj_desc->common_field.region_obj;
223 rgn_desc = obj_desc->common_field.region_obj;
H A Dutdelete.c586 region_obj,
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);
H A Ddbnames.c532 if (node->object->field.region_obj->region.space_id !=

Completed in 209 milliseconds