Searched refs:max_uV (Results 1 – 9 of 9) sorted by relevance
51 int max_uV = priv->max_voltage; in pwm_voltage_to_duty_cycle_percentage() local52 int diff = max_uV - min_uV; in pwm_voltage_to_duty_cycle_percentage()129 priv->max_voltage = uc_pdata->max_uV; in pwm_regulator_probe()
46 if (uc_pdata->max_uV != -ENODATA && uV > uc_pdata->max_uV) in regulator_set_value()314 uc_pdata->max_uV = dev_read_u32_default(dev, "regulator-max-microvolt", in regulator_pre_probe()325 (uc_pdata->max_uV != -ENODATA) && in regulator_pre_probe()326 (uc_pdata->min_uV == uc_pdata->max_uV)) in regulator_pre_probe()
65 if (uc_pdata->min_uV != uc_pdata->max_uV) { in fixed_regulator_get_value()
81 if (uc_pdata->min_uV > uc_pdata->max_uV) { in gpio_regulator_get_value()
195 if ((uv < uc_pdata->min_uV) || (uv > uc_pdata->max_uV)) in stpmu1_buck_set_enable()373 if ((uv < uc_pdata->min_uV) || (uv > uc_pdata->max_uV)) in stpmu1_ldo_set_enable()
345 if (uV > uc_pdata->max_uV) { in buck_set_vdd1_vdd2_value()
165 constraint(" - max uV:", uc_pdata->max_uV, NULL); in do_info()288 if ((value < uc_pdata->min_uV || value > uc_pdata->max_uV) && !force) { in do_value()290 uc_pdata->min_uV, uc_pdata->max_uV); in do_value()
169 int max_uV; member
195 if (uc_pdata->min_uV != uc_pdata->max_uV) { in stm32mp_pwr_regulator_get_value()