Lines Matching refs:next_op
305 union acpi_parse_object *next_op; in acpi_ds_eval_buffer_field_operands() local
317 next_op = op->common.value.arg; in acpi_ds_eval_buffer_field_operands()
321 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_buffer_field_operands()
391 union acpi_parse_object *next_op; in acpi_ds_eval_region_operands() local
403 next_op = op->common.value.arg; in acpi_ds_eval_region_operands()
407 next_op = next_op->common.next; in acpi_ds_eval_region_operands()
411 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_region_operands()
487 union acpi_parse_object *next_op; in acpi_ds_eval_table_region_operands() local
501 next_op = op->common.value.arg; in acpi_ds_eval_table_region_operands()
507 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_table_region_operands()
707 union acpi_parse_object *next_op; in acpi_ds_eval_bank_field_operands() local
719 next_op = op->common.value.arg; in acpi_ds_eval_bank_field_operands()
723 next_op = next_op->common.next; in acpi_ds_eval_bank_field_operands()
727 next_op = next_op->common.next; in acpi_ds_eval_bank_field_operands()
737 status = acpi_ds_create_operand(walk_state, next_op, 0); in acpi_ds_eval_bank_field_operands()