Searched refs:nand_op_parser_exec_op (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/mtd/nand/raw/
H A Darasan-nand-controller.c955 return nand_op_parser_exec_op(chip, &anfc_op_parser, op, true);
971 return nand_op_parser_exec_op(chip, &anfc_op_parser, op, check_only);
H A Dvf610_nfc.c504 return nand_op_parser_exec_op(chip, &vf610_nfc_op_parser, op,
H A Dpl35x-nand-controller.c780 return nand_op_parser_exec_op(chip, &pl35x_nandc_op_parser,
H A Dmarvell_nand.c2188 return nand_op_parser_exec_op(chip, &marvell_nfcv2_op_parser,
2191 return nand_op_parser_exec_op(chip, &marvell_nfcv1_op_parser,
H A Dtegra_nand.c476 return nand_op_parser_exec_op(chip, &tegra_nand_op_parser, op,
H A Drockchip-nand-controller.c410 return nand_op_parser_exec_op(chip, &rk_nfc_op_parser, op,
H A Dsunxi_nand.c1911 return nand_op_parser_exec_op(nand, parser, op, check_only);
H A Dcadence-nand-controller.c2279 return nand_op_parser_exec_op(chip, &cadence_nand_op_parser, op,
H A Dnand_base.c2487 * nand_op_parser_exec_op - exec_op parser
2508 int nand_op_parser_exec_op(struct nand_chip *chip, function
2568 EXPORT_SYMBOL_GPL(nand_op_parser_exec_op); variable
H A Dqcom_nandc.c3010 return nand_op_parser_exec_op(chip, &qcom_op_parser, op, check_only);
/linux-master/include/linux/mtd/
H A Drawnand.h961 * the nand_op_parser_exec_op() helper.
983 * iterated by nand_op_parser_exec_op() everytime it tries to execute an
1035 int nand_op_parser_exec_op(struct nand_chip *chip,
/linux-master/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c707 return nand_op_parser_exec_op(&nand->base,
711 ret = nand_op_parser_exec_op(&nand->base, &atmel_hsmc_op_parser, op,

Completed in 213 milliseconds