Home
last modified time | relevance | path

Searched refs:nand_op_parser_exec_op (Results 1 – 8 of 8) 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 Dtegra_nand.c476 return nand_op_parser_exec_op(chip, &tegra_nand_op_parser, op, in tegra_nand_exec_op()
H A Dmxc_nand.c1678 return nand_op_parser_exec_op(chip, &mxcnd_op_parser, in mxcnd_exec_op()
H A Dqcom_nandc.c2024 return nand_op_parser_exec_op(chip, &qcom_op_parser, op, check_only); in qcom_nand_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);
/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()