Lines Matching refs:next_op
272 union acpi_parse_object *next_op; in acpi_ds_eval_buffer_field_operands() local
284 next_op = op->common.value.arg; in acpi_ds_eval_buffer_field_operands()
288 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_buffer_field_operands()
358 union acpi_parse_object *next_op; in acpi_ds_eval_region_operands() local
371 next_op = op->common.value.arg; in acpi_ds_eval_region_operands()
372 space_id = (acpi_adr_space_type)next_op->common.value.integer; in acpi_ds_eval_region_operands()
376 next_op = next_op->common.next; in acpi_ds_eval_region_operands()
380 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_region_operands()
465 union acpi_parse_object *next_op; in acpi_ds_eval_table_region_operands() local
479 next_op = op->common.value.arg; in acpi_ds_eval_table_region_operands()
485 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_table_region_operands()
685 union acpi_parse_object *next_op; in acpi_ds_eval_bank_field_operands() local
697 next_op = op->common.value.arg; in acpi_ds_eval_bank_field_operands()
701 next_op = next_op->common.next; in acpi_ds_eval_bank_field_operands()
705 next_op = next_op->common.next; in acpi_ds_eval_bank_field_operands()
715 status = acpi_ds_create_operand(walk_state, next_op, 0); in acpi_ds_eval_bank_field_operands()