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 (only lower 32 bits are used)
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
118 * @ooblen: length of OOB buffer (only lower 32 bits are used)
120 * @usr_oob: user-provided OOB buffer
125 * This structure supports ioctl(MEMREAD) operations, allowing data and/or OOB
126 * reads in various modes. To read from OOB-only, set @usr_data == NULL, and to
181 __u32 oobsize; /* Amount of OOB data per block (e.g. 16) */
221 /* Get info about OOB modes (e.g., RAW, PLACE, AUTO) - legacy interface */
243 /* Write data to OOB (64-bit version) */
245 /* Read data from OOB (64-bit version) */
252 * without OOB, e.g., NOR flash.
260 * without OOB, e.g., NOR flash.
288 * the user struct, not the MAX size of the internal OOB layout representation.