Lines Matching defs:len
22 * @len: the length of buffer to search
32 static int check_short_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td)
38 for (i = 0; i < td->len; i++) {
60 int i, j, numblocks, len, scanlen;
69 len = 2;
73 readlen = bd->len;
86 ops.len = ops.ooboffs = ops.retlen = ops.oobretlen = 0;
91 for (j = 0; j < len; j++) {
185 int len, ret = 0;
187 len = this->chipsize >> (this->erase_shift + 2);
189 bbm->bbt = kzalloc(len, GFP_KERNEL);
218 .len = 2,