Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/bcm47xxnflash/
H A 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()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_legacy.c519 int nand_get_set_features_notsupp(struct nand_chip *chip, int addr, in nand_get_set_features_notsupp() function
524 EXPORT_SYMBOL(nand_get_set_features_notsupp);
H A Dmpc5121_nfc.c705 chip->legacy.set_features = nand_get_set_features_notsupp; in mpc5121_nfc_probe()
706 chip->legacy.get_features = nand_get_set_features_notsupp; in mpc5121_nfc_probe()
H A Dhisi504_nand.c780 chip->legacy.set_features = nand_get_set_features_notsupp; in hisi_nfc_probe()
781 chip->legacy.get_features = nand_get_set_features_notsupp; in hisi_nfc_probe()
H A Dcafe_nand.c709 cafe->nand.legacy.set_features = nand_get_set_features_notsupp; in cafe_nand_probe()
710 cafe->nand.legacy.get_features = nand_get_set_features_notsupp; in cafe_nand_probe()
H A Dfsl_elbc_nand.c707 chip->legacy.set_features = nand_get_set_features_notsupp; in fsl_elbc_chip_init()
708 chip->legacy.get_features = nand_get_set_features_notsupp; in fsl_elbc_chip_init()
H A Dfsl_ifc_nand.c881 chip->legacy.set_features = nand_get_set_features_notsupp; in fsl_ifc_chip_init()
882 chip->legacy.get_features = nand_get_set_features_notsupp; in fsl_ifc_chip_init()
H A 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()
H A Dqcom_nandc.c2829 chip->legacy.set_features = nand_get_set_features_notsupp; in qcom_nand_host_init_and_register()
2830 chip->legacy.get_features = nand_get_set_features_notsupp; in qcom_nand_host_init_and_register()
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Drawnand.h1444 int nand_get_set_features_notsupp(struct nand_chip *chip, int addr,