Home
last modified time | relevance | path

Searched refs:first_arg (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/acpi/acpica/
Ddswexec.c331 union acpi_parse_object *first_arg; in acpi_ds_exec_end_op() local
345 first_arg = op->common.value.arg; in acpi_ds_exec_end_op()
378 status = acpi_ds_create_operands(walk_state, first_arg); in acpi_ds_exec_end_op()
487 next_op = first_arg; in acpi_ds_exec_end_op()
Ddsutils.c666 union acpi_parse_object *first_arg) in acpi_ds_create_operands() argument
675 ACPI_FUNCTION_TRACE_PTR(ds_create_operands, first_arg); in acpi_ds_create_operands()
679 arg = first_arg; in acpi_ds_create_operands()
Dacdispat.h265 union acpi_parse_object *first_arg);
/Linux-v4.19/scripts/
Dkernel-doc1399 my @first_arg;
1402 push(@first_arg, split('\s+', $1));
1403 push(@first_arg, $2);
1405 @first_arg = split('\s+', shift @args);
1408 unshift(@args, pop @first_arg);
1409 $type = join " ", @first_arg;