Lines Matching full:oob
44 * struct mtd_oob_ops - oob operation operands
51 * @ooblen: number of oob bytes to write/read
52 * @oobretlen: number of oob bytes written/read
53 * @ooboffs: offset of oob data in the oob area (only relevant when
55 * @datbuf: data buffer - if NULL only oob data are read/written
56 * @oobbuf: oob data buffer
58 * Note, some MTD drivers do not allow you to write more than one OOB area at
78 * struct mtd_oob_region - oob region definition
82 * This structure describes a region of the OOB area, and is used
84 * Each section is defined by an offset within the OOB area and a
93 * struct mtd_ooblayout_ops - NAND OOB layout operations
94 * @ecc: function returning an ECC region in the OOB area.
97 * @free: function returning a free region in the OOB area.
265 uint32_t oobsize; // Amount of OOB data per block (e.g. 16)
266 uint32_t oobavail; // Available OOB bytes per block
291 /* OOB layout description */