Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
A Ddswexec.c334 union acpi_parse_object *first_arg; in acpi_ds_exec_end_op() local
352 first_arg = op->common.value.arg; in acpi_ds_exec_end_op()
385 status = acpi_ds_create_operands(walk_state, first_arg); in acpi_ds_exec_end_op()
494 next_op = first_arg; in acpi_ds_exec_end_op()
A Ddsutils.c664 union acpi_parse_object *first_arg) in acpi_ds_create_operands() argument
673 ACPI_FUNCTION_TRACE_PTR(ds_create_operands, first_arg); in acpi_ds_create_operands()
677 arg = first_arg; in acpi_ds_create_operands()
A Dacdispat.h265 union acpi_parse_object *first_arg);
/linux/scripts/
A Dkernel-doc1608 my @first_arg;
1611 push(@first_arg, split('\s+', $1));
1612 push(@first_arg, $2);
1614 @first_arg = split('\s+', shift @args);
1617 unshift(@args, pop @first_arg);
1618 $type = join " ", @first_arg;

Completed in 13 milliseconds