Home
last modified time | relevance | path

Searched refs:operand0 (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/acpi/acpica/
Dexmisc.c159 acpi_ex_concat_template(union acpi_operand_object *operand0, in acpi_ex_concat_template() argument
182 status = acpi_ut_get_resource_end_tag(operand0, &end_tag); in acpi_ex_concat_template()
187 length0 = ACPI_PTR_DIFF(end_tag, operand0->buffer.pointer); in acpi_ex_concat_template()
214 ACPI_MEMCPY(new_buf, operand0->buffer.pointer, length0); in acpi_ex_concat_template()
244 acpi_ex_do_concatenate(union acpi_operand_object *operand0, in acpi_ex_do_concatenate() argument
263 switch (operand0->common.type) { in acpi_ex_do_concatenate()
280 operand0->common.type)); in acpi_ex_do_concatenate()
301 switch (operand0->common.type) { in acpi_ex_do_concatenate()
319 ACPI_MEMCPY(new_buf, &operand0->integer.value, in acpi_ex_do_concatenate()
334 operand0->string. in acpi_ex_do_concatenate()
[all …]
Dacinterp.h205 union acpi_operand_object *operand0,
208 u64 acpi_ex_do_math_op(u16 opcode, u64 operand0, u64 operand1);
/linux-3.3/tools/firewire/
Ddecode-fcp.c135 uint32_t operand0:8; member