Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H A Dpstree.c37 union acpi_parse_object *acpi_ps_get_arg(union acpi_parse_object *op, u32 argn) in acpi_ps_get_arg() function
184 next = acpi_ps_get_arg(op, 0); in acpi_ps_get_depth_next()
203 arg = acpi_ps_get_arg(parent, 0); in acpi_ps_get_depth_next()
259 child = acpi_ps_get_arg(op, 0); in acpi_ps_get_child()
270 child = acpi_ps_get_arg(op, 1); in acpi_ps_get_child()
276 child = acpi_ps_get_arg(op, 2); in acpi_ps_get_child()
282 child = acpi_ps_get_arg(op, 3); in acpi_ps_get_child()
H A Ddsfield.c139 arg = acpi_ps_get_arg(op, 3); in acpi_ds_create_buffer_field()
143 arg = acpi_ps_get_arg(op, 2); in acpi_ds_create_buffer_field()
585 arg = acpi_ps_get_arg(op, 2); in acpi_ds_init_field_objects()
591 arg = acpi_ps_get_arg(op, 4); in acpi_ds_init_field_objects()
597 arg = acpi_ps_get_arg(op, 3); in acpi_ds_init_field_objects()
H A Dpswalk.c72 next = acpi_ps_get_arg(op, 0); in acpi_ps_delete_parse_tree()
H A Dacparser.h169 union acpi_parse_object *acpi_ps_get_arg(union acpi_parse_object *op, u32 argn);
H A Ddsopcode.c738 arg = acpi_ps_get_arg(op, 4); in acpi_ds_eval_bank_field_operands()