Lines Matching defs:nand
22 bool nanddev_isbad(struct nand_device *nand, const struct nand_pos *pos) in nanddev_isbad()
64 int nanddev_markbad(struct nand_device *nand, const struct nand_pos *pos) in nanddev_markbad()
105 bool nanddev_isreserved(struct nand_device *nand, const struct nand_pos *pos) in nanddev_isreserved()
129 static int nanddev_erase(struct nand_device *nand, const struct nand_pos *pos) in nanddev_erase()
157 struct nand_device *nand = mtd_to_nanddev(mtd); in nanddev_mtd_erase() local
193 struct nand_device *nand = mtd_to_nanddev(mtd); in nanddev_mtd_max_bad_blocks() local
216 static int nanddev_get_ecc_engine(struct nand_device *nand) in nanddev_get_ecc_engine()
255 static int nanddev_put_ecc_engine(struct nand_device *nand) in nanddev_put_ecc_engine()
275 static int nanddev_find_ecc_configuration(struct nand_device *nand) in nanddev_find_ecc_configuration()
297 int nanddev_ecc_engine_init(struct nand_device *nand) in nanddev_ecc_engine_init()
331 void nanddev_ecc_engine_cleanup(struct nand_device *nand) in nanddev_ecc_engine_cleanup()
351 int nanddev_init(struct nand_device *nand, const struct nand_ops *ops, in nanddev_init()
396 void nanddev_cleanup(struct nand_device *nand) in nanddev_cleanup()