Lines Matching refs:next_op
274 union acpi_parse_object *next_op; in acpi_ds_eval_buffer_field_operands() local
286 next_op = op->common.value.arg; in acpi_ds_eval_buffer_field_operands()
290 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_buffer_field_operands()
360 union acpi_parse_object *next_op; in acpi_ds_eval_region_operands() local
373 next_op = op->common.value.arg; in acpi_ds_eval_region_operands()
374 space_id = (acpi_adr_space_type)next_op->common.value.integer; in acpi_ds_eval_region_operands()
378 next_op = next_op->common.next; in acpi_ds_eval_region_operands()
382 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_region_operands()
467 union acpi_parse_object *next_op; in acpi_ds_eval_table_region_operands() local
481 next_op = op->common.value.arg; in acpi_ds_eval_table_region_operands()
487 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_table_region_operands()
687 union acpi_parse_object *next_op; in acpi_ds_eval_bank_field_operands() local
699 next_op = op->common.value.arg; in acpi_ds_eval_bank_field_operands()
703 next_op = next_op->common.next; in acpi_ds_eval_bank_field_operands()
707 next_op = next_op->common.next; in acpi_ds_eval_bank_field_operands()
717 status = acpi_ds_create_operand(walk_state, next_op, 0); in acpi_ds_eval_bank_field_operands()