Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mtd/
Dnand.h154 struct nand_ops { struct
155 int (*erase)(struct nand_device *nand, const struct nand_pos *pos);
156 int (*markbad)(struct nand_device *nand, const struct nand_pos *pos);
157 bool (*isbad)(struct nand_device *nand, const struct nand_pos *pos);
/Linux-v5.4/drivers/memory/
Domap-gpmc.c1084 static struct gpmc_nand_ops nand_ops = { variable