Searched defs:acpi_ps_get_arg (Results 1 - 1 of 1) 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);

Completed in 313 milliseconds