Lines Matching refs:nand_pos
77 struct nand_pos { struct
114 struct nand_pos pos;
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);
630 struct nand_pos *pos) in nanddev_offs_to_pos()
654 static inline int nanddev_pos_cmp(const struct nand_pos *a, in nanddev_pos_cmp()
655 const struct nand_pos *b) in nanddev_pos_cmp()
684 const struct nand_pos *pos) in nanddev_pos_to_offs()
709 const struct nand_pos *pos) in nanddev_pos_to_row()
725 struct nand_pos *pos) in nanddev_pos_next_target()
743 struct nand_pos *pos) in nanddev_pos_next_lun()
763 struct nand_pos *pos) in nanddev_pos_next_eraseblock()
782 struct nand_pos *pos) in nanddev_pos_next_page()
882 bool nanddev_isbad(struct nand_device *nand, const struct nand_pos *pos);
883 bool nanddev_isreserved(struct nand_device *nand, const struct nand_pos *pos);
884 int nanddev_erase(struct nand_device *nand, const struct nand_pos *pos);
885 int nanddev_markbad(struct nand_device *nand, const struct nand_pos *pos);
917 const struct nand_pos *pos) in nanddev_bbt_pos_to_entry()