Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/mtd/nand/raw/
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()
Dvf610_nfc.c504 return nand_op_parser_exec_op(chip, &vf610_nfc_op_parser, op, in vf610_nfc_exec_op()
Dpl35x-nand-controller.c780 return nand_op_parser_exec_op(chip, &pl35x_nandc_op_parser, in pl35x_nfc_exec_op()
Dtegra_nand.c476 return nand_op_parser_exec_op(chip, &tegra_nand_op_parser, op, in tegra_nand_exec_op()
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()
Drockchip-nand-controller.c410 return nand_op_parser_exec_op(chip, &rk_nfc_op_parser, op, in rk_nfc_exec_op()
Dmxc_nand.c1678 return nand_op_parser_exec_op(chip, &mxcnd_op_parser, in mxcnd_exec_op()
Dsunxi_nand.c1911 return nand_op_parser_exec_op(nand, parser, op, check_only); in sunxi_nfc_exec_op()
Dqcom_nandc.c2016 return nand_op_parser_exec_op(chip, &qcom_op_parser, op, check_only); in qcom_nand_exec_op()
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);
Dcadence-nand-controller.c2276 return nand_op_parser_exec_op(chip, &cadence_nand_op_parser, op, in cadence_nand_exec_op()
/linux-6.14.4/include/linux/mtd/
Drawnand.h1035 int nand_op_parser_exec_op(struct nand_chip *chip,
/linux-6.14.4/drivers/mtd/nand/raw/atmel/
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()