Lines Matching refs:pair
445 * info.pair = i;
463 info->pair = wunit;
478 * iterate over all wunits of a given pair (see mtd_wunit_to_pairing_info()
481 * It can also be used to only program the first page of each pair (i.e.
487 * for (info.pair = 0; info.pair < npairs; info.pair++) {
500 if (!info || info->pair < 0 || info->pair >= npairs ||
507 return info->pair;
519 * to iterate over all pages of a given pair.
1140 * Registers a pair of callbacks function to be called upon addition
1165 * Removes a callback function pair from the list of 'users' to be
1638 info.pair = mtd_div_by_ws(ebofs, mtd);
1645 if (info.pair >= npairs) {
1646 info.pair = 0;
1679 info.pair++;