Searched refs:acpi_ds_create_operand (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | dsutils.c | 406 * FUNCTION: acpi_ds_create_operand 422 acpi_ds_create_operand(struct acpi_walk_state *walk_state, in acpi_ds_create_operand() function 707 status = acpi_ds_create_operand(walk_state, arg, index); in acpi_ds_create_operands() 778 status = acpi_ds_create_operand(walk_state, op, 0); in acpi_ds_evaluate_name_path()
|
H A D | dsopcode.c | 582 * invoked inside acpi_ds_create_operand. in acpi_ds_eval_data_object_operands() 595 status = acpi_ds_create_operand(walk_state, op->common.value.arg, 1); in acpi_ds_eval_data_object_operands() 711 * invoked inside acpi_ds_create_operand. in acpi_ds_eval_bank_field_operands() 717 status = acpi_ds_create_operand(walk_state, next_op, 0); in acpi_ds_eval_bank_field_operands()
|
H A D | acdispat.h | 260 acpi_ds_create_operand(struct acpi_walk_state *walk_state,
|
H A D | dswexec.c | 78 status = acpi_ds_create_operand(walk_state, walk_state->op, 0); in acpi_ds_get_predicate_value()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | dsutils.c | 406 * FUNCTION: acpi_ds_create_operand 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()
|
H A D | dsopcode.c | 583 * invoked inside acpi_ds_create_operand. in acpi_ds_eval_data_object_operands() 596 status = acpi_ds_create_operand(walk_state, op->common.value.arg, 1); in acpi_ds_eval_data_object_operands() 712 * invoked inside acpi_ds_create_operand. in acpi_ds_eval_bank_field_operands() 718 status = acpi_ds_create_operand(walk_state, next_op, 0); in acpi_ds_eval_bank_field_operands()
|
H A D | acdispat.h | 260 acpi_ds_create_operand(struct acpi_walk_state *walk_state,
|
H A D | dswexec.c | 78 status = acpi_ds_create_operand(walk_state, walk_state->op, 0); in acpi_ds_get_predicate_value()
|
Completed in 6 milliseconds