Home
last modified time | relevance | path

Searched refs:target_desc (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dexstorob.c22 * target_desc - Destination object of the copy
31 union acpi_operand_object *target_desc) in acpi_ex_store_buffer_to_buffer()
40 if (source_desc == target_desc) { in acpi_ex_store_buffer_to_buffer()
53 if ((target_desc->buffer.length == 0) || in acpi_ex_store_buffer_to_buffer()
54 (target_desc->common.flags & AOPOBJ_STATIC_POINTER)) { in acpi_ex_store_buffer_to_buffer()
55 target_desc->buffer.pointer = ACPI_ALLOCATE(length); in acpi_ex_store_buffer_to_buffer()
56 if (!target_desc->buffer.pointer) { in acpi_ex_store_buffer_to_buffer()
60 target_desc->buffer.length = length; in acpi_ex_store_buffer_to_buffer()
65 if (length <= target_desc->buffer.length) { in acpi_ex_store_buffer_to_buffer()
69 memset(target_desc in acpi_ex_store_buffer_to_buffer()
30 acpi_ex_store_buffer_to_buffer(union acpi_operand_object *source_desc, union acpi_operand_object *target_desc) acpi_ex_store_buffer_to_buffer() argument
127 acpi_ex_store_string_to_string(union acpi_operand_object *source_desc, union acpi_operand_object *target_desc) acpi_ex_store_string_to_string() argument
[all...]
H A Dexstore.c367 union acpi_operand_object *target_desc; in acpi_ex_store_object_to_node() local
376 target_desc = acpi_ns_get_attached_object(node); in acpi_ex_store_object_to_node()
484 acpi_ex_store_object_to_object(source_desc, target_desc, in acpi_ex_store_object_to_node()
490 if (new_desc != target_desc) { in acpi_ex_store_object_to_node()
523 status = acpi_ex_write_data_to_field(source_desc, target_desc, in acpi_ex_store_object_to_node()
H A Dacinterp.h436 union acpi_operand_object *target_desc);
440 union acpi_operand_object *target_desc);
447 union acpi_operand_object *target_desc);
451 union acpi_operand_object *target_desc);
459 union acpi_operand_object *target_desc);
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dexstorob.c22 * target_desc - Destination object of the copy
31 union acpi_operand_object *target_desc) in acpi_ex_store_buffer_to_buffer()
40 if (source_desc == target_desc) { in acpi_ex_store_buffer_to_buffer()
53 if ((target_desc->buffer.length == 0) || in acpi_ex_store_buffer_to_buffer()
54 (target_desc->common.flags & AOPOBJ_STATIC_POINTER)) { in acpi_ex_store_buffer_to_buffer()
55 target_desc->buffer.pointer = ACPI_ALLOCATE(length); in acpi_ex_store_buffer_to_buffer()
56 if (!target_desc->buffer.pointer) { in acpi_ex_store_buffer_to_buffer()
60 target_desc->buffer.length = length; in acpi_ex_store_buffer_to_buffer()
65 if (length <= target_desc->buffer.length) { in acpi_ex_store_buffer_to_buffer()
69 memset(target_desc in acpi_ex_store_buffer_to_buffer()
30 acpi_ex_store_buffer_to_buffer(union acpi_operand_object *source_desc, union acpi_operand_object *target_desc) acpi_ex_store_buffer_to_buffer() argument
127 acpi_ex_store_string_to_string(union acpi_operand_object *source_desc, union acpi_operand_object *target_desc) acpi_ex_store_string_to_string() argument
[all...]
H A Dexstore.c367 union acpi_operand_object *target_desc; in acpi_ex_store_object_to_node() local
376 target_desc = acpi_ns_get_attached_object(node); in acpi_ex_store_object_to_node()
484 acpi_ex_store_object_to_object(source_desc, target_desc, in acpi_ex_store_object_to_node()
490 if (new_desc != target_desc) { in acpi_ex_store_object_to_node()
523 status = acpi_ex_write_data_to_field(source_desc, target_desc, in acpi_ex_store_object_to_node()
H A Dacinterp.h436 union acpi_operand_object *target_desc);
440 union acpi_operand_object *target_desc);
447 union acpi_operand_object *target_desc);
451 union acpi_operand_object *target_desc);
459 union acpi_operand_object *target_desc);

Completed in 3 milliseconds