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

/linux-4.1.27/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) acpi_ps_get_arg() function
216 next = acpi_ps_get_arg(op, 0); acpi_ps_get_depth_next()
233 arg = acpi_ps_get_arg(parent, 0); acpi_ps_get_depth_next()
285 child = acpi_ps_get_arg(op, 0); acpi_ps_get_child()
295 child = acpi_ps_get_arg(op, 1); acpi_ps_get_child()
301 child = acpi_ps_get_arg(op, 2); acpi_ps_get_child()
307 child = acpi_ps_get_arg(op, 3); acpi_ps_get_child()
H A Dpswalk.c80 next = acpi_ps_get_arg(op, 0); acpi_ps_delete_parse_tree()
H A Ddsfield.c168 arg = acpi_ps_get_arg(op, 3); acpi_ds_create_buffer_field()
172 arg = acpi_ps_get_arg(op, 2); acpi_ds_create_buffer_field()
569 arg = acpi_ps_get_arg(op, 2); acpi_ds_init_field_objects()
575 arg = acpi_ps_get_arg(op, 4); acpi_ds_init_field_objects()
581 arg = acpi_ps_get_arg(op, 3); acpi_ds_init_field_objects()
H A Dacparser.h192 union acpi_parse_object *acpi_ps_get_arg(union acpi_parse_object *op, u32 argn);
H A Ddsopcode.c733 arg = acpi_ps_get_arg(op, 4); acpi_ds_eval_bank_field_operands()

Completed in 180 milliseconds