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