Lines Matching full:oob
1299 * mtd_ooblayout_ecc - Get the OOB region definition of a specific ECC section
1305 * @oobecc: OOB region struct filled with the appropriate ECC position
1308 * This function returns ECC section information in the OOB area. If you want
1330 * mtd_ooblayout_free - Get the OOB region definition of a specific free
1337 * @oobfree: OOB region struct filled with the appropriate free position
1340 * This function returns free bytes position in the OOB area. If you want
1417 * @oobregion: OOB region information
1434 * mtd_ooblayout_get_bytes - Extract OOB bytes from the oob buffer
1436 * @buf: destination buffer to store OOB bytes
1437 * @oobbuf: OOB buffer
1443 * from the OOB buffer and copy them into buf.
1477 * mtd_ooblayout_set_bytes - put OOB bytes into the oob buffer
1479 * @buf: source buffer to get OOB bytes from
1480 * @oobbuf: OOB buffer
1481 * @start: first OOB byte to set
1482 * @nbytes: number of OOB bytes to set
1485 * Fill the OOB buffer with data provided in buf. The category (ECC or free)
1520 * mtd_ooblayout_count_bytes - count the number of bytes in a OOB category
1551 * mtd_ooblayout_get_eccbytes - extract ECC bytes from the oob buffer
1554 * @oobbuf: OOB buffer
1571 * mtd_ooblayout_set_eccbytes - set ECC bytes into the oob buffer
1574 * @oobbuf: OOB buffer
1591 * mtd_ooblayout_get_databytes - extract data bytes from the oob buffer
1594 * @oobbuf: OOB buffer
1611 * mtd_ooblayout_set_databytes - set data bytes into the oob buffer
1614 * @oobbuf: OOB buffer
1631 * mtd_ooblayout_count_freebytes - count the number of free bytes in OOB
1645 * mtd_ooblayout_count_eccbytes - count the number of ECC bytes in OOB