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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/47xxnand/
H A Dbrcmnand_priv.h94 extern int brcmnand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt);
H A Dbrcmnand_47xx.c431 * @allowbbt: 1, if its allowed to access the bbt area
437 int allowbbt)
448 ret = brcmnand_isbad_bbt(mtd, ofs, allowbbt);
1497 static int brcmnand_erase_bbt(struct mtd_info *mtd, struct erase_info *instr, int allowbbt) argument
1561 chip->page_shift, 0, allowbbt)) {
1583 if (!allowbbt) {
1615 int allowbbt = 0; local
1619 ret = brcmnand_erase_bbt(mtd, instr, allowbbt);
436 brcmnand_block_checkbad(struct mtd_info *mtd, loff_t ofs, int getchip, int allowbbt) argument
H A Dbrcmnand_bbt.c1277 * @allowbbt: allow access to bad block table region
1284 int brcmnand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt) argument
1310 return allowbbt ? 0 : 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/bcm947xx/nand/
H A Dbrcmnand_priv.h94 extern int brcmnand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt);
H A Dbrcmnand_47xx.c431 * @allowbbt: 1, if its allowed to access the bbt area
437 int allowbbt)
448 ret = brcmnand_isbad_bbt(mtd, ofs, allowbbt);
1497 static int brcmnand_erase_bbt(struct mtd_info *mtd, struct erase_info *instr, int allowbbt) argument
1561 chip->page_shift, 0, allowbbt)) {
1583 if (!allowbbt) {
1615 int allowbbt = 0; local
1619 ret = brcmnand_erase_bbt(mtd, instr, allowbbt);
436 brcmnand_block_checkbad(struct mtd_info *mtd, loff_t ofs, int getchip, int allowbbt) argument
H A Dbrcmnand_bbt.c1277 * @allowbbt: allow access to bad block table region
1284 int brcmnand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt) argument
1310 return allowbbt ? 0 : 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dbbm.h141 int (*isbad_bbt)(struct mtd_info *mtd, loff_t ofs, int allowbbt);
H A Dnand.h490 extern int nand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt);
492 int allowbbt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/onenand/
H A Donenand_bbt.c141 * @param allowbbt allow access to bad block table region
143 static int onenand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt) argument
160 case 0x02: return allowbbt ? 0 : 1;
H A Donenand_base.c2195 * @param allowbbt 1, if its allowed to access the bbt area
2200 static int onenand_block_isbad_nolock(struct mtd_info *mtd, loff_t ofs, int allowbbt) argument
2206 return bbm->isbad_bbt(mtd, ofs, allowbbt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnand_bbt.c1258 * @allowbbt: allow access to bad block table region
1261 int nand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt) argument
1280 return allowbbt ? 0 : 1;
H A Dnand_base.c471 * @allowbbt: 1, if its allowed to access the bbt area
477 int allowbbt)
485 return nand_isbad_bbt(mtd, ofs, allowbbt);
2505 * @allowbbt: allow erasing the bbt area
2510 int allowbbt)
2554 if (chip->options & BBT_AUTO_REFRESH && !allowbbt)
2567 chip->page_shift, 0, allowbbt)) {
476 nand_block_checkbad(struct mtd_info *mtd, loff_t ofs, int getchip, int allowbbt) argument
2509 nand_erase_nand(struct mtd_info *mtd, struct erase_info *instr, int allowbbt) argument

Completed in 88 milliseconds