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);
688 union acpi_parse_object *next_op;
698 /* next_op points to the op that holds the Region */
700 next_op = op->common.value.arg;
702 /* next_op points to the op that holds the Bank Register */
704 next_op = next_op->common.next;
706 /* next_op points to the op that holds the Bank Value */
708 next_op = next_op->common.next;
718 status = acpi_ds_create_operand(walk_state, next_op, 0);