Searched refs:getchip (Results 1 - 6 of 6) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/47xxnand/
H A Dbrcmnand_47xx.c404 * @getchip: 0, if the chip is already selected
410 static int brcmnand_block_checkbad(struct mtd_info *mtd, loff_t ofs, int getchip, argument
417 ret = chip->block_bad(mtd, ofs, getchip);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dcafe_nand.c569 static int cafe_nand_block_bad(struct mtd_info *mtd, loff_t ofs, int getchip) argument
H A Ddiskonchip.c866 static int doc200x_block_bad(struct mtd_info *mtd, loff_t ofs, int getchip) argument
H A Dnand_base.c303 * @getchip: 0, if the chip is already selected
307 static int nand_block_bad(struct mtd_info *mtd, loff_t ofs, int getchip) argument
315 if (getchip) {
338 if (getchip)
408 * @getchip: 0, if the chip is already selected
414 static int nand_block_checkbad(struct mtd_info *mtd, loff_t ofs, int getchip, argument
420 return chip->block_bad(mtd, ofs, getchip);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/onenand/
H A Donenand_base.c1443 * @param getchip 0, if the chip is already selected
1449 static int onenand_block_checkbad(struct mtd_info *mtd, loff_t ofs, int getchip, int allowbbt) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dnand.h403 int (*block_bad)(struct mtd_info *mtd, loff_t ofs, int getchip);

Completed in 115 milliseconds