Searched refs:check_short_pattern (Results 1 - 2 of 2) sorted by relevance

/drivers/mtd/onenand/
H A Donenand_bbt.c21 * check_short_pattern - [GENERIC] check if a pattern is in the buffer
33 static int check_short_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) function
102 if (ret || check_short_pattern(&buf[j * scanlen],
/drivers/mtd/nand/
H A Dnand_bbt.c126 * check_short_pattern - [GENERIC] check if a pattern is in the buffer
134 static int check_short_pattern(uint8_t *buf, struct nand_bbt_descr *td) function
443 if (check_short_pattern(buf, bd))

Completed in 59 milliseconds