Searched refs:acpi_ps_get_arg (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | pstree.c | 26 * FUNCTION: acpi_ps_get_arg 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()
|
H A 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()
|
H A D | pswalk.c | 72 next = acpi_ps_get_arg(op, 0); in acpi_ps_delete_parse_tree()
|
H A D | acparser.h | 169 union acpi_parse_object *acpi_ps_get_arg(union acpi_parse_object *op, u32 argn);
|
H A D | dsopcode.c | 737 arg = acpi_ps_get_arg(op, 4); in acpi_ds_eval_bank_field_operands()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | pstree.c | 26 * FUNCTION: acpi_ps_get_arg 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()
|
H A 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()
|
H A D | pswalk.c | 72 next = acpi_ps_get_arg(op, 0); in acpi_ps_delete_parse_tree()
|
H A D | acparser.h | 169 union acpi_parse_object *acpi_ps_get_arg(union acpi_parse_object *op, u32 argn);
|
H A D | dsopcode.c | 738 arg = acpi_ps_get_arg(op, 4); in acpi_ds_eval_bank_field_operands()
|
Completed in 5 milliseconds