Lines Matching defs:region_obj2
111 union acpi_operand_object *region_obj2;
120 region_obj2 = acpi_ns_get_secondary_object(region_obj);
121 if (!region_obj2) {
198 if (!(region_obj2->extra.region_context)) {
199 region_obj2->extra.region_context =
286 region_obj2->extra.region_context);
345 union acpi_operand_object *region_obj2;
350 region_obj2 = acpi_ns_get_secondary_object(region_obj);
351 if (!region_obj2) {
354 region_context = ®ion_obj2->extra.region_context;
551 union acpi_operand_object *region_obj2;
565 region_obj2 = acpi_ns_get_secondary_object(region_obj);
566 if (!region_obj2) {
585 region_obj2->extra.method_REG = method_node;
587 if (region_obj2->extra.method_REG == NULL) {
607 info->prefix_node = region_obj2->extra.method_REG;