Searched refs:bestindex (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A Dab3100.c337 int bestindex; local
346 bestindex = -1;
352 bestindex = i;
356 if (bestindex < 0) {
361 return bestindex;
370 int bestindex; local
372 bestindex = ab3100_get_best_voltage_index(reg, min_uV, max_uV);
373 if (bestindex < 0)
374 return bestindex;
387 regval |= (bestindex <<
404 int bestindex; local
[all...]
H A Dmc13783-regulator.c349 int bestindex; local
358 bestindex = -1;
363 bestindex = i;
367 if (bestindex < 0 || bestmatch > max_uV) {
372 return bestindex;

Completed in 99 milliseconds