Home
last modified time | relevance | path

Searched refs:v_max (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/power/supply/
H A Dlego_ev3_battery.c34 int v_max; member
68 val->intval = batt->v_max; in lego_ev3_battery_get_property()
113 batt->v_max = 7800000; in lego_ev3_battery_set_property()
193 batt->v_max = 84000000; in lego_ev3_battery_probe()
198 batt->v_max = 90000000; in lego_ev3_battery_probe()
/linux/drivers/iio/dac/
H A Dad3552r-common.c97 s32 *v_min, s32 *v_max) in ad3552r_get_custom_range() argument
114 *v_max = vref + tmp; in ad3552r_get_custom_range()
125 s32 idx, v_max, v_min, span, rem; in ad3552r_calc_gain_and_offset() local
129 ad3552r_get_custom_range(ch_data, &v_min, &v_max); in ad3552r_calc_gain_and_offset()
134 v_max = model_data->ranges_table[idx][1]; in ad3552r_calc_gain_and_offset()
147 span = v_max - v_min; in ad3552r_calc_gain_and_offset()
/linux/sound/isa/gus/
H A Dgus_reset.c147 unsigned short v_max) in snd_gf1_clear_voices() argument
154 for (i = v_min; i <= v_max; i++) { in snd_gf1_clear_voices()
184 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max) in snd_gf1_stop_voices() argument
191 for (i = v_min, ramp_ok = 0; i <= v_max; i++) { in snd_gf1_stop_voices()
210 snd_gf1_clear_voices(gus, v_min, v_max); in snd_gf1_stop_voices()
/linux/drivers/clk/tegra/
H A Dclk-dfll.c1639 * @v_max: Vmax from OPP table
1645 static int dfll_build_pwm_lut(struct tegra_dfll *td, unsigned long v_max) in dfll_build_pwm_lut() argument
1657 if (reg_volt > v_max) in dfll_build_pwm_lut()
1690 * @v_max: Vmax from OPP table
1700 static int dfll_build_i2c_lut(struct tegra_dfll *td, unsigned long v_max) in dfll_build_i2c_lut() argument
1727 v += max(1UL, (v_max - v) / (MAX_DFLL_VOLTAGES - j)); in dfll_build_i2c_lut()
1738 v = (j == MAX_DFLL_VOLTAGES - 1) ? v_max : v_opp; in dfll_build_i2c_lut()
1745 if (v >= v_max) in dfll_build_i2c_lut()
1767 unsigned long rate, v_max; in dfll_build_lut() local
1776 v_max in dfll_build_lut()
[all...]
/linux/arch/arm64/kernel/
H A Dcpu_errata.c178 #define CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument
180 .midr_range = MIDR_RANGE(model, v_min, r_min, v_max, r_max)
189 #define ERRATA_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument
191 CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max)
/linux/arch/arm64/include/asm/
H A Dcputype.h279 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument
283 .rv_max = MIDR_CPU_VAR_REV(v_max, r_max), \
/linux/tools/arch/arm64/include/asm/
H A Dcputype.h249 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument
253 .rv_max = MIDR_CPU_VAR_REV(v_max, r_max), \
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_link.c1111 int v_max = 0, p_max = 0; in msm_dp_link_adjust_levels() local
1129 if (v_max < data_v) in msm_dp_link_adjust_levels()
1130 v_max = data_v; in msm_dp_link_adjust_levels()
1135 msm_dp_link->phy_params.v_level = v_max >> DP_TRAIN_VOLTAGE_SWING_SHIFT; in msm_dp_link_adjust_levels()
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_target.c454 int iid_lsb, int idx_lsb, int v_max) in nfp_encode_basic_search() argument
459 for (v = 0; v < v_max; v++) { in nfp_encode_basic_search()
/linux/include/sound/
H A Dgus.h551 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max);
/linux/drivers/leds/
H A Dleds-lm3533.c163 /* t_step = (t_max - t_min) / (v_max - v_min) */
175 * Returns linear map of *t from [t_min,t_max] to [v_min,v_max] with a step
178 * t_step = (t_max - t_min) / (v_max - v_min)
183 u8 v_min, u8 v_max) in time_to_val() argument
/linux/sound/pci/trident/
H A Dtrident_main.c44 unsigned short v_min, unsigned short v_max);
3821 static void snd_trident_clear_voices(struct snd_trident * trident, unsigned short v_min, unsigned short v_max) in snd_trident_clear_voices() argument
3825 if (snd_BUG_ON(v_min > 63 || v_max > 63)) in snd_trident_clear_voices()
3827 for (i = v_min; i <= v_max; i++) in snd_trident_clear_voices()
/linux/sound/pci/ali5451/
H A Dali5451.c963 unsigned int v_max) in snd_ali_clear_voices() argument
967 for (i = v_min; i <= v_max; i++) { in snd_ali_clear_voices()