Searched refs:max_voltage (Results 1 - 17 of 17) sorted by relevance

/linux-master/drivers/remoteproc/
H A Dqcom_wcnss.h11 int max_voltage; member in struct:wcnss_vreg_info
H A Dqcom_wcnss_iris.c184 if (data->vregs[i].max_voltage)
187 data->vregs[i].max_voltage);
H A Dqcom_wcnss.c459 if (info[i].max_voltage)
462 info[i].max_voltage);
/linux-master/drivers/cpufreq/
H A De_powersaver.c178 u8 max_multiplier, max_voltage; local
248 max_voltage = hi & 0xff;
249 pr_info("Highest voltage = %dmV\n", max_voltage * 16 + 700);
264 if (current_voltage > 0x1f || max_voltage > 0x1f)
266 if (max_voltage < min_voltage
268 || current_voltage > max_voltage)
277 if (!voltage_failsafe_off && max_voltage != current_voltage) {
311 if (v >= min_voltage && v <= max_voltage) {
313 max_voltage = v;
342 f_table[1].driver_data = (max_multiplier << 8) | max_voltage;
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Drs780_dpm.h41 u16 max_voltage; member in struct:igp_power_info
54 enum rs780_vddc_level max_voltage; member in struct:igp_ps
H A Drs780_dpm.c247 fv_throt_pwm_range[2] = pi->max_voltage;
248 fv_throt_pwm_range[3] = pi->max_voltage;
261 STARTING_PWM_HIGHTIME(pi->max_voltage),
280 MAX_PWM_HIGHTIME(pi->max_voltage)));
382 if ((current_state->max_voltage == RS780_VDDC_LEVEL_HIGH) &&
515 return pi->max_voltage;
519 return pi->max_voltage;
531 if ((new_state->max_voltage == RS780_VDDC_LEVEL_HIGH) &&
536 new_state->max_voltage);
549 if (pi->max_voltage !
[all...]
H A Dbtc_dpm.h51 u32 clock, u16 max_voltage, u16 *voltage);
H A Dradeon_atombios.c3547 u8 voltage_type, u16 *max_voltage)
3568 *max_voltage =
3573 *max_voltage =
3590 *max_voltage =
3701 u16 min_voltage, max_voltage, voltage_step; local
3703 if (radeon_atom_get_max_voltage(rdev, voltage_type, &max_voltage))
3712 else if (nominal_voltage >= max_voltage)
3713 *true_voltage = max_voltage;
3546 radeon_atom_get_max_voltage(struct radeon_device *rdev, u8 voltage_type, u16 *max_voltage) argument
H A Dbtc_dpm.c1162 u32 clock, u16 max_voltage, u16 *voltage)
1172 *voltage = (u16)((table->entries[i].v < max_voltage) ?
1173 table->entries[i].v : max_voltage);
1178 *voltage = (*voltage > max_voltage) ? *voltage : max_voltage;
1161 btc_apply_voltage_dependency_rules(struct radeon_clock_voltage_dependency_table *table, u32 clock, u16 max_voltage, u16 *voltage) argument
H A Dradeon.h332 u8 voltage_type, u16 *max_voltage);
/linux-master/drivers/power/supply/
H A Dwm97xx_battery.c72 if (pdata->max_voltage >= 0)
73 val->intval = pdata->max_voltage;
196 if (pdata->max_voltage >= 0)
216 if (pdata->max_voltage >= 0)
H A Dcpcap-charger.c418 int max_voltage, int charge_current,
423 if (!max_voltage || !charge_current)
427 max_voltage, charge_current, trickle_current);
434 max_voltage |
417 cpcap_charger_enable(struct cpcap_charger_ddata *ddata, int max_voltage, int charge_current, int trickle_current) argument
/linux-master/drivers/regulator/
H A Danatop-regulator.c171 u32 max_voltage; local
228 ret = of_property_read_u32(np, "anatop-max-voltage", &max_voltage);
242 rdesc->n_voltages = (max_voltage - min_voltage) / 25000 + 1
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
H A Ddcn316_clk_mgr.c460 int max_voltage = 0; local
466 } else if (clock_table->SocVoltage[i] >= max_voltage &&
468 max_voltage = clock_table->SocVoltage[i];
/linux-master/include/linux/
H A Dwm97xx.h294 int max_voltage; member in struct:wm97xx_batt_pdata
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
H A Ddcn31_clk_mgr.c538 int max_voltage = 0; local
544 } else if (clock_table->SocVoltage[i] >= max_voltage &&
546 max_voltage = clock_table->SocVoltage[i];
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c3263 u32 clock, u16 max_voltage, u16 *voltage)
3273 *voltage = (u16)((table->entries[i].v < max_voltage) ?
3274 table->entries[i].v : max_voltage);
3279 *voltage = (*voltage > max_voltage) ? *voltage : max_voltage;
3262 btc_apply_voltage_dependency_rules(struct amdgpu_clock_voltage_dependency_table *table, u32 clock, u16 max_voltage, u16 *voltage) argument

Completed in 315 milliseconds