Searched refs:nanddev_init (Results 1 – 4 of 4) sorted by relevance
221 int nanddev_init(struct nand_device *nand, const struct nand_ops *ops, in nanddev_init() function258 EXPORT_SYMBOL_GPL(nanddev_init);
560 int nanddev_init(struct nand_device *nand, const struct nand_ops *ops,
1065 ret = nanddev_init(nand, &spinand_ops, THIS_MODULE); in spinand_init()
5821 ret = nanddev_init(&chip->base, &rawnand_ops, mtd->owner); in nand_scan_tail()