Searched refs:acpi_ds_create_operand (Results 1 – 4 of 4) sorted by relevance
/drivers/acpi/acpica/ |
D | dsutils.c | 422 acpi_ds_create_operand(struct acpi_walk_state *walk_state, in acpi_ds_create_operand() function 704 status = acpi_ds_create_operand(walk_state, arg, index); in acpi_ds_create_operands() 771 status = acpi_ds_create_operand(walk_state, op, 0); in acpi_ds_evaluate_name_path()
|
D | dsopcode.c | 595 status = acpi_ds_create_operand(walk_state, op->common.value.arg, 1); in acpi_ds_eval_data_object_operands() 717 status = acpi_ds_create_operand(walk_state, next_op, 0); in acpi_ds_eval_bank_field_operands()
|
D | acdispat.h | 260 acpi_ds_create_operand(struct acpi_walk_state *walk_state,
|
D | dswexec.c | 78 status = acpi_ds_create_operand(walk_state, walk_state->op, 0); in acpi_ds_get_predicate_value()
|