Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/
Dcore.c102 bool nanddev_isreserved(struct nand_device *nand, const struct nand_pos *pos) in nanddev_isreserved() function
115 EXPORT_SYMBOL_GPL(nanddev_isreserved);
128 if (nanddev_isbad(nand, pos) || nanddev_isreserved(nand, pos)) { in nanddev_erase()
/Linux-v4.19/include/linux/mtd/
Dnand.h679 bool nanddev_isreserved(struct nand_device *nand, const struct nand_pos *pos);
/Linux-v4.19/drivers/mtd/nand/spi/
Dcore.c754 ret = nanddev_isreserved(nand, &pos); in spinand_mtd_block_isreserved()