Searched refs:acpi_ds_create_operand (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/acpi/acpica/ |
D | dsutils.c | 461 acpi_ds_create_operand(struct acpi_walk_state *walk_state, in acpi_ds_create_operand() function 741 status = acpi_ds_create_operand(walk_state, arg, index); in acpi_ds_create_operands() 809 status = acpi_ds_create_operand(walk_state, op, 0); in acpi_ds_evaluate_name_path()
|
D | dsopcode.c | 592 status = acpi_ds_create_operand(walk_state, op->common.value.arg, 1); in acpi_ds_eval_data_object_operands() 712 status = acpi_ds_create_operand(walk_state, next_op, 0); in acpi_ds_eval_bank_field_operands()
|
D | acdispat.h | 278 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()
|