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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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_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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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_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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 130 milliseconds