Searched refs:nanddev_init (Results 1 – 3 of 3) sorted by relevance
351 int nanddev_init(struct nand_device *nand, const struct nand_ops *ops, in nanddev_init() function388 EXPORT_SYMBOL_GPL(nanddev_init);
1527 ret = nanddev_init(nand, &spinand_ops, THIS_MODULE); in spinand_init()
6535 ret = nanddev_init(&chip->base, &rawnand_ops, mtd->owner); in nand_scan_tail()