Searched refs:first_arg (Results 1 - 3 of 3) sorted by relevance

/drivers/acpi/acpica/
H A Ddswexec.c364 union acpi_parse_object *first_arg; local
378 first_arg = op->common.value.arg;
412 status = acpi_ds_create_operands(walk_state, first_arg);
522 next_op = first_arg;
H A Ddsutils.c689 * first_arg - First argument of a parser argument tree
701 union acpi_parse_object *first_arg)
710 ACPI_FUNCTION_TRACE_PTR(ds_create_operands, first_arg);
714 arg = first_arg;
700 acpi_ds_create_operands(struct acpi_walk_state *walk_state, union acpi_parse_object *first_arg) argument
H A Dacdispat.h286 union acpi_parse_object *first_arg);

Completed in 37 milliseconds