Home
last modified time | relevance | path

Searched refs:v_min (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/power/supply/
H A Dlego_ev3_battery.c34 int v_min; member
70 val->intval = batt->v_min; in lego_ev3_battery_get_property()
113 batt->v_min = 5400000; in lego_ev3_battery_set_property()
193 batt->v_min = 60000000; in lego_ev3_battery_probe()
198 batt->v_min = 48000000; in lego_ev3_battery_probe()
/openbmc/linux/sound/isa/gus/
H A Dgus_reset.c146 static void snd_gf1_clear_voices(struct snd_gus_card * gus, unsigned short v_min, in snd_gf1_clear_voices() argument
154 for (i = v_min; i <= v_max; i++) { in snd_gf1_clear_voices()
188 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max) in snd_gf1_stop_voices() argument
195 for (i = v_min, ramp_ok = 0; i <= v_max; i++) { in snd_gf1_stop_voices()
214 snd_gf1_clear_voices(gus, v_min, v_max); in snd_gf1_stop_voices()
/openbmc/linux/drivers/iio/dac/
H A Dad3552r.c712 static void ad3552r_get_custom_range(struct ad3552r_desc *dac, s32 i, s32 *v_min, in ad3552r_get_custom_range() argument
735 *v_min = vref - tmp; in ad3552r_get_custom_range()
740 s32 idx, v_max, v_min, span, rem; in ad3552r_calc_gain_and_offset() local
744 ad3552r_get_custom_range(dac, ch, &v_min, &v_max); in ad3552r_calc_gain_and_offset()
749 v_min = ad3542r_ch_ranges[idx][0]; in ad3552r_calc_gain_and_offset()
752 v_min = ad3552r_ch_ranges[idx][0]; in ad3552r_calc_gain_and_offset()
767 span = v_max - v_min; in ad3552r_calc_gain_and_offset()
773 dac->ch_data[ch].offset_int = div_s64_rem(v_min * 65536, span, &rem); in ad3552r_calc_gain_and_offset()
/openbmc/linux/arch/arm64/kernel/
H A Dcpu_errata.c140 #define CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument
142 .midr_range = MIDR_RANGE(model, v_min, r_min, v_max, r_max)
151 #define ERRATA_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument
153 CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max)
/openbmc/linux/tools/arch/arm64/include/asm/
H A Dcputype.h226 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument
229 .rv_min = MIDR_CPU_VAR_REV(v_min, r_min), \
/openbmc/linux/arch/arm64/include/asm/
H A Dcputype.h247 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument
250 .rv_min = MIDR_CPU_VAR_REV(v_min, r_min), \
/openbmc/openbmc/poky/documentation/
H A Dset_versions.py273 v_maj, v_min, v_patch = v_semver.groups('0')
274 return int("{:0>2}{:0>2}{:0>2}".format(v_maj, v_min, v_patch), 10)
/openbmc/linux/drivers/leds/
H A Dleds-lm3533.c183 u8 v_min, u8 v_max) in time_to_val() argument
187 val = (*t + t_step / 2 - t_min) / t_step + v_min; in time_to_val()
189 *t = t_step * (val - v_min) + t_min; in time_to_val()
/openbmc/linux/include/sound/
H A Dgus.h567 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max);
/openbmc/linux/drivers/clk/tegra/
H A Dclk-dfll.c1650 int v_min = td->soc->cvb->min_millivolts * 1000; in dfll_build_pwm_lut() local
1661 if ((lut_bottom == MAX_DFLL_VOLTAGES) && (reg_volt >= v_min)) in dfll_build_pwm_lut()
/openbmc/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 s… 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()
/openbmc/linux/sound/pci/ali5451/
H A Dali5451.c964 unsigned int v_min, in snd_ali_clear_voices() argument
969 for (i = v_min; i <= v_max; i++) { in snd_ali_clear_voices()