Searched refs:isbad (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/mtd/nand/
H A Dcore.c39 if (nand->ops->isbad(nand, pos))
54 return nand->ops->isbad(nand, pos);
211 if (!ops->erase || !ops->markbad || !ops->isbad)
/u-boot/scripts/
H A Dget_maintainer.pl739 my $isbad = 0;
741 $isbad = 1;
748 $isbad = 1;
751 if ($isbad) {
759 my $isbad = 0;
761 $isbad = 1;
773 $isbad = 1;
782 $isbad = 1;
785 if ($isbad) {
/u-boot/include/linux/mtd/
H A Dnand.h145 * Marker) so that future call to struct_nand_ops->isbad() return
147 * @isbad: check whether a block is bad or not. This method should just read
157 bool (*isbad)(struct nand_device *nand, const struct nand_pos *pos); member in struct:nand_ops
/u-boot/drivers/mtd/nand/spi/
H A Dcore.c821 .isbad = spinand_isbad,

Completed in 110 milliseconds