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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/executer/
H A Dexstorob.c57 acpi_operand_object *target_desc)
76 if (target_desc->buffer.length == 0) {
77 target_desc->buffer.pointer = ACPI_MEM_ALLOCATE (length);
78 if (!target_desc->buffer.pointer) {
82 target_desc->buffer.length = length;
89 if (length <= target_desc->buffer.length) {
92 MEMSET (target_desc->buffer.pointer, 0, target_desc->buffer.length);
93 MEMCPY (target_desc->buffer.pointer, buffer, length);
100 MEMCPY (target_desc
55 acpi_ex_copy_buffer_to_buffer( acpi_operand_object *source_desc, acpi_operand_object *target_desc) argument
125 acpi_ex_copy_string_to_string( acpi_operand_object *source_desc, acpi_operand_object *target_desc) argument
[all...]
H A Dexstoren.c173 acpi_operand_object *target_desc = *target_desc_ptr; local
210 target_desc->integer.value = source_desc->integer.value;
214 acpi_ex_truncate_for32bit_table (target_desc, walk_state);
219 status = acpi_ex_copy_string_to_string (source_desc, target_desc);
225 status = acpi_ex_copy_buffer_to_buffer (source_desc, target_desc);
H A Dexstore.c467 acpi_operand_object *target_desc; local
482 target_desc = acpi_ns_get_attached_object (node);
511 status = acpi_ex_write_data_to_field (source_desc, target_desc);
525 status = acpi_ex_store_object (source_desc, target_type, &target_desc, walk_state);
535 status = acpi_ns_attach_object (node, target_desc, target_type);
539 acpi_ut_get_type_name (target_desc->common.type),
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/include/
H A Dacinterp.h564 acpi_operand_object *target_desc);
569 acpi_operand_object *target_desc);
574 acpi_operand_object *target_desc);
579 acpi_operand_object *target_desc);
589 acpi_operand_object *target_desc);

Completed in 40 milliseconds