Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mtd/nand/
A 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.3-rc2/include/linux/mtd/
A Dnand.h1001 bool nanddev_isreserved(struct nand_device *nand, const struct nand_pos *pos);
/linux-6.3-rc2/drivers/mtd/nand/spi/
A Dcore.c849 ret = nanddev_isreserved(nand, &pos); in spinand_mtd_block_isreserved()

Completed in 8 milliseconds