autoecc 1224 drivers/mtd/devices/docg3.c const u_char *oob, int autoecc) autoecc 1246 drivers/mtd/devices/docg3.c if (oob && autoecc) { autoecc 1263 drivers/mtd/devices/docg3.c if (oob && !autoecc) autoecc 1291 drivers/mtd/devices/docg3.c int autoecc; autoecc 1296 drivers/mtd/devices/docg3.c autoecc = 1; autoecc 1299 drivers/mtd/devices/docg3.c autoecc = 0; autoecc 1302 drivers/mtd/devices/docg3.c autoecc = -EINVAL; autoecc 1304 drivers/mtd/devices/docg3.c return autoecc; autoecc 1339 drivers/mtd/devices/docg3.c int ooblen = ops->ooblen, autoecc; autoecc 1343 drivers/mtd/devices/docg3.c autoecc = doc_guess_autoecc(ops); autoecc 1344 drivers/mtd/devices/docg3.c if (autoecc < 0) autoecc 1345 drivers/mtd/devices/docg3.c return autoecc; autoecc 1348 drivers/mtd/devices/docg3.c docg3->oob_autoecc = autoecc; autoecc 1378 drivers/mtd/devices/docg3.c int ret, autoecc, oobdelta; autoecc 1424 drivers/mtd/devices/docg3.c autoecc = doc_guess_autoecc(ops); autoecc 1425 drivers/mtd/devices/docg3.c if (autoecc < 0) autoecc 1426 drivers/mtd/devices/docg3.c return autoecc; autoecc 1437 drivers/mtd/devices/docg3.c ret = doc_write_page(docg3, ofs, buf, oob, autoecc);