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);
748 struct nand_pos *pos) in nanddev_offs_to_pos()
772 static inline int nanddev_pos_cmp(const struct nand_pos *a, in nanddev_pos_cmp()
773 const struct nand_pos *b) in nanddev_pos_cmp()
802 const struct nand_pos *pos) in nanddev_pos_to_offs()
827 const struct nand_pos *pos) in nanddev_pos_to_row()
843 struct nand_pos *pos) in nanddev_pos_next_target()
861 struct nand_pos *pos) in nanddev_pos_next_lun()
881 struct nand_pos *pos) in nanddev_pos_next_eraseblock()
900 struct nand_pos *pos) in nanddev_pos_next_page()
1000 bool nanddev_isbad(struct nand_device *nand, const struct nand_pos *pos);
1001 bool nanddev_isreserved(struct nand_device *nand, const struct nand_pos *pos);
1002 int nanddev_markbad(struct nand_device *nand, const struct nand_pos *pos);
1043 const struct nand_pos *pos) in nanddev_bbt_pos_to_entry()