Home
last modified time | relevance | path

Searched refs:nanddev_isreserved (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/mtd/nand/
Dcore.c105 bool nanddev_isreserved(struct nand_device *nand, const struct nand_pos *pos) in nanddev_isreserved() function
118 EXPORT_SYMBOL_GPL(nanddev_isreserved);
131 if (nanddev_isbad(nand, pos) || nanddev_isreserved(nand, pos)) { in nanddev_erase()
/linux-6.6.21/include/linux/mtd/
Dnand.h1001 bool nanddev_isreserved(struct nand_device *nand, const struct nand_pos *pos);
/linux-6.6.21/drivers/mtd/nand/spi/
Dcore.c849 ret = nanddev_isreserved(nand, &pos); in spinand_mtd_block_isreserved()