Searched refs:nand_pos (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/mtd/ |
| H A D | nand.h | 77 struct nand_pos { struct 116 struct nand_pos pos; 751 struct nand_pos *pos) in nanddev_offs_to_pos() 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() [all …]
|
| /linux-6.15/drivers/mtd/nand/ |
| H A D | core.c | 22 bool nanddev_isbad(struct nand_device *nand, const struct nand_pos *pos) in nanddev_isbad() 64 int nanddev_markbad(struct nand_device *nand, const struct nand_pos *pos) in nanddev_markbad() 105 bool nanddev_isreserved(struct nand_device *nand, const struct nand_pos *pos) in nanddev_isreserved() 129 static int nanddev_erase(struct nand_device *nand, const struct nand_pos *pos) in nanddev_erase() 158 struct nand_pos pos, last; in nanddev_mtd_erase() 194 struct nand_pos pos, end; in nanddev_mtd_max_bad_blocks()
|
| /linux-6.15/drivers/mtd/nand/spi/ |
| H A D | core.c | 528 const struct nand_pos *pos) in spinand_erase_op() 859 struct nand_pos start_pos, end_pos; in spinand_use_cont_read() 951 static bool spinand_isbad(struct nand_device *nand, const struct nand_pos *pos) in spinand_isbad() 983 struct nand_pos pos; in spinand_mtd_block_isbad() 994 static int spinand_markbad(struct nand_device *nand, const struct nand_pos *pos) in spinand_markbad() 1025 struct nand_pos pos; in spinand_mtd_block_markbad() 1036 static int spinand_erase(struct nand_device *nand, const struct nand_pos *pos) in spinand_erase() 1082 struct nand_pos pos; in spinand_mtd_block_isreserved()
|
| /linux-6.15/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 6256 static int rawnand_erase(struct nand_device *nand, const struct nand_pos *pos) in rawnand_erase() 6273 const struct nand_pos *pos) in rawnand_markbad() 6281 static bool rawnand_isbad(struct nand_device *nand, const struct nand_pos *pos) in rawnand_isbad()
|