Searched refs:isbad (Results 1 – 10 of 10) sorted by relevance
/openbmc/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()
|
/openbmc/linux/drivers/mtd/nand/ |
H A D | core.c | 35 if (nand->ops->isbad(nand, pos)) in nanddev_isbad() 50 return nand->ops->isbad(nand, pos); in nanddev_isbad() 360 if (!ops->erase || !ops->markbad || !ops->isbad) in nanddev_init()
|
/openbmc/u-boot/scripts/ |
H A D | get_maintainer.pl | 691 my $isbad = 0; 693 $isbad = 1; 700 $isbad = 1; 703 if ($isbad) { 711 my $isbad = 0; 713 $isbad = 1; 725 $isbad = 1; 734 $isbad = 1; 737 if ($isbad) {
|
/openbmc/linux/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) {
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | nand.h | 154 bool (*isbad)(struct nand_device *nand, const struct nand_pos *pos); member
|
/openbmc/linux/include/linux/mtd/ |
H A D | nand.h | 228 bool (*isbad)(struct nand_device *nand, const struct nand_pos *pos); member
|
/openbmc/openbmc/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) {
|
/openbmc/u-boot/drivers/mtd/nand/spi/ |
H A D | core.c | 829 .isbad = spinand_isbad,
|
/openbmc/linux/drivers/mtd/nand/spi/ |
H A D | core.c | 936 .isbad = spinand_isbad,
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_base.c | 6278 .isbad = rawnand_isbad,
|