Home
last modified time | relevance | path

Searched refs:v_min (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dcpu_errata.c126 #define CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \
128 .midr_range = MIDR_RANGE(model, v_min, r_min, v_max, r_max)
137 #define ERRATA_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \
139 CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max)
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dcpu_errata.c140 #define CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \
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) \
153 CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max)
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dcputype.h187 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \
190 .rv_min = MIDR_CPU_VAR_REV(v_min, r_min), \
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dcputype.h227 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \
230 .rv_min = MIDR_CPU_VAR_REV(v_min, r_min), \
/kernel/linux/linux-6.6/tools/arch/arm64/include/asm/
H A Dcputype.h220 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \
223 .rv_min = MIDR_CPU_VAR_REV(v_min, r_min), \
/kernel/linux/linux-5.10/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()
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()
182 time_to_val(unsigned *t, unsigned t_min, unsigned t_step, u8 v_min, u8 v_max) time_to_val() argument
/kernel/linux/linux-6.6/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()
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()
182 time_to_val(unsigned *t, unsigned t_min, unsigned t_step, u8 v_min, u8 v_max) time_to_val() argument
/kernel/linux/linux-5.10/include/sound/
H A Dgus.h567 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max);
/kernel/linux/linux-6.6/include/sound/
H A Dgus.h567 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max);
/kernel/linux/linux-5.10/sound/pci/trident/
H A Dtrident_main.c44 unsigned short v_min, unsigned short v_max);
3837 static void snd_trident_clear_voices(struct snd_trident * trident, unsigned short v_min, unsigned short v_max) in snd_trident_clear_voices() argument
3841 if (snd_BUG_ON(v_min > 63 || v_max > 63)) in snd_trident_clear_voices()
3843 for (i = v_min; i <= v_max; i++) in snd_trident_clear_voices()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/clk/tegra/
H A Dclk-dfll.c1645 int v_min = td->soc->cvb->min_millivolts * 1000; in dfll_build_pwm_lut() local
1656 if ((lut_bottom == MAX_DFLL_VOLTAGES) && (reg_volt >= v_min)) in dfll_build_pwm_lut()
/kernel/linux/linux-5.10/sound/pci/ali5451/
H A Dali5451.c965 unsigned int v_min, in snd_ali_clear_voices()
970 for (i = v_min; i <= v_max; i++) { in snd_ali_clear_voices()
964 snd_ali_clear_voices(struct snd_ali *codec, unsigned int v_min, unsigned int v_max) snd_ali_clear_voices() argument
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/sound/pci/ali5451/
H A Dali5451.c964 unsigned int v_min, in snd_ali_clear_voices()
969 for (i = v_min; i <= v_max; i++) { in snd_ali_clear_voices()
963 snd_ali_clear_voices(struct snd_ali *codec, unsigned int v_min, unsigned int v_max) snd_ali_clear_voices() argument

Completed in 40 milliseconds