Lines Matching full:oob
42 * @MTD_OPS_PLACE_OOB: OOB data are placed at the given offset (default)
43 * @MTD_OPS_AUTO_OOB: OOB data are automatically placed at the free areas
63 * @ooblen: length of OOB buffer
65 * @usr_oob: user-provided OOB buffer
69 * This structure supports ioctl(MEMWRITE) operations, allowing data and/or OOB
70 * writes in various modes. To write to OOB-only, set @usr_data == NULL, and to
122 __u32 oobsize; /* Amount of OOB data per block (e.g. 16) */
162 /* Get info about OOB modes (e.g., RAW, PLACE, AUTO) - legacy interface */
184 /* Write data to OOB (64-bit version) */
186 /* Read data from OOB (64-bit version) */
193 * without OOB, e.g., NOR flash.