Lines Matching full:oob

1859  * mtd_ooblayout_ecc - Get the OOB region definition of a specific ECC section
1865 * @oobecc: OOB region struct filled with the appropriate ECC position
1868 * This function returns ECC section information in the OOB area. If you want
1892 * mtd_ooblayout_free - Get the OOB region definition of a specific free
1899 * @oobfree: OOB region struct filled with the appropriate free position
1902 * This function returns free bytes position in the OOB area. If you want
1981 * @oobregion: OOB region information
1998 * mtd_ooblayout_get_bytes - Extract OOB bytes from the oob buffer
2000 * @buf: destination buffer to store OOB bytes
2001 * @oobbuf: OOB buffer
2007 * from the OOB buffer and copy them into buf.
2041 * mtd_ooblayout_set_bytes - put OOB bytes into the oob buffer
2043 * @buf: source buffer to get OOB bytes from
2044 * @oobbuf: OOB buffer
2045 * @start: first OOB byte to set
2046 * @nbytes: number of OOB bytes to set
2049 * Fill the OOB buffer with data provided in buf. The category (ECC or free)
2084 * mtd_ooblayout_count_bytes - count the number of bytes in a OOB category
2115 * mtd_ooblayout_get_eccbytes - extract ECC bytes from the oob buffer
2118 * @oobbuf: OOB buffer
2135 * mtd_ooblayout_set_eccbytes - set ECC bytes into the oob buffer
2138 * @oobbuf: OOB buffer
2155 * mtd_ooblayout_get_databytes - extract data bytes from the oob buffer
2158 * @oobbuf: OOB buffer
2175 * mtd_ooblayout_set_databytes - set data bytes into the oob buffer
2178 * @oobbuf: OOB buffer
2195 * mtd_ooblayout_count_freebytes - count the number of free bytes in OOB
2209 * mtd_ooblayout_count_eccbytes - count the number of ECC bytes in OOB