Lines Matching full:oob
1460 * mtd_ooblayout_ecc - Get the OOB region definition of a specific ECC section
1466 * @oobecc: OOB region struct filled with the appropriate ECC position
1469 * This function returns ECC section information in the OOB area. If you want
1493 * mtd_ooblayout_free - Get the OOB region definition of a specific free
1500 * @oobfree: OOB region struct filled with the appropriate free position
1503 * This function returns free bytes position in the OOB area. If you want
1582 * @oobregion: OOB region information
1599 * mtd_ooblayout_get_bytes - Extract OOB bytes from the oob buffer
1601 * @buf: destination buffer to store OOB bytes
1602 * @oobbuf: OOB buffer
1608 * from the OOB buffer and copy them into buf.
1642 * mtd_ooblayout_set_bytes - put OOB bytes into the oob buffer
1644 * @buf: source buffer to get OOB bytes from
1645 * @oobbuf: OOB buffer
1646 * @start: first OOB byte to set
1647 * @nbytes: number of OOB bytes to set
1650 * Fill the OOB buffer with data provided in buf. The category (ECC or free)
1685 * mtd_ooblayout_count_bytes - count the number of bytes in a OOB category
1716 * mtd_ooblayout_get_eccbytes - extract ECC bytes from the oob buffer
1719 * @oobbuf: OOB buffer
1736 * mtd_ooblayout_set_eccbytes - set ECC bytes into the oob buffer
1739 * @oobbuf: OOB buffer
1756 * mtd_ooblayout_get_databytes - extract data bytes from the oob buffer
1759 * @oobbuf: OOB buffer
1776 * mtd_ooblayout_set_databytes - set data bytes into the oob buffer
1779 * @oobbuf: OOB buffer
1796 * mtd_ooblayout_count_freebytes - count the number of free bytes in OOB
1810 * mtd_ooblayout_count_eccbytes - count the number of ECC bytes in OOB