Home
last modified time | relevance | path

Searched refs:block_markbad (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/mtd/
H A Donenand.h116 int (*block_markbad)(struct mtd_info *mtd, loff_t ofs); member
H A Drawnand.h1177 int (*block_markbad)(struct nand_chip *chip, loff_t ofs); member
/linux/drivers/mtd/nand/raw/
H A Dsm_common.c168 chip->legacy.block_markbad = sm_block_markbad; in sm_attach_chip()
H A Dnand_base.c543 if (chip->legacy.block_markbad) in nand_markbad_bbm()
544 return chip->legacy.block_markbad(chip, ofs); in nand_markbad_bbm()
/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c2491 ret = this->block_markbad(mtd, ofs); in onenand_block_markbad()
3852 if (!this->block_markbad) in onenand_scan()
3853 this->block_markbad = onenand_default_block_markbad; in onenand_scan()
/linux/Documentation/driver-api/
H A Dmtdnand.rst565 block_markbad is calling the update function of the bad block table.