Lines Matching refs:pair
466 * info.pair = i;
484 info->pair = wunit;
499 * iterate over all wunits of a given pair (see mtd_wunit_to_pairing_info()
502 * It can also be used to only program the first page of each pair (i.e.
508 * for (info.pair = 0; info.pair < npairs; info.pair++) {
521 if (!info || info->pair < 0 || info->pair >= npairs ||
528 return info->pair;
540 * to iterate over all pages of a given pair.
926 * Registers a pair of callbacks function to be called upon addition
951 * Removes a callback function pair from the list of 'users' to be
1389 info.pair = mtd_div_by_ws(ebofs, mtd);
1396 if (info.pair >= npairs) {
1397 info.pair = 0;
1430 info.pair++;