Searched defs:check_pattern (Results 1 - 1 of 1) sorted by relevance

/drivers/mtd/nand/
H A Dnand_bbt.c83 * check_pattern - [GENERIC] check if a pattern is in the buffer
93 static int check_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) function
131 * good / bad block identifiers. Same as check_pattern, but no optional empty
414 if (check_pattern(buf, scanlen, mtd->writesize, bd))
598 if (!check_pattern(buf, scanlen, mtd->writesize, td)) {

Completed in 27 milliseconds