Searched refs:acpi_ds_create_operand (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/acpi/acpica/ |
D | dsutils.c | 424 acpi_ds_create_operand(struct acpi_walk_state *walk_state, in acpi_ds_create_operand() function 706 status = acpi_ds_create_operand(walk_state, arg, index); in acpi_ds_create_operands() 773 status = acpi_ds_create_operand(walk_state, op, 0); in acpi_ds_evaluate_name_path()
|
D | dsopcode.c | 577 status = acpi_ds_create_operand(walk_state, op->common.value.arg, 1); in acpi_ds_eval_data_object_operands() 699 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 | 75 status = acpi_ds_create_operand(walk_state, walk_state->op, 0); in acpi_ds_get_predicate_value()
|