Lines Matching refs:subop
2593 const struct nand_subop *subop, in qcom_parse_instructions() argument
2600 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in qcom_parse_instructions()
2604 instr = &subop->instrs[op_id]; in qcom_parse_instructions()
2617 offset = nand_subop_get_addr_start_off(subop, op_id); in qcom_parse_instructions()
2618 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in qcom_parse_instructions()
2681 const struct nand_subop *subop) in qcom_read_status_exec() argument
2695 ret = qcom_parse_instructions(chip, subop, &q_op); in qcom_read_status_exec()
2738 len = nand_subop_get_data_len(subop, op_id); in qcom_read_status_exec()
2745 static int qcom_read_id_type_exec(struct nand_chip *chip, const struct nand_subop *subop) in qcom_read_id_type_exec() argument
2755 ret = qcom_parse_instructions(chip, subop, &q_op); in qcom_read_id_type_exec()
2787 len = nand_subop_get_data_len(subop, op_id); in qcom_read_id_type_exec()
2796 static int qcom_misc_cmd_type_exec(struct nand_chip *chip, const struct nand_subop *subop) in qcom_misc_cmd_type_exec() argument
2804 ret = qcom_parse_instructions(chip, subop, &q_op); in qcom_misc_cmd_type_exec()
2853 static int qcom_param_page_type_exec(struct nand_chip *chip, const struct nand_subop *subop) in qcom_param_page_type_exec() argument
2863 ret = qcom_parse_instructions(chip, subop, &q_op); in qcom_param_page_type_exec()
2911 len = nand_subop_get_data_len(subop, op_id); in qcom_param_page_type_exec()