Searched defs:target_desc (Results 1 - 2 of 2) sorted by relevance

/drivers/acpi/acpica/
H A Dexstorob.c57 * target_desc - Destination object of the copy
66 union acpi_operand_object *target_desc)
75 if (source_desc == target_desc) {
88 if ((target_desc->buffer.length == 0) ||
89 (target_desc->common.flags & AOPOBJ_STATIC_POINTER)) {
90 target_desc->buffer.pointer = ACPI_ALLOCATE(length);
91 if (!target_desc->buffer.pointer) {
95 target_desc->buffer.length = length;
100 if (length <= target_desc->buffer.length) {
104 ACPI_MEMSET(target_desc
65 acpi_ex_store_buffer_to_buffer(union acpi_operand_object *source_desc, union acpi_operand_object *target_desc) argument
162 acpi_ex_store_string_to_string(union acpi_operand_object *source_desc, union acpi_operand_object *target_desc) argument
[all...]
H A Dexstore.c392 union acpi_operand_object *target_desc; local
401 target_desc = acpi_ns_get_attached_object(node);
443 status = acpi_ex_write_data_to_field(source_desc, target_desc,
458 acpi_ex_store_object_to_object(source_desc, target_desc,
464 if (new_desc != target_desc) {

Completed in 44 milliseconds