Searched refs:dest_desc (Results 1 – 9 of 9) sorted by relevance
/drivers/acpi/acpica/ |
D | exstoren.c | 199 union acpi_operand_object *dest_desc, in acpi_ex_store_object_to_object() argument 209 if (!dest_desc) { in acpi_ex_store_object_to_object() 222 ACPI_GET_OBJECT_TYPE(dest_desc)) { in acpi_ex_store_object_to_object() 234 (dest_desc), source_desc, in acpi_ex_store_object_to_object() 255 switch (ACPI_GET_OBJECT_TYPE(dest_desc)) { in acpi_ex_store_object_to_object() 258 dest_desc->integer.value = actual_src_desc->integer.value; in acpi_ex_store_object_to_object() 262 acpi_ex_truncate_for32bit_table(dest_desc); in acpi_ex_store_object_to_object() 268 acpi_ex_store_string_to_string(actual_src_desc, dest_desc); in acpi_ex_store_object_to_object() 274 acpi_ex_store_buffer_to_buffer(actual_src_desc, dest_desc); in acpi_ex_store_object_to_object() 280 acpi_ut_copy_iobject_to_iobject(actual_src_desc, &dest_desc, in acpi_ex_store_object_to_object() [all …]
|
D | utcopy.c | 78 union acpi_operand_object *dest_desc); 674 union acpi_operand_object *dest_desc) in acpi_ut_copy_simple_object() argument 681 reference_count = dest_desc->common.reference_count; in acpi_ut_copy_simple_object() 682 next_object = dest_desc->common.next_object; in acpi_ut_copy_simple_object() 686 ACPI_MEMCPY((char *)dest_desc, (char *)source_desc, in acpi_ut_copy_simple_object() 691 dest_desc->common.reference_count = reference_count; in acpi_ut_copy_simple_object() 692 dest_desc->common.next_object = next_object; in acpi_ut_copy_simple_object() 696 dest_desc->common.flags &= ~AOPOBJ_STATIC_POINTER; in acpi_ut_copy_simple_object() 700 switch (ACPI_GET_OBJECT_TYPE(dest_desc)) { in acpi_ut_copy_simple_object() 709 dest_desc->buffer.pointer = in acpi_ut_copy_simple_object() [all …]
|
D | exstore.c | 62 union acpi_operand_object *dest_desc, 294 union acpi_operand_object *dest_desc, in acpi_ex_store() argument 298 union acpi_operand_object *ref_desc = dest_desc; in acpi_ex_store() 300 ACPI_FUNCTION_TRACE_PTR(ex_store, dest_desc); in acpi_ex_store() 304 if (!source_desc || !dest_desc) { in acpi_ex_store() 311 if (ACPI_GET_DESCRIPTOR_TYPE(dest_desc) == ACPI_DESC_TYPE_NAMED) { in acpi_ex_store() 319 dest_desc, walk_state, in acpi_ex_store() 327 switch (ACPI_GET_OBJECT_TYPE(dest_desc)) { in acpi_ex_store() 335 if (dest_desc->common.flags & AOPOBJ_AML_CONSTANT) { in acpi_ex_store() 347 acpi_ut_get_object_type_name(dest_desc), in acpi_ex_store() [all …]
|
D | dsmthdat.c | 372 union acpi_operand_object **dest_desc) in acpi_ds_method_data_get_value() argument 382 if (!dest_desc) { in acpi_ds_method_data_get_value() 455 *dest_desc = object; in acpi_ds_method_data_get_value()
|
D | acinterp.h | 391 union acpi_operand_object *dest_desc, 413 union acpi_operand_object *dest_desc,
|
D | acdispat.h | 179 union acpi_operand_object **dest_desc);
|
D | acutils.h | 232 union acpi_operand_object **dest_desc,
|
/drivers/net/ |
D | b44.c | 714 struct dma_desc *src_desc, *dest_desc; in b44_recycle_rx() local 721 dest_desc = &bp->rx_ring[dest_idx]; in b44_recycle_rx() 743 dest_desc->ctrl = ctrl; in b44_recycle_rx() 744 dest_desc->addr = src_desc->addr; in b44_recycle_rx() 750 dest_idx * sizeof(dest_desc), in b44_recycle_rx()
|
D | tg3.c | 4172 struct tg3_rx_buffer_desc *src_desc, *dest_desc; in tg3_recycle_rx() local 4179 dest_desc = &tp->rx_std[dest_idx]; in tg3_recycle_rx() 4187 dest_desc = &tp->rx_jumbo[dest_idx]; in tg3_recycle_rx() 4200 dest_desc->addr_hi = src_desc->addr_hi; in tg3_recycle_rx() 4201 dest_desc->addr_lo = src_desc->addr_lo; in tg3_recycle_rx()
|