Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/mtd/
Dnand.h225 struct nand_ops { struct
226 int (*erase)(struct nand_device *nand, const struct nand_pos *pos);
227 int (*markbad)(struct nand_device *nand, const struct nand_pos *pos);
228 bool (*isbad)(struct nand_device *nand, const struct nand_pos *pos);
/kernel/linux/linux-5.10/drivers/memory/
Domap-gpmc.c1069 static struct gpmc_nand_ops nand_ops = { variable