Searched refs:acpi_ps_get_arg (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/acpi/acpica/ |
D | pstree.c | 37 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()
|
D | dsfield.c | 139 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()
|
D | pswalk.c | 72 next = acpi_ps_get_arg(op, 0); in acpi_ps_delete_parse_tree()
|
D | acparser.h | 169 union acpi_parse_object *acpi_ps_get_arg(union acpi_parse_object *op, u32 argn);
|
D | dsopcode.c | 738 arg = acpi_ps_get_arg(op, 4); in acpi_ds_eval_bank_field_operands()
|