Lines Matching refs:next_op
274 union acpi_parse_object *next_op;
284 /* next_op points to the op that holds the Buffer */
286 next_op = op->common.value.arg;
290 status = acpi_ds_create_operands(walk_state, next_op);
360 union acpi_parse_object *next_op;
371 /* next_op points to the op that holds the space_ID */
373 next_op = op->common.value.arg;
374 space_id = (acpi_adr_space_type)next_op->common.value.integer;
376 /* next_op points to address op */
378 next_op = next_op->common.next;
382 status = acpi_ds_create_operands(walk_state, next_op);
467 union acpi_parse_object *next_op;
479 /* next_op points to Signature string op */
481 next_op = op->common.value.arg;
487 status = acpi_ds_create_operands(walk_state, next_op);
687 union acpi_parse_object *next_op;
697 /* next_op points to the op that holds the Region */
699 next_op = op->common.value.arg;
701 /* next_op points to the op that holds the Bank Register */
703 next_op = next_op->common.next;
705 /* next_op points to the op that holds the Bank Value */
707 next_op = next_op->common.next;
717 status = acpi_ds_create_operand(walk_state, next_op, 0);