Lines Matching refs:destination

41 	void *destination;
77 * destination is the internal resource descriptor
80 destination =
105 ACPI_SET8(destination,
113 ACPI_SET8(destination,
121 ACPI_SET8(destination,
129 ACPI_SET8(destination,
136 ACPI_SET8(destination, item_count);
145 ACPI_SET16(destination, item_count);
158 ACPI_SET16(destination, item_count);
164 ACPI_SET8(destination, item_count);
192 ACPI_SET16(destination, item_count);
201 ACPI_SET16(destination, item_count);
212 ACPI_SET16(destination, item_count);
231 acpi_rs_move_data(destination, source, item_count,
242 *(u16 **)destination = ACPI_CAST_PTR(u16, target);
258 *(u8 **)destination = ACPI_CAST_PTR(u8, target);
274 *(u8 **)destination = ACPI_CAST_PTR(u8, target);
290 *(u8 **)destination = ACPI_CAST_PTR(u8, target);
303 memset(destination, info->aml_offset, info->value);
309 memcpy(destination, source, ACPI_GET16(target));
329 destination, aml, NULL);
347 destination, aml,
357 destination);
373 acpi_rs_decode_bitmask(temp16, destination);
451 void *destination;
473 * destination is the external AML byte stream buffer
476 destination = ACPI_ADD_PTR(void, aml, info->aml_offset);
494 ACPI_SET8(destination, 0);
501 ACPI_SET_BIT(*ACPI_CAST8(destination), (u8)
510 ACPI_SET_BIT(*ACPI_CAST8(destination), (u8)
519 ACPI_SET_BIT(*ACPI_CAST8(destination), (u8)
528 ACPI_SET_BIT(*ACPI_CAST8(destination), (u8)
536 ACPI_SET8(destination, item_count);
552 ACPI_SET16(destination, aml_length);
563 ACPI_SET16(destination, item_count);
575 ACPI_SET16(destination, aml_length);
592 ACPI_SET16(destination, item_count + info->value);
617 acpi_rs_move_data(destination, source, item_count,
623 destination = (char *)ACPI_ADD_PTR(void, aml,
625 (destination));
627 acpi_rs_move_data(destination, source, item_count,
635 destination = (char *)ACPI_ADD_PTR(void, aml,
637 (destination));
639 acpi_rs_move_data(destination, source, item_count,
645 destination = (char *)ACPI_ADD_PTR(void, aml,
649 acpi_rs_move_data(destination, source, item_count,
655 destination = (char *)ACPI_ADD_PTR(void, aml,
659 acpi_rs_move_data(destination, source, item_count,
696 ACPI_SET8(destination,
712 ACPI_MOVE_16_TO_16(destination, &temp16);