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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A Disl6271a-regulator.c61 static int isl6271a_set_voltage(struct regulator_dev *dev, int minuV, int maxuV) argument
66 if (minuV < ISL6271A_VOLTAGE_MIN || minuV > ISL6271A_VOLTAGE_MAX)
72 vsel = minuV - (minuV % ISL6271A_VOLTAGE_STEP);
74 /* If the result fell out of [minuV,maxuV] range, put it back */
75 if (vsel < minuV)

Completed in 104 milliseconds