Lines Matching full:oob
70 * struct mtd_oob_ops - oob operation operands
77 * @ooblen: number of oob bytes to write/read
78 * @oobretlen: number of oob bytes written/read
79 * @ooboffs: offset of oob data in the oob area (only relevant when
81 * @datbuf: data buffer - if NULL only oob data are read/written
82 * @oobbuf: oob data buffer
84 * Note, it is allowed to read more than one OOB area at one go, but not write.
85 * The interface assumes that the OOB write requests program only one page's
86 * OOB area.
111 * struct mtd_oob_region - oob region definition
115 * This structure describes a region of the OOB area, and is used
117 * Each section is defined by an offset within the OOB area and a
126 * struct mtd_ooblayout_ops - NAND OOB layout operations
127 * @ecc: function returning an ECC region in the OOB area.
130 * @free: function returning a free region in the OOB area.
186 uint32_t oobsize; // Amount of OOB data per block (e.g. 16)
187 uint32_t oobavail; // Available OOB bytes per block
216 /* OOB layout description */