Lines Matching refs:next_op
271 union acpi_parse_object *next_op; in acpi_ds_eval_buffer_field_operands() local
283 next_op = op->common.value.arg; in acpi_ds_eval_buffer_field_operands()
287 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_buffer_field_operands()
357 union acpi_parse_object *next_op; in acpi_ds_eval_region_operands() local
369 next_op = op->common.value.arg; in acpi_ds_eval_region_operands()
373 next_op = next_op->common.next; in acpi_ds_eval_region_operands()
377 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_region_operands()
449 union acpi_parse_object *next_op; in acpi_ds_eval_table_region_operands() local
463 next_op = op->common.value.arg; in acpi_ds_eval_table_region_operands()
469 status = acpi_ds_create_operands(walk_state, next_op); in acpi_ds_eval_table_region_operands()
669 union acpi_parse_object *next_op; in acpi_ds_eval_bank_field_operands() local
681 next_op = op->common.value.arg; in acpi_ds_eval_bank_field_operands()
685 next_op = next_op->common.next; in acpi_ds_eval_bank_field_operands()
689 next_op = next_op->common.next; in acpi_ds_eval_bank_field_operands()
699 status = acpi_ds_create_operand(walk_state, next_op, 0); in acpi_ds_eval_bank_field_operands()