Searched defs:nand_ops (Results 1 – 2 of 2) sorted by relevance
151 struct nand_ops { struct152 int (*erase)(struct nand_device *nand, const struct nand_pos *pos);153 int (*markbad)(struct nand_device *nand, const struct nand_pos *pos);154 bool (*isbad)(struct nand_device *nand, const struct nand_pos *pos);
1085 static struct gpmc_nand_ops nand_ops = { variable