Lines Matching defs:min_uV
151 int min_uV = rdev->constraints->min_uV;
153 int diff_uV = max_uV - min_uV;
166 * The dutycycle for min_uV might be greater than the one for max_uV.
180 return voltage + min_uV;
191 int min_uV = rdev->constraints->min_uV;
193 int diff_uV = max_uV - min_uV;
202 * The dutycycle for min_uV might be greater than the one for max_uV.
211 dutycycle = DIV_ROUND_CLOSEST_ULL((u64)(req_min_uV - min_uV) *