Searched refs:isbad (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/ |
| H A D | core.c | 34 if (nand->ops->isbad(nand, pos)) in nanddev_isbad() 49 return nand->ops->isbad(nand, pos); in nanddev_isbad() 198 if (!ops->erase || !ops->markbad || !ops->isbad) in nanddev_init()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/ |
| H A D | core.c | 32 if (nand->ops->isbad(nand, pos)) in nanddev_isbad() 47 return nand->ops->isbad(nand, pos); in nanddev_isbad() 230 if (!ops->erase || !ops->markbad || !ops->isbad) in nanddev_init()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | get_maintainer.pl | 741 my $isbad = 0; 743 $isbad = 1; 750 $isbad = 1; 753 if ($isbad) { 761 my $isbad = 0; 763 $isbad = 1; 775 $isbad = 1; 784 $isbad = 1; 787 if ($isbad) {
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | nand.h | 165 bool (*isbad)(struct nand_device *nand, const struct nand_pos *pos); member
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | nand.h | 240 bool (*isbad)(struct nand_device *nand, const struct nand_pos *pos); member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-cleanup.patch | 528 - register int c, isbad; 530 + int c, isbad; 532 for (isbad = FALSE; *cp && !isbad; ++cp) {
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/spi/ |
| H A D | core.c | 821 .isbad = spinand_isbad,
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/spi/ |
| H A D | core.c | 855 .isbad = spinand_isbad,
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 5591 .isbad = rawnand_isbad,
|