Home
last modified time | relevance | path

Searched refs:nand_get_set_features_notsupp (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/mtd/nand/raw/bcm47xxnflash/
Dops_bcm4706.c389 b47n->nand_chip.legacy.set_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
390 b47n->nand_chip.legacy.get_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
/Linux-v5.4/drivers/mtd/nand/raw/
Dnand_legacy.c517 int nand_get_set_features_notsupp(struct nand_chip *chip, int addr, in nand_get_set_features_notsupp() function
522 EXPORT_SYMBOL(nand_get_set_features_notsupp);
Dmpc5121_nfc.c688 chip->legacy.set_features = nand_get_set_features_notsupp; in mpc5121_nfc_probe()
689 chip->legacy.get_features = nand_get_set_features_notsupp; in mpc5121_nfc_probe()
Dhisi504_nand.c782 chip->legacy.set_features = nand_get_set_features_notsupp; in hisi_nfc_probe()
783 chip->legacy.get_features = nand_get_set_features_notsupp; in hisi_nfc_probe()
Dcafe_nand.c713 cafe->nand.legacy.set_features = nand_get_set_features_notsupp; in cafe_nand_probe()
714 cafe->nand.legacy.get_features = nand_get_set_features_notsupp; in cafe_nand_probe()
Dfsl_elbc_nand.c708 chip->legacy.set_features = nand_get_set_features_notsupp; in fsl_elbc_chip_init()
709 chip->legacy.get_features = nand_get_set_features_notsupp; in fsl_elbc_chip_init()
Dfsl_ifc_nand.c857 chip->legacy.set_features = nand_get_set_features_notsupp; in fsl_ifc_chip_init()
858 chip->legacy.get_features = nand_get_set_features_notsupp; in fsl_ifc_chip_init()
Dsh_flctl.c1174 nand->legacy.set_features = nand_get_set_features_notsupp; in flctl_probe()
1175 nand->legacy.get_features = nand_get_set_features_notsupp; in flctl_probe()
Dqcom_nandc.c2801 chip->legacy.set_features = nand_get_set_features_notsupp; in qcom_nand_host_init_and_register()
2802 chip->legacy.get_features = nand_get_set_features_notsupp; in qcom_nand_host_init_and_register()
/Linux-v5.4/include/linux/mtd/
Drawnand.h1312 int nand_get_set_features_notsupp(struct nand_chip *chip, int addr,