Lines Matching refs:subop
1601 const struct nand_subop *subop, in qcom_parse_instructions() argument
1608 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in qcom_parse_instructions()
1612 instr = &subop->instrs[op_id]; in qcom_parse_instructions()
1625 offset = nand_subop_get_addr_start_off(subop, op_id); in qcom_parse_instructions()
1626 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in qcom_parse_instructions()
1689 const struct nand_subop *subop) in qcom_read_status_exec() argument
1703 ret = qcom_parse_instructions(chip, subop, &q_op); in qcom_read_status_exec()
1746 len = nand_subop_get_data_len(subop, op_id); in qcom_read_status_exec()
1753 static int qcom_read_id_type_exec(struct nand_chip *chip, const struct nand_subop *subop) in qcom_read_id_type_exec() argument
1763 ret = qcom_parse_instructions(chip, subop, &q_op); in qcom_read_id_type_exec()
1793 len = nand_subop_get_data_len(subop, op_id); in qcom_read_id_type_exec()
1802 static int qcom_misc_cmd_type_exec(struct nand_chip *chip, const struct nand_subop *subop) in qcom_misc_cmd_type_exec() argument
1810 ret = qcom_parse_instructions(chip, subop, &q_op); in qcom_misc_cmd_type_exec()
1858 static int qcom_param_page_type_exec(struct nand_chip *chip, const struct nand_subop *subop) in qcom_param_page_type_exec() argument
1873 ret = qcom_parse_instructions(chip, subop, &q_op); in qcom_param_page_type_exec()
1921 len = nand_subop_get_data_len(subop, op_id); in qcom_param_page_type_exec()