Lines Matching refs:nand_pos
77 struct nand_pos { struct
116 struct nand_pos pos;
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);
751 struct nand_pos *pos) in nanddev_offs_to_pos()
775 static inline int nanddev_pos_cmp(const struct nand_pos *a, in nanddev_pos_cmp()
776 const struct nand_pos *b) in nanddev_pos_cmp()
805 const struct nand_pos *pos) in nanddev_pos_to_offs()
830 const struct nand_pos *pos) in nanddev_pos_to_row()
846 struct nand_pos *pos) in nanddev_pos_next_target()
864 struct nand_pos *pos) in nanddev_pos_next_lun()
884 struct nand_pos *pos) in nanddev_pos_next_eraseblock()
903 struct nand_pos *pos) in nanddev_pos_next_page()
1074 bool nanddev_isbad(struct nand_device *nand, const struct nand_pos *pos);
1075 bool nanddev_isreserved(struct nand_device *nand, const struct nand_pos *pos);
1076 int nanddev_markbad(struct nand_device *nand, const struct nand_pos *pos);
1117 const struct nand_pos *pos) in nanddev_bbt_pos_to_entry()