Searched refs:nanddev_init (Results 1 – 3 of 3) sorted by relevance
187 int nanddev_init(struct nand_device *nand, const struct nand_ops *ops, in nanddev_init() function224 EXPORT_SYMBOL_GPL(nanddev_init);
358 int nanddev_init(struct nand_device *nand, const struct nand_ops *ops,
1026 ret = nanddev_init(nand, &spinand_ops, THIS_MODULE); in spinand_init()