Home
last modified time | relevance | path

Searched refs:dest_desc (Results 1 – 9 of 9) sorted by relevance

/linux-3.3/drivers/acpi/acpica/
Dexstoren.c196 union acpi_operand_object *dest_desc, in acpi_ex_store_object_to_object() argument
206 if (!dest_desc) { in acpi_ex_store_object_to_object()
218 if (source_desc->common.type != dest_desc->common.type) { in acpi_ex_store_object_to_object()
228 status = acpi_ex_convert_to_target_type(dest_desc->common.type, in acpi_ex_store_object_to_object()
250 switch (dest_desc->common.type) { in acpi_ex_store_object_to_object()
253 dest_desc->integer.value = actual_src_desc->integer.value; in acpi_ex_store_object_to_object()
257 acpi_ex_truncate_for32bit_table(dest_desc); in acpi_ex_store_object_to_object()
263 acpi_ex_store_string_to_string(actual_src_desc, dest_desc); in acpi_ex_store_object_to_object()
269 acpi_ex_store_buffer_to_buffer(actual_src_desc, dest_desc); in acpi_ex_store_object_to_object()
275 acpi_ut_copy_iobject_to_iobject(actual_src_desc, &dest_desc, in acpi_ex_store_object_to_object()
[all …]
Dutcopy.c78 union acpi_operand_object *dest_desc);
675 union acpi_operand_object *dest_desc) in acpi_ut_copy_simple_object() argument
684 reference_count = dest_desc->common.reference_count; in acpi_ut_copy_simple_object()
685 next_object = dest_desc->common.next_object; in acpi_ut_copy_simple_object()
696 ACPI_MEMCPY(ACPI_CAST_PTR(char, dest_desc), in acpi_ut_copy_simple_object()
701 dest_desc->common.reference_count = reference_count; in acpi_ut_copy_simple_object()
702 dest_desc->common.next_object = next_object; in acpi_ut_copy_simple_object()
706 dest_desc->common.flags &= ~AOPOBJ_STATIC_POINTER; in acpi_ut_copy_simple_object()
710 switch (dest_desc->common.type) { in acpi_ut_copy_simple_object()
719 dest_desc->buffer.pointer = in acpi_ut_copy_simple_object()
[all …]
Dexstore.c57 union acpi_operand_object *dest_desc,
82 union acpi_operand_object *dest_desc, in acpi_ex_store() argument
86 union acpi_operand_object *ref_desc = dest_desc; in acpi_ex_store()
88 ACPI_FUNCTION_TRACE_PTR(ex_store, dest_desc); in acpi_ex_store()
92 if (!source_desc || !dest_desc) { in acpi_ex_store()
99 if (ACPI_GET_DESCRIPTOR_TYPE(dest_desc) == ACPI_DESC_TYPE_NAMED) { in acpi_ex_store()
107 dest_desc, walk_state, in acpi_ex_store()
115 switch (dest_desc->common.type) { in acpi_ex_store()
123 if (dest_desc->common.flags & AOPOBJ_AML_CONSTANT) { in acpi_ex_store()
135 acpi_ut_get_object_type_name(dest_desc), in acpi_ex_store()
[all …]
Ddsmthdat.c370 union acpi_operand_object **dest_desc) in acpi_ds_method_data_get_value() argument
380 if (!dest_desc) { in acpi_ds_method_data_get_value()
451 *dest_desc = object; in acpi_ds_method_data_get_value()
Dacinterp.h394 union acpi_operand_object *dest_desc,
416 union acpi_operand_object *dest_desc,
Dacdispat.h185 union acpi_operand_object **dest_desc);
Dacutils.h233 union acpi_operand_object **dest_desc,
/linux-3.3/drivers/net/ethernet/broadcom/
Db44.c704 struct dma_desc *src_desc, *dest_desc; in b44_recycle_rx() local
711 dest_desc = &bp->rx_ring[dest_idx]; in b44_recycle_rx()
733 dest_desc->ctrl = ctrl; in b44_recycle_rx()
734 dest_desc->addr = src_desc->addr; in b44_recycle_rx()
740 dest_idx * sizeof(*dest_desc), in b44_recycle_rx()
Dtg3.c5466 struct tg3_rx_buffer_desc *src_desc, *dest_desc; in tg3_recycle_rx() local
5474 dest_desc = &dpr->rx_std[dest_idx]; in tg3_recycle_rx()
5482 dest_desc = &dpr->rx_jmb[dest_idx].std; in tg3_recycle_rx()
5495 dest_desc->addr_hi = src_desc->addr_hi; in tg3_recycle_rx()
5496 dest_desc->addr_lo = src_desc->addr_lo; in tg3_recycle_rx()