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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 83 milliseconds