Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/acpica/
Dexmisc.c157 acpi_ex_concat_template(union acpi_operand_object *operand0, in acpi_ex_concat_template() argument
180 status = acpi_ut_get_resource_end_tag(operand0, &end_tag); in acpi_ex_concat_template()
185 length0 = ACPI_PTR_DIFF(end_tag, operand0->buffer.pointer); in acpi_ex_concat_template()
212 memcpy(new_buf, operand0->buffer.pointer, length0); in acpi_ex_concat_template()
242 acpi_ex_do_concatenate(union acpi_operand_object *operand0, in acpi_ex_do_concatenate() argument
261 switch (operand0->common.type) { in acpi_ex_do_concatenate()
282 operand0->common.type)); in acpi_ex_do_concatenate()
303 switch (operand0->common.type) { in acpi_ex_do_concatenate()
321 memcpy(new_buf, &operand0->integer.value, in acpi_ex_do_concatenate()
336 operand0->string. in acpi_ex_do_concatenate()
[all …]
Dacinterp.h231 union acpi_operand_object *operand0,
234 u64 acpi_ex_do_math_op(u16 opcode, u64 operand0, u64 operand1);
/linux-4.4.14/tools/firewire/
Ddecode-fcp.c135 uint32_t operand0:8; member