Searched refs:allowbbt (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/mtd/
H A Dbbm.h132 int (*isbad_bbt)(struct mtd_info *mtd, loff_t ofs, int allowbbt);
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_bbt.c142 * @allowbbt: allow access to bad block table region
144 static int onenand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt) argument
161 case 0x02: return allowbbt ? 0 : 1;
H A Donenand_base.c2115 * @allowbbt: 1, if its allowed to access the bbt area
2120 static int onenand_block_isbad_nolock(struct mtd_info *mtd, loff_t ofs, int allowbbt) argument
2126 return bbm->isbad_bbt(mtd, ofs, allowbbt);
/linux-master/drivers/mtd/nand/raw/
H A Dinternals.h87 int allowbbt);
160 int nand_isbad_bbt(struct nand_chip *chip, loff_t offs, int allowbbt);
H A Dnand_bbt.c1445 * @allowbbt: allow access to bad block table region
1447 int nand_isbad_bbt(struct nand_chip *this, loff_t offs, int allowbbt) argument
1466 return allowbbt ? 0 : 1;
H A Dnand_base.c623 * @allowbbt: 1, if its allowed to access the bbt area
628 static int nand_block_checkbad(struct nand_chip *chip, loff_t ofs, int allowbbt) argument
632 return nand_isbad_bbt(chip, ofs, allowbbt);
4643 * @allowbbt: allow erasing the bbt area
4648 int allowbbt)
4693 chip->page_shift, allowbbt)) {
4647 nand_erase_nand(struct nand_chip *chip, struct erase_info *instr, int allowbbt) argument

Completed in 154 milliseconds