Lines Matching refs:obj_desc
343 union acpi_operand_object *obj_desc; in acpi_ds_delete_result_if_not_used() local
361 status = acpi_ds_result_pop(&obj_desc, walk_state); in acpi_ds_delete_result_if_not_used()
466 union acpi_operand_object *obj_desc; in acpi_ds_create_operand() local
509 obj_desc = in acpi_ds_create_operand()
548 &obj_desc)); in acpi_ds_create_operand()
562 obj_desc = in acpi_ds_create_operand()
572 obj_desc = in acpi_ds_create_operand()
575 ACPI_STRNCPY(obj_desc->string.pointer, in acpi_ds_create_operand()
604 status = acpi_ds_obj_stack_push(obj_desc, walk_state); in acpi_ds_create_operand()
609 (obj_desc, walk_state)); in acpi_ds_create_operand()
650 status = acpi_ds_result_pop(&obj_desc, walk_state); in acpi_ds_create_operand()
663 obj_desc = in acpi_ds_create_operand()
666 if (!obj_desc) { in acpi_ds_create_operand()
674 &obj_desc); in acpi_ds_create_operand()
676 acpi_ut_delete_object_desc(obj_desc); in acpi_ds_create_operand()
683 status = acpi_ds_obj_stack_push(obj_desc, walk_state); in acpi_ds_create_operand()
689 (obj_desc, walk_state)); in acpi_ds_create_operand()