Searched refs:acpi_ps_get_arg (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/acpi/acpica/ |
D | pstree.c | 70 union acpi_parse_object *acpi_ps_get_arg(union acpi_parse_object *op, u32 argn) in acpi_ps_get_arg() function 215 next = acpi_ps_get_arg(op, 0); in acpi_ps_get_depth_next() 232 arg = acpi_ps_get_arg(parent, 0); in acpi_ps_get_depth_next() 284 child = acpi_ps_get_arg(op, 0); in acpi_ps_get_child() 294 child = acpi_ps_get_arg(op, 1); in acpi_ps_get_child() 300 child = acpi_ps_get_arg(op, 2); in acpi_ps_get_child() 306 child = acpi_ps_get_arg(op, 3); in acpi_ps_get_child()
|
D | dsfield.c | 168 arg = acpi_ps_get_arg(op, 3); in acpi_ds_create_buffer_field() 172 arg = acpi_ps_get_arg(op, 2); in acpi_ds_create_buffer_field() 569 arg = acpi_ps_get_arg(op, 2); in acpi_ds_init_field_objects() 575 arg = acpi_ps_get_arg(op, 4); in acpi_ds_init_field_objects() 581 arg = acpi_ps_get_arg(op, 3); in acpi_ds_init_field_objects()
|
D | pswalk.c | 80 next = acpi_ps_get_arg(op, 0); in acpi_ps_delete_parse_tree()
|
D | acparser.h | 195 union acpi_parse_object *acpi_ps_get_arg(union acpi_parse_object *op, u32 argn);
|
D | dsopcode.c | 742 arg = acpi_ps_get_arg(op, 4); in acpi_ds_eval_bank_field_operands()
|