Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/nand/raw/
Darasan-nand-controller.c943 return nand_op_parser_exec_op(chip, &anfc_op_parser, op, true); in anfc_check_op()
959 return nand_op_parser_exec_op(chip, &anfc_op_parser, op, check_only); in anfc_exec_op()
Dvf610_nfc.c503 return nand_op_parser_exec_op(chip, &vf610_nfc_op_parser, op, in vf610_nfc_exec_op()
Dpl35x-nand-controller.c773 return nand_op_parser_exec_op(chip, &pl35x_nandc_op_parser, in pl35x_nfc_exec_op()
Dmarvell_nand.c2153 return nand_op_parser_exec_op(chip, &marvell_nfcv2_op_parser, in marvell_nfc_exec_op()
2156 return nand_op_parser_exec_op(chip, &marvell_nfcv1_op_parser, in marvell_nfc_exec_op()
Dtegra_nand.c473 return nand_op_parser_exec_op(chip, &tegra_nand_op_parser, op, in tegra_nand_exec_op()
Drockchip-nand-controller.c411 return nand_op_parser_exec_op(chip, &rk_nfc_op_parser, op, in rk_nfc_exec_op()
Dsunxi_nand.c1944 return nand_op_parser_exec_op(nand, parser, op, check_only); in sunxi_nfc_exec_op()
Dnand_base.c2383 int nand_op_parser_exec_op(struct nand_chip *chip, in nand_op_parser_exec_op() function
2443 EXPORT_SYMBOL_GPL(nand_op_parser_exec_op);
Dcadence-nand-controller.c2234 return nand_op_parser_exec_op(chip, &cadence_nand_op_parser, op, in cadence_nand_exec_op()
/Linux-v5.15/include/linux/mtd/
Drawnand.h1020 int nand_op_parser_exec_op(struct nand_chip *chip,
/Linux-v5.15/drivers/mtd/nand/raw/atmel/
Dnand-controller.c706 return nand_op_parser_exec_op(&nand->base, in atmel_hsmc_nand_exec_op()
710 ret = nand_op_parser_exec_op(&nand->base, &atmel_hsmc_op_parser, op, in atmel_hsmc_nand_exec_op()