• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/executer/

Lines Matching refs:operand

141  * DESCRIPTION: Execute Type 1 monadic operator with numeric operand on
148 union acpi_operand_object **operand = &walk_state->operands[0];
159 status = acpi_ex_release_mutex(operand[0], walk_state);
164 status = acpi_ex_system_reset_event(operand[0]);
169 status = acpi_ex_system_signal_event(operand[0]);
174 status = acpi_ex_system_do_suspend(operand[0]->integer.value);
180 acpi_ex_system_do_stall((u32) operand[0]->integer.value);
185 status = acpi_ex_unload_table(operand[0]);
215 union acpi_operand_object **operand = &walk_state->operands[0];
225 status = acpi_ex_load_op(operand[0], operand[1], walk_state);
257 union acpi_operand_object **operand = &walk_state->operands[0];
289 return_desc->integer.value = ~operand[0]->integer.value;
294 return_desc->integer.value = operand[0]->integer.value;
310 return_desc->integer.value = operand[0]->integer.value;
337 digit = operand[0]->integer.value;
378 digit = operand[0]->integer.value;
401 ACPI_FORMAT_UINT64(operand[0]->
415 if ((struct acpi_namespace_node *)operand[0] ==
427 status = acpi_ex_get_object_reference(operand[0],
435 acpi_ex_store(return_desc2, operand[1], walk_state);
452 * A store operand is typically a number, string, buffer or lvalue
456 status = acpi_ex_store(operand[0], operand[1], walk_state);
470 walk_state->result_obj = operand[0];
481 acpi_ut_copy_iobject_to_iobject(operand[0], &return_desc,
487 status = acpi_ex_convert_to_string(operand[0], &return_desc,
489 if (return_desc == operand[0]) {
498 status = acpi_ex_convert_to_string(operand[0], &return_desc,
500 if (return_desc == operand[0]) {
509 status = acpi_ex_convert_to_buffer(operand[0], &return_desc);
510 if (return_desc == operand[0]) {
519 status = acpi_ex_convert_to_integer(operand[0], &return_desc,
521 if (return_desc == operand[0]) {
551 status = acpi_ex_store(return_desc, operand[1], walk_state);
585 union acpi_operand_object **operand = &walk_state->operands[0];
610 if (!operand[0]->integer.value) {
629 * Since we are expecting a Reference operand, it can be either a
632 temp_desc = operand[0];
642 * Convert the Reference operand to an Integer (This removes a
646 * reference operand to an actual integer.
680 status = acpi_ex_store(return_desc, operand[0], walk_state);
686 * Note: The operand is not resolved at this point because we want to
695 acpi_ex_resolve_multiple(walk_state, operand[0], &type,
715 * Note: The operand is not resolved at this point because we want to
722 operand[0], &type,
733 * but is supported implicitly via implicit operand conversion.
778 acpi_ex_get_object_reference(operand[0], &return_desc,
789 if (ACPI_GET_DESCRIPTOR_TYPE(operand[0]) ==
794 operand[0]);
801 operand[0] = temp_desc;
808 switch (ACPI_GET_OBJECT_TYPE(operand[0])) {
815 switch (operand[0]->reference.opcode) {
823 (operand[0]->reference.opcode,
824 operand[0]->reference.offset,
834 acpi_ut_remove_reference(operand[0]);
835 operand[0] = temp_desc;
843 operand[0]->reference.object;
844 acpi_ut_remove_reference(operand[0]);
845 operand[0] = temp_desc;
864 if (ACPI_GET_DESCRIPTOR_TYPE(operand[0]) !=
866 if (ACPI_GET_OBJECT_TYPE(operand[0]) ==
879 operand[0]->string.pointer,
900 if (ACPI_GET_DESCRIPTOR_TYPE(operand[0]) ==
911 operand[0]);
918 switch (operand[0]->reference.opcode) {
925 switch (operand[0]->reference.target_type) {
929 operand[0]->reference.object;
954 pointer[operand[0]->reference.
965 *(operand[0]->reference.where);
976 operand[0]->reference.
977 target_type, operand[0]));
985 return_desc = operand[0]->reference.object;
1004 operand[0],
1005 operand[0]->reference.opcode));