Searched refs:acpi_ds_create_operand (Results  1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/acpi/acpica/ | 
| D | dsutils.c | 460 acpi_ds_create_operand(struct acpi_walk_state *walk_state,  in acpi_ds_create_operand()  function 752 		status = acpi_ds_create_operand(walk_state, arg, index);  in acpi_ds_create_operands() 819 	status = acpi_ds_create_operand(walk_state, op, 0);  in acpi_ds_evaluate_name_path()
  | 
| D | dsopcode.c | 600 	status = acpi_ds_create_operand(walk_state, op->common.value.arg, 1);  in acpi_ds_eval_data_object_operands() 722 	status = acpi_ds_create_operand(walk_state, next_op, 0);  in acpi_ds_eval_bank_field_operands()
  | 
| D | acdispat.h | 281 acpi_ds_create_operand(struct acpi_walk_state *walk_state,
  | 
| D | dswexec.c | 109 		status = acpi_ds_create_operand(walk_state, walk_state->op, 0);  in acpi_ds_get_predicate_value()
  |