Lines Matching full:oob
50 * struct mtd_oob_ops - oob operation operands
57 * @ooblen: number of oob bytes to write/read
58 * @oobretlen: number of oob bytes written/read
59 * @ooboffs: offset of oob data in the oob area (only relevant when
61 * @datbuf: data buffer - if NULL only oob data are read/written
62 * @oobbuf: oob data buffer
64 * Note, some MTD drivers do not allow you to write more than one OOB area at
83 * struct mtd_oob_region - oob region definition
87 * This structure describes a region of the OOB area, and is used
89 * Each section is defined by an offset within the OOB area and a
98 * struct mtd_ooblayout_ops - NAND OOB layout operations
99 * @ecc: function returning an ECC region in the OOB area.
102 * @free: function returning a free region in the OOB area.
268 uint32_t oobsize; // Amount of OOB data per block (e.g. 16)
269 uint32_t oobavail; // Available OOB bytes per block
294 /* OOB layout description */