Lines Matching defs:temp_desc
560 union acpi_operand_object *temp_desc;
605 temp_desc = operand[0];
606 if (ACPI_GET_DESCRIPTOR_TYPE(temp_desc) ==
611 acpi_ut_add_reference(temp_desc);
622 &temp_desc, walk_state);
633 * temp_desc is now guaranteed to be an Integer object --
638 temp_desc->integer.value + 1;
641 temp_desc->integer.value - 1;
646 acpi_ut_remove_reference(temp_desc);
691 &temp_desc);
713 value = temp_desc->string.length;
720 status = acpi_ds_get_buffer_arguments(temp_desc);
721 value = temp_desc->buffer.length;
728 status = acpi_ds_get_package_arguments(temp_desc);
729 value = temp_desc->package.count;
774 temp_desc =
778 if (temp_desc
779 && ((temp_desc->common.type == ACPI_TYPE_STRING)
780 || (temp_desc->common.type ==
782 operand[0] = temp_desc;
783 acpi_ut_add_reference(temp_desc);
806 walk_state, &temp_desc);
816 operand[0] = temp_desc;
823 temp_desc =
826 operand[0] = temp_desc;
924 temp_desc =
941 temp_desc->buffer.pointer[operand[0]->reference.value]);
1008 &temp_desc);
1014 return_desc = temp_desc;