Searched refs:getchip (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/linux/mtd/ |
D | nand.h | 653 int (*block_bad)(struct mtd_info *mtd, loff_t ofs, int getchip);
|
/linux-4.1.27/drivers/mtd/nand/ |
D | nand_base.c | 321 static int nand_block_bad(struct mtd_info *mtd, loff_t ofs, int getchip) in nand_block_bad() argument 332 if (getchip) { in nand_block_bad() 365 if (getchip) { in nand_block_bad() 513 static int nand_block_checkbad(struct mtd_info *mtd, loff_t ofs, int getchip, in nand_block_checkbad() argument 519 return chip->block_bad(mtd, ofs, getchip); in nand_block_checkbad()
|
D | cafe_nand.c | 532 static int cafe_nand_block_bad(struct mtd_info *mtd, loff_t ofs, int getchip) in cafe_nand_block_bad() argument
|
D | docg4.c | 1124 static int docg4_block_neverbad(struct mtd_info *mtd, loff_t ofs, int getchip) in docg4_block_neverbad() argument
|
D | diskonchip.c | 798 static int doc200x_block_bad(struct mtd_info *mtd, loff_t ofs, int getchip) in doc200x_block_bad() argument
|