Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/drivers/mtd/nand/raw/
Dnand_legacy.c520 int nand_get_set_features_notsupp(struct nand_chip *chip, int addr, in nand_get_set_features_notsupp() function
525 EXPORT_SYMBOL(nand_get_set_features_notsupp);
Dmpc5121_nfc.c707 chip->legacy.set_features = nand_get_set_features_notsupp; in mpc5121_nfc_probe()
708 chip->legacy.get_features = nand_get_set_features_notsupp; in mpc5121_nfc_probe()
Dhisi504_nand.c778 chip->legacy.set_features = nand_get_set_features_notsupp; in hisi_nfc_probe()
779 chip->legacy.get_features = nand_get_set_features_notsupp; in hisi_nfc_probe()
Dfsl_elbc_nand.c706 chip->legacy.set_features = nand_get_set_features_notsupp; in fsl_elbc_chip_init()
707 chip->legacy.get_features = nand_get_set_features_notsupp; in fsl_elbc_chip_init()
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()
Dfsl_ifc_nand.c880 chip->legacy.set_features = nand_get_set_features_notsupp; in fsl_ifc_chip_init()
881 chip->legacy.get_features = nand_get_set_features_notsupp; in fsl_ifc_chip_init()
Dsh_flctl.c1172 nand->legacy.set_features = nand_get_set_features_notsupp; in flctl_probe()
1173 nand->legacy.get_features = nand_get_set_features_notsupp; in flctl_probe()
Dqcom_nandc.c2924 chip->legacy.set_features = nand_get_set_features_notsupp; in qcom_nand_host_init_and_register()
2925 chip->legacy.get_features = nand_get_set_features_notsupp; in qcom_nand_host_init_and_register()
/Linux-v5.15/include/linux/mtd/
Drawnand.h1497 int nand_get_set_features_notsupp(struct nand_chip *chip, int addr,