Home
last modified time | relevance | path

Searched defs:nand_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/mtd/
Dnand.h228 struct nand_ops { struct
229 int (*erase)(struct nand_device *nand, const struct nand_pos *pos);
230 int (*markbad)(struct nand_device *nand, const struct nand_pos *pos);
231 bool (*isbad)(struct nand_device *nand, const struct nand_pos *pos);
/linux-6.12.1/drivers/memory/
Domap-gpmc.c1137 static struct gpmc_nand_ops nand_ops = { variable