Searched refs:nand_pos (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/linux/mtd/
H A Dnand.h65 * struct nand_pos - NAND position object
75 struct nand_pos { struct
100 struct nand_pos pos;
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);
439 * Converts @offs into a nand_pos representation.
445 struct nand_pos *pos)
469 static inline int nanddev_pos_cmp(const struct nand_pos *a,
470 const struct nand_pos *
[all...]
/u-boot/drivers/mtd/nand/
H A Dcore.c29 bool nanddev_isbad(struct nand_device *nand, const struct nand_pos *pos)
68 int nanddev_markbad(struct nand_device *nand, const struct nand_pos *pos)
109 bool nanddev_isreserved(struct nand_device *nand, const struct nand_pos *pos)
133 static int nanddev_erase(struct nand_device *nand, const struct nand_pos *pos)
170 struct nand_pos pos, last;
/u-boot/drivers/mtd/nand/spi/
H A Dcore.c422 const struct nand_pos *pos)
669 static bool spinand_isbad(struct nand_device *nand, const struct nand_pos *pos)
695 struct nand_pos pos;
709 static int spinand_markbad(struct nand_device *nand, const struct nand_pos *pos)
739 struct nand_pos pos;
753 static int spinand_erase(struct nand_device *nand, const struct nand_pos *pos)
803 struct nand_pos pos;

Completed in 92 milliseconds