Lines Matching full:pairing
114 * struct mtd_pairing_info - page pairing information
128 * The H27UCG8T2BTR-BC datasheet describes the following pairing scheme:
149 * struct mtd_pairing_scheme - page pairing scheme description
157 * @get_wunit: converts pairing information into a write-unit (page) number.
159 * pairing information described in the info argument. It should
161 * passed pairing information.
167 * NAND page pairing scheme. Instead of exposing two big tables to do the
297 /* NAND pairing scheme, only provided for MLC/TLC NANDs */
298 const struct mtd_pairing_scheme *pairing; member
456 const struct mtd_pairing_scheme *pairing) in mtd_set_pairing_scheme() argument
458 mtd->pairing = pairing; in mtd_set_pairing_scheme()