Searched refs:acpi_ps_get_arg (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | pstree.c | 59 * 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 215 next = acpi_ps_get_arg(op, 0); acpi_ps_get_depth_next() 232 arg = acpi_ps_get_arg(parent, 0); acpi_ps_get_depth_next() 284 child = acpi_ps_get_arg(op, 0); acpi_ps_get_child() 294 child = acpi_ps_get_arg(op, 1); acpi_ps_get_child() 300 child = acpi_ps_get_arg(op, 2); acpi_ps_get_child() 306 child = acpi_ps_get_arg(op, 3); acpi_ps_get_child()
|
H A D | pswalk.c | 80 next = acpi_ps_get_arg(op, 0); acpi_ps_delete_parse_tree()
|
H A D | dsfield.c | 168 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 D | acparser.h | 195 union acpi_parse_object *acpi_ps_get_arg(union acpi_parse_object *op, u32 argn);
|
H A D | dsopcode.c | 742 arg = acpi_ps_get_arg(op, 4); acpi_ds_eval_bank_field_operands()
|
Completed in 103 milliseconds