Lines Matching full:oob
52 * @MTD_OPS_PLACE_OOB: OOB data are placed at the given offset (default)
53 * @MTD_OPS_AUTO_OOB: OOB data are automatically placed at the free areas
73 * @ooblen: length of OOB buffer
75 * @usr_oob: user-provided OOB buffer
79 * This structure supports ioctl(MEMWRITE) operations, allowing data and/or OOB
80 * writes in various modes. To write to OOB-only, set @usr_data == NULL, and to
133 __u32 oobsize; /* Amount of OOB data per block (e.g. 16) */
173 /* Get info about OOB modes (e.g., RAW, PLACE, AUTO) - legacy interface */
195 /* Write data to OOB (64-bit version) */
197 /* Read data from OOB (64-bit version) */
204 * without OOB, e.g., NOR flash.
232 * the user struct, not the MAX size of the internal OOB layout representation.