Searched refs:getchip (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/mtd/ |
D | nand.h | 654 int (*block_bad)(struct mtd_info *mtd, loff_t ofs, int getchip);
|
/linux-4.4.14/drivers/mtd/nand/ |
D | nand_base.c | 320 static int nand_block_bad(struct mtd_info *mtd, loff_t ofs, int getchip) in nand_block_bad() argument 331 if (getchip) { in nand_block_bad() 364 if (getchip) { in nand_block_bad() 512 static int nand_block_checkbad(struct mtd_info *mtd, loff_t ofs, int getchip, in nand_block_checkbad() argument 518 return chip->block_bad(mtd, ofs, getchip); in nand_block_checkbad()
|
D | cafe_nand.c | 533 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 | 801 static int doc200x_block_bad(struct mtd_info *mtd, loff_t ofs, int getchip) in doc200x_block_bad() argument
|