| /linux/drivers/iio/dac/ |
| H A D | ad3552r-common.c | 97 s32 *v_min, s32 *v_max) in ad3552r_get_custom_range() argument 119 *v_min = 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() 133 v_min = model_data->ranges_table[idx][0]; in ad3552r_calc_gain_and_offset() 147 span = v_max - v_min; in ad3552r_calc_gain_and_offset() 152 ch_data->offset_int = div_s64_rem(v_min * 65536, span, &rem); in ad3552r_calc_gain_and_offset()
|
| /linux/drivers/power/supply/ |
| H A D | lego_ev3_battery.c | 35 int v_min; member 71 val->intval = batt->v_min; in lego_ev3_battery_get_property() 114 batt->v_min = 5400000; in lego_ev3_battery_set_property() 194 batt->v_min = 60000000; in lego_ev3_battery_probe() 199 batt->v_min = 48000000; in lego_ev3_battery_probe()
|
| /linux/sound/isa/gus/ |
| H A D | gus_reset.c | 131 static void snd_gf1_clear_voices(struct snd_gus_card * gus, unsigned short v_min, in snd_gf1_clear_voices() argument 138 for (i = v_min; i <= v_max; i++) { in snd_gf1_clear_voices() 167 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max) in snd_gf1_stop_voices() argument 173 for (i = v_min, ramp_ok = 0; i <= v_max; i++) { in snd_gf1_stop_voices() 191 snd_gf1_clear_voices(gus, v_min, v_max); in snd_gf1_stop_voices()
|
| /linux/arch/arm64/kernel/ |
| H A D | cpu_errata.c | 202 #define CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument 204 .midr_range = MIDR_RANGE(model, v_min, r_min, v_max, r_max) 213 #define ERRATA_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument 215 CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max)
|
| /linux/tools/arch/arm64/include/asm/ |
| H A D | cputype.h | 273 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument 276 .rv_min = MIDR_CPU_VAR_REV(v_min, r_min), \
|
| /linux/arch/arm64/include/asm/ |
| H A D | cputype.h | 283 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument 286 .rv_min = MIDR_CPU_VAR_REV(v_min, r_min), \
|
| /linux/drivers/leds/ |
| H A D | leds-lm3533.c | 183 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()
|
| /linux/include/sound/ |
| H A D | gus.h | 550 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max);
|
| /linux/drivers/clk/tegra/ |
| H A D | clk-dfll.c | 1650 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()
|
| /linux/sound/pci/trident/ |
| H A D | trident_main.c | 44 unsigned short v_min, unsigned short v_max); 3777 static void snd_trident_clear_voices(struct snd_trident * trident, unsigned short v_min, unsigned s… in snd_trident_clear_voices() argument 3781 if (snd_BUG_ON(v_min > 63 || v_max > 63)) in snd_trident_clear_voices() 3783 for (i = v_min; i <= v_max; i++) in snd_trident_clear_voices()
|
| /linux/sound/pci/ali5451/ |
| H A D | ali5451.c | 959 unsigned int v_min, in snd_ali_clear_voices() argument 964 for (i = v_min; i <= v_max; i++) { in snd_ali_clear_voices()
|