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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dbbm.h120 int (*isbad_bbt)(struct mtd_info *mtd, loff_t ofs, int allowbbt);
H A Dnand.h413 int (*erase_bbt)(struct mtd_info *mtd, struct erase_info *instr, int allowbbt);
580 extern int nand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt);
582 int allowbbt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/onenand/
H A Donenand_bbt.c139 * @param allowbbt allow access to bad block table region
141 static int onenand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt) argument
158 case 0x02: return allowbbt ? 0 : 1;
H A Donenand_base.c1444 * @param allowbbt 1, if its allowed to access the bbt area
1449 static int onenand_block_checkbad(struct mtd_info *mtd, loff_t ofs, int getchip, int allowbbt) argument
1455 return bbm->isbad_bbt(mtd, ofs, allowbbt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/47xxnand/
H A Dbrcmnand_priv.h88 extern int brcmnand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt);
H A Dbrcmnand_47xx.c405 * @allowbbt: 1, if its allowed to access the bbt area
411 int allowbbt)
419 ret = brcmnand_isbad_bbt(mtd, ofs, allowbbt);
1518 static int brcmnand_erase_bbt(struct mtd_info *mtd, struct erase_info *instr, int allowbbt) argument
1581 chip->page_shift, 0, allowbbt)) {
1603 if (!allowbbt) {
1633 int allowbbt = 0; local
1638 ret = brcmnand_erase_bbt(mtd, instr, allowbbt);
410 brcmnand_block_checkbad(struct mtd_info *mtd, loff_t ofs, int getchip, int allowbbt) argument
H A Dbrcmnand_bbt.c1276 * @allowbbt: allow access to bad block table region
1283 int brcmnand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt) argument
1309 return allowbbt ? 0 : 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_bbt.c1193 * @allowbbt: allow access to bad block table region
1196 int nand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt) argument
1215 return allowbbt ? 0 : 1;
H A Dnand_base.c409 * @allowbbt: 1, if its allowed to access the bbt area
415 int allowbbt)
423 return nand_isbad_bbt(mtd, ofs, allowbbt);
2029 * @allowbbt: allow erasing the bbt area
2034 int allowbbt)
2093 if (chip->options & BBT_AUTO_REFRESH && !allowbbt)
2106 chip->page_shift, 0, allowbbt)) {
414 nand_block_checkbad(struct mtd_info *mtd, loff_t ofs, int getchip, int allowbbt) argument
2033 nand_erase_nand(struct mtd_info *mtd, struct erase_info *instr, int allowbbt) argument

Completed in 233 milliseconds