Home
last modified time | relevance | path

Searched refs:nand_op_parser_exec_op (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Darasan-nand-controller.c955 return nand_op_parser_exec_op(chip, &anfc_op_parser, op, true); in anfc_check_op()
971 return nand_op_parser_exec_op(chip, &anfc_op_parser, op, check_only); in anfc_exec_op()
H A Dvf610_nfc.c504 return nand_op_parser_exec_op(chip, &vf610_nfc_op_parser, op, in vf610_nfc_exec_op()
H A Dpl35x-nand-controller.c780 return nand_op_parser_exec_op(chip, &pl35x_nandc_op_parser, in pl35x_nfc_exec_op()
H A Dtegra_nand.c476 return nand_op_parser_exec_op(chip, &tegra_nand_op_parser, op, in tegra_nand_exec_op()
H A Dmarvell_nand.c2188 return nand_op_parser_exec_op(chip, &marvell_nfcv2_op_parser, in marvell_nfc_exec_op()
2191 return nand_op_parser_exec_op(chip, &marvell_nfcv1_op_parser, in marvell_nfc_exec_op()
H A Drockchip-nand-controller.c410 return nand_op_parser_exec_op(chip, &rk_nfc_op_parser, op, in rk_nfc_exec_op()
H A Dmxc_nand.c1678 return nand_op_parser_exec_op(chip, &mxcnd_op_parser, in mxcnd_exec_op()
H A Dsunxi_nand.c1911 return nand_op_parser_exec_op(nand, parser, op, check_only); in sunxi_nfc_exec_op()
H A Dnand_base.c2515 int nand_op_parser_exec_op(struct nand_chip *chip, in nand_op_parser_exec_op() function
2575 EXPORT_SYMBOL_GPL(nand_op_parser_exec_op);
H A Dcadence-nand-controller.c2274 return nand_op_parser_exec_op(chip, &cadence_nand_op_parser, op, in cadence_nand_exec_op()
H A Dqcom_nandc.c3010 return nand_op_parser_exec_op(chip, &qcom_op_parser, op, check_only); in qcom_nand_exec_op()
/linux/include/linux/mtd/
H A Drawnand.h1035 int nand_op_parser_exec_op(struct nand_chip *chip,
/linux/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c707 return nand_op_parser_exec_op(&nand->base, in atmel_hsmc_nand_exec_op()
711 ret = nand_op_parser_exec_op(&nand->base, &atmel_hsmc_op_parser, op, in atmel_hsmc_nand_exec_op()