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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/onenand/
H A Donenand_bbt.c20 * check_short_pattern - [GENERIC] check if a pattern is in the buffer
32 static int check_short_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) function
100 if (ret || check_short_pattern(&buf[j * scanlen], scanlen, mtd->writesize, bd)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnand_bbt.c129 * check_short_pattern - [GENERIC] check if a pattern is in the buffer
138 static int check_short_pattern(uint8_t *buf, struct nand_bbt_descr *td) function
396 if (check_short_pattern(buf, bd))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/47xxnand/
H A Dbrcmnand_bbt.c166 * check_short_pattern - [GENERIC] check if a pattern is in the buffer
175 static int check_short_pattern(uint8_t *buf, struct nand_bbt_descr *td) function
430 if (check_short_pattern(buf, bd))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/bcm947xx/nand/
H A Dbrcmnand_bbt.c166 * check_short_pattern - [GENERIC] check if a pattern is in the buffer
175 static int check_short_pattern(uint8_t *buf, struct nand_bbt_descr *td) function
430 if (check_short_pattern(buf, bd))

Completed in 75 milliseconds