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

/drivers/regulator/
H A Dlp3971.c177 int min_vol = min_uV / 1000, max_vol = max_uV / 1000; local
181 if (min_vol < vol_map[LDO_VOL_MIN_IDX] ||
182 min_vol > vol_map[LDO_VOL_MAX_IDX])
186 if (vol_map[val] >= min_vol)
268 int min_vol = min_uV / 1000, max_vol = max_uV / 1000; local
273 if (min_vol < vol_map[BUCK_TARGET_VOL_MIN_IDX] ||
274 min_vol > vol_map[BUCK_TARGET_VOL_MAX_IDX])
279 if (vol_map[val] >= min_vol)
H A Dlp3972.c301 int min_vol = min_uV / 1000, max_vol = max_uV / 1000; local
306 if (min_vol < vol_map[LP3972_LDO_VOL_MIN_IDX(ldo)] ||
307 min_vol > vol_map[LP3972_LDO_VOL_MAX_IDX(ldo)])
312 if (vol_map[val] >= min_vol)
428 int min_vol = min_uV / 1000, max_vol = max_uV / 1000; local
433 if (min_vol < vol_map[LP3972_BUCK_VOL_MIN_IDX(buck)] ||
434 min_vol > vol_map[LP3972_BUCK_VOL_MAX_IDX(buck)])
439 if (vol_map[val] >= min_vol)
H A Dmax8997.c416 int min_vol, int max_vol)
423 if (max_vol < desc->min || min_vol > desc->max)
426 while (desc->min + desc->step * i < min_vol &&
499 int min_vol = min_uV / 1000, max_vol = max_uV / 1000; local
525 i = max8997_get_voltage_proper_val(desc, min_vol, max_vol);
643 int min_vol = min_uV / 1000, max_vol = max_uV / 1000; local
668 new_val = max8997_get_voltage_proper_val(desc, min_vol, max_vol);
414 max8997_get_voltage_proper_val( const struct voltage_map_desc *desc, int min_vol, int max_vol) argument
H A Dmax8998.c306 int min_vol = min_uV / 1000, max_vol = max_uV / 1000; local
319 if (max_vol < desc->min || min_vol > desc->max)
322 while (desc->min + desc->step*i < min_vol &&
358 int min_vol = min_uV / 1000, max_vol = max_uV / 1000; local
374 if (max_vol < desc->min || min_vol > desc->max)
377 while (desc->min + desc->step*i < min_vol &&
H A Ds5m8767.c290 int min_vol, int max_vol)
297 if (max_vol < desc->min || min_vol > desc->max)
300 selector = (min_vol - desc->min) / desc->step;
288 s5m8767_convert_voltage_to_sel( const struct s5m_voltage_desc *desc, int min_vol, int max_vol) argument
/drivers/usb/otg/
H A Dmsm_otg.c169 int min_vol; local
173 min_vol = USB_PHY_VDD_DIG_VOL_MIN;
175 min_vol = USB_PHY_SUSP_DIG_VOL;
177 ret = regulator_set_voltage(hsusb_vddcx, min_vol, max_vol);
184 pr_debug("%s: min_vol:%d max_vol:%d\n", __func__, min_vol, max_vol);

Completed in 200 milliseconds