Lines Matching full:oob
43 * struct mtd_oob_ops - oob operation operands
50 * @ooblen: number of oob bytes to write/read
51 * @oobretlen: number of oob bytes written/read
52 * @ooboffs: offset of oob data in the oob area (only relevant when
54 * @datbuf: data buffer - if NULL only oob data are read/written
55 * @oobbuf: oob data buffer
57 * Note, some MTD drivers do not allow you to write more than one OOB area at
77 * struct mtd_oob_region - oob region definition
81 * This structure describes a region of the OOB area, and is used
83 * Each section is defined by an offset within the OOB area and a
92 * struct mtd_ooblayout_ops - NAND OOB layout operations
93 * @ecc: function returning an ECC region in the OOB area.
96 * @free: function returning a free region in the OOB area.
228 uint32_t oobsize; // Amount of OOB data per block (e.g. 16)
229 uint32_t oobavail; // Available OOB bytes per block
254 /* OOB layout description */