Searched refs:autoecc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/devices/ |
H A D | docg3.c | 1212 * @autoecc: if 0, all 16 bytes from OOB are taken, regardless of HW Hamming or 1219 * BCH generator if autoecc is not null. 1224 const u_char *oob, int autoecc) in doc_write_page() 1246 if (oob && autoecc) { in doc_write_page() 1263 if (oob && !autoecc) in doc_write_page() 1284 * doc_guess_autoecc - Guess autoecc mode from mbd_oob_ops 1291 int autoecc; in doc_guess_autoecc() local 1296 autoecc = 1; in doc_guess_autoecc() 1299 autoecc = 0; in doc_guess_autoecc() 1302 autoecc in doc_guess_autoecc() 1223 doc_write_page(struct docg3 *docg3, loff_t to, const u_char *buf, const u_char *oob, int autoecc) doc_write_page() argument 1339 int ooblen = ops->ooblen, autoecc; doc_backup_oob() local 1378 int ret, autoecc, oobdelta; doc_write_oob() local [all...] |
/kernel/linux/linux-6.6/drivers/mtd/devices/ |
H A D | docg3.c | 1220 * @autoecc: if 0, all 16 bytes from OOB are taken, regardless of HW Hamming or 1227 * BCH generator if autoecc is not null. 1232 const u_char *oob, int autoecc) in doc_write_page() 1254 if (oob && autoecc) { in doc_write_page() 1271 if (oob && !autoecc) in doc_write_page() 1292 * doc_guess_autoecc - Guess autoecc mode from mbd_oob_ops 1299 int autoecc; in doc_guess_autoecc() local 1304 autoecc = 1; in doc_guess_autoecc() 1307 autoecc = 0; in doc_guess_autoecc() 1310 autoecc in doc_guess_autoecc() 1231 doc_write_page(struct docg3 *docg3, loff_t to, const u_char *buf, const u_char *oob, int autoecc) doc_write_page() argument 1347 int ooblen = ops->ooblen, autoecc; doc_backup_oob() local 1386 int ret, autoecc, oobdelta; doc_write_oob() local [all...] |
Completed in 5 milliseconds