Searched refs:acpi_ps_get_arg (Results 1 - 5 of 5) sorted by relevance

/drivers/acpi/acpica/
H A Dpstree.c59 * FUNCTION: acpi_ps_get_arg
70 union acpi_parse_object *acpi_ps_get_arg(union acpi_parse_object *op, u32 argn) function
216 next = acpi_ps_get_arg(op, 0);
233 arg = acpi_ps_get_arg(parent, 0);
285 child = acpi_ps_get_arg(op, 0);
295 child = acpi_ps_get_arg(op, 1);
301 child = acpi_ps_get_arg(op, 2);
307 child = acpi_ps_get_arg(op, 3);
H A Dpswalk.c80 next = acpi_ps_get_arg(op, 0);
H A Ddsfield.c168 arg = acpi_ps_get_arg(op, 3);
172 arg = acpi_ps_get_arg(op, 2);
569 arg = acpi_ps_get_arg(op, 2);
575 arg = acpi_ps_get_arg(op, 4);
581 arg = acpi_ps_get_arg(op, 3);
H A Dacparser.h192 union acpi_parse_object *acpi_ps_get_arg(union acpi_parse_object *op, u32 argn);
H A Ddsopcode.c734 arg = acpi_ps_get_arg(op, 4);

Completed in 73 milliseconds