Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/bcm47xxnflash/
Dops_bcm4706.c395 b47n->nand_chip.set_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
396 b47n->nand_chip.get_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
/Linux-v4.19/drivers/mtd/nand/raw/
Dmpc5121_nfc.c710 chip->set_features = nand_get_set_features_notsupp; in mpc5121_nfc_probe()
711 chip->get_features = nand_get_set_features_notsupp; in mpc5121_nfc_probe()
Dhisi504_nand.c802 chip->set_features = nand_get_set_features_notsupp; in hisi_nfc_probe()
803 chip->get_features = nand_get_set_features_notsupp; in hisi_nfc_probe()
Dfsl_elbc_nand.c782 chip->set_features = nand_get_set_features_notsupp; in fsl_elbc_chip_init()
783 chip->get_features = nand_get_set_features_notsupp; in fsl_elbc_chip_init()
Dcafe_nand.c714 cafe->nand.set_features = nand_get_set_features_notsupp; in cafe_nand_probe()
715 cafe->nand.get_features = nand_get_set_features_notsupp; in cafe_nand_probe()
Dfsl_ifc_nand.c842 chip->set_features = nand_get_set_features_notsupp; in fsl_ifc_chip_init()
843 chip->get_features = nand_get_set_features_notsupp; in fsl_ifc_chip_init()
Ddocg4.c1271 nand->set_features = nand_get_set_features_notsupp; in init_mtd_structs()
1272 nand->get_features = nand_get_set_features_notsupp; in init_mtd_structs()
Dsh_flctl.c1194 nand->set_features = nand_get_set_features_notsupp; in flctl_probe()
1195 nand->get_features = nand_get_set_features_notsupp; in flctl_probe()
Dqcom_nandc.c2817 chip->set_features = nand_get_set_features_notsupp; in qcom_nand_host_init_and_register()
2818 chip->get_features = nand_get_set_features_notsupp; in qcom_nand_host_init_and_register()
Dnand_base.c4919 int nand_get_set_features_notsupp(struct mtd_info *mtd, struct nand_chip *chip, in nand_get_set_features_notsupp() function
4924 EXPORT_SYMBOL(nand_get_set_features_notsupp);
/Linux-v4.19/drivers/staging/mt29f_spinand/
Dmt29f_spinand.c924 chip->set_features = nand_get_set_features_notsupp; in spinand_probe()
925 chip->get_features = nand_get_set_features_notsupp; in spinand_probe()
/Linux-v4.19/include/linux/mtd/
Drawnand.h1690 int nand_get_set_features_notsupp(struct mtd_info *mtd, struct nand_chip *chip,