• Home
  • Raw
  • Download

Lines Matching full:oob

1502  * mtd_ooblayout_ecc - Get the OOB region definition of a specific ECC section
1508 * @oobecc: OOB region struct filled with the appropriate ECC position
1511 * This function returns ECC section information in the OOB area. If you want
1535 * mtd_ooblayout_free - Get the OOB region definition of a specific free
1542 * @oobfree: OOB region struct filled with the appropriate free position
1545 * This function returns free bytes position in the OOB area. If you want
1624 * @oobregion: OOB region information
1641 * mtd_ooblayout_get_bytes - Extract OOB bytes from the oob buffer
1643 * @buf: destination buffer to store OOB bytes
1644 * @oobbuf: OOB buffer
1650 * from the OOB buffer and copy them into buf.
1684 * mtd_ooblayout_set_bytes - put OOB bytes into the oob buffer
1686 * @buf: source buffer to get OOB bytes from
1687 * @oobbuf: OOB buffer
1688 * @start: first OOB byte to set
1689 * @nbytes: number of OOB bytes to set
1692 * Fill the OOB buffer with data provided in buf. The category (ECC or free)
1727 * mtd_ooblayout_count_bytes - count the number of bytes in a OOB category
1758 * mtd_ooblayout_get_eccbytes - extract ECC bytes from the oob buffer
1761 * @oobbuf: OOB buffer
1778 * mtd_ooblayout_set_eccbytes - set ECC bytes into the oob buffer
1781 * @oobbuf: OOB buffer
1798 * mtd_ooblayout_get_databytes - extract data bytes from the oob buffer
1801 * @oobbuf: OOB buffer
1818 * mtd_ooblayout_set_databytes - set data bytes into the oob buffer
1821 * @oobbuf: OOB buffer
1838 * mtd_ooblayout_count_freebytes - count the number of free bytes in OOB
1852 * mtd_ooblayout_count_eccbytes - count the number of ECC bytes in OOB