Searched refs:bestmatch (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.c336 int bestmatch; local
345 bestmatch = INT_MAX;
350 abreg->typ_voltages[i] < bestmatch) {
351 bestmatch = abreg->typ_voltages[i];
H A Dmc13783-regulator.c348 int bestmatch; local
357 bestmatch = INT_MAX;
361 mc13783_regulators[reg_id].voltages[i] < bestmatch) {
362 bestmatch = mc13783_regulators[reg_id].voltages[i];
367 if (bestindex < 0 || bestmatch > max_uV) {

Completed in 102 milliseconds