Lines Matching refs:max_uV
289 int min_uV, int max_uV) in regulator_map_voltage_iterate() argument
303 if (ret < best_val && ret >= min_uV && ret <= max_uV) { in regulator_map_voltage_iterate()
327 int min_uV, int max_uV) in regulator_map_voltage_ascend() argument
336 if (ret > max_uV) in regulator_map_voltage_ascend()
339 if (ret >= min_uV && ret <= max_uV) in regulator_map_voltage_ascend()
358 int min_uV, int max_uV) in regulator_map_voltage_linear() argument
364 if (min_uV <= rdev->desc->min_uV && rdev->desc->min_uV <= max_uV) in regulator_map_voltage_linear()
386 if (voltage < min_uV || voltage > max_uV) in regulator_map_voltage_linear()
404 int min_uV, int max_uV) in regulator_map_voltage_linear_range() argument
422 if (!(min_uV <= linear_max_uV && max_uV >= range->min_uV)) in regulator_map_voltage_linear_range()
445 if (voltage >= min_uV && voltage <= max_uV) in regulator_map_voltage_linear_range()
467 int min_uV, int max_uV) in regulator_map_voltage_pickable_linear_range() argument
486 if (!(min_uV <= linear_max_uV && max_uV >= range->min_uV)) { in regulator_map_voltage_pickable_linear_range()
513 if (voltage < min_uV || voltage > max_uV) in regulator_map_voltage_pickable_linear_range()