/Linux-v4.19/drivers/cpufreq/ |
D | e_powersaver.c | 179 u8 max_multiplier, max_voltage; in eps_cpu_init() local 250 max_voltage = hi & 0xff; in eps_cpu_init() 251 pr_info("Highest voltage = %dmV\n", max_voltage * 16 + 700); in eps_cpu_init() 266 if (current_voltage > 0x1f || max_voltage > 0x1f) in eps_cpu_init() 268 if (max_voltage < min_voltage in eps_cpu_init() 270 || current_voltage > max_voltage) in eps_cpu_init() 279 if (!voltage_failsafe_off && max_voltage != current_voltage) { in eps_cpu_init() 313 if (v >= min_voltage && v <= max_voltage) { in eps_cpu_init() 315 max_voltage = v; in eps_cpu_init() 345 f_table[1].driver_data = (max_multiplier << 8) | max_voltage; in eps_cpu_init() [all …]
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | rs780_dpm.c | 247 fv_throt_pwm_range[2] = pi->max_voltage; in rs780_voltage_scaling_init() 248 fv_throt_pwm_range[3] = pi->max_voltage; in rs780_voltage_scaling_init() 261 STARTING_PWM_HIGHTIME(pi->max_voltage), in rs780_voltage_scaling_init() 280 MAX_PWM_HIGHTIME(pi->max_voltage))); in rs780_voltage_scaling_init() 382 if ((current_state->max_voltage == RS780_VDDC_LEVEL_HIGH) && in rs780_force_voltage() 515 return pi->max_voltage; in rs780_get_voltage_for_vddc_level() 519 return pi->max_voltage; in rs780_get_voltage_for_vddc_level() 531 if ((new_state->max_voltage == RS780_VDDC_LEVEL_HIGH) && in rs780_enable_voltage_scaling() 536 new_state->max_voltage); in rs780_enable_voltage_scaling() 549 if (pi->max_voltage != vddc_high) { in rs780_enable_voltage_scaling() [all …]
|
D | rs780_dpm.h | 41 u16 max_voltage; member 54 enum rs780_vddc_level max_voltage; member
|
D | btc_dpm.h | 48 u32 clock, u16 max_voltage, u16 *voltage);
|
D | btc_dpm.c | 1191 u32 clock, u16 max_voltage, u16 *voltage) in btc_apply_voltage_dependency_rules() argument 1201 *voltage = (u16)((table->entries[i].v < max_voltage) ? in btc_apply_voltage_dependency_rules() 1202 table->entries[i].v : max_voltage); in btc_apply_voltage_dependency_rules() 1207 *voltage = (*voltage > max_voltage) ? *voltage : max_voltage; in btc_apply_voltage_dependency_rules()
|
D | radeon_atombios.c | 3544 u8 voltage_type, u16 *max_voltage) in radeon_atom_get_max_voltage() argument 3565 *max_voltage = in radeon_atom_get_max_voltage() 3570 *max_voltage = in radeon_atom_get_max_voltage() 3587 *max_voltage = in radeon_atom_get_max_voltage() 3698 u16 min_voltage, max_voltage, voltage_step; in radeon_atom_round_to_true_voltage() local 3700 if (radeon_atom_get_max_voltage(rdev, voltage_type, &max_voltage)) in radeon_atom_round_to_true_voltage() 3709 else if (nominal_voltage >= max_voltage) in radeon_atom_round_to_true_voltage() 3710 *true_voltage = max_voltage; in radeon_atom_round_to_true_voltage()
|
D | radeon.h | 328 u8 voltage_type, u16 *max_voltage);
|
/Linux-v4.19/drivers/power/supply/ |
D | wm97xx_battery.c | 75 if (pdata->max_voltage >= 0) in wm97xx_bat_get_property() 76 val->intval = pdata->max_voltage; in wm97xx_bat_get_property() 199 if (pdata->max_voltage >= 0) in wm97xx_bat_probe() 219 if (pdata->max_voltage >= 0) in wm97xx_bat_probe()
|
D | z2_battery.c | 65 if (info->max_voltage >= 0) in z2_batt_get_property() 66 val->intval = info->max_voltage; in z2_batt_get_property() 144 if (info->max_voltage >= 0) in z2_batt_ps_init() 160 if (info->max_voltage >= 0) in z2_batt_ps_init()
|
D | cpcap-charger.c | 274 int max_voltage, int charge_current, in cpcap_charger_set_state() argument 303 max_voltage | in cpcap_charger_set_state()
|
/Linux-v4.19/drivers/remoteproc/ |
D | qcom_wcnss_iris.c | 144 if (data->vregs[i].max_voltage) in qcom_iris_probe() 147 data->vregs[i].max_voltage); in qcom_iris_probe()
|
D | qcom_wcnss.h | 13 int max_voltage; member
|
D | qcom_wcnss.c | 396 if (info[i].max_voltage) in wcnss_init_regulators() 399 info[i].max_voltage); in wcnss_init_regulators()
|
/Linux-v4.19/include/linux/ |
D | z2_battery.h | 11 int max_voltage; member
|
D | wm97xx.h | 299 int max_voltage; member
|
/Linux-v4.19/drivers/regulator/ |
D | anatop-regulator.c | 35 int max_voltage; member 236 &sreg->max_voltage); in anatop_regulator_probe() 250 rdesc->n_voltages = (sreg->max_voltage - sreg->min_voltage) / 25000 + 1 in anatop_regulator_probe()
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | palmte2.c | 270 .max_voltage = PALMTE2_BAT_MAX_VOLTAGE,
|
D | palm27x.c | 262 palm27x_batt_pdata.max_voltage = maxv, in palm27x_ac97_init()
|
D | z2.c | 490 .max_voltage = 4190000,
|
D | mioa701.c | 581 .max_voltage = 0xfc0,
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | si_dpm.c | 3266 u32 clock, u16 max_voltage, u16 *voltage) in btc_apply_voltage_dependency_rules() argument 3276 *voltage = (u16)((table->entries[i].v < max_voltage) ? in btc_apply_voltage_dependency_rules() 3277 table->entries[i].v : max_voltage); in btc_apply_voltage_dependency_rules() 3282 *voltage = (*voltage > max_voltage) ? *voltage : max_voltage; in btc_apply_voltage_dependency_rules()
|