Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/power/supply/
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()
199 batt->v_min = 60000000; in lego_ev3_battery_probe()
204 batt->v_min = 48000000; in lego_ev3_battery_probe()
/Linux-v4.19/sound/isa/gus/
Dgus_reset.c163 static void snd_gf1_clear_voices(struct snd_gus_card * gus, unsigned short v_min, in snd_gf1_clear_voices() argument
171 for (i = v_min; i <= v_max; i++) { in snd_gf1_clear_voices()
205 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max) in snd_gf1_stop_voices() argument
212 for (i = v_min, ramp_ok = 0; i <= v_max; i++) { in snd_gf1_stop_voices()
231 snd_gf1_clear_voices(gus, v_min, v_max); in snd_gf1_stop_voices()
/Linux-v4.19/arch/arm64/kernel/
Dcpu_errata.c414 #define CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument
416 .midr_range = MIDR_RANGE(model, v_min, r_min, v_max, r_max)
425 #define ERRATA_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument
427 CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max)
/Linux-v4.19/arch/arm64/include/asm/
Dcputype.h145 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument
148 .rv_min = MIDR_CPU_VAR_REV(v_min, r_min), \
/Linux-v4.19/drivers/leds/
Dleds-lm3533.c187 u8 v_min, u8 v_max) in time_to_val() argument
191 val = (*t + t_step / 2 - t_min) / t_step + v_min; in time_to_val()
193 *t = t_step * (val - v_min) + t_min; in time_to_val()
/Linux-v4.19/include/sound/
Dgus.h582 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max);
/Linux-v4.19/sound/pci/trident/
Dtrident_main.c58 unsigned short v_min, unsigned short v_max);
3890 static void snd_trident_clear_voices(struct snd_trident * trident, unsigned short v_min, unsigned s… in snd_trident_clear_voices() argument
3894 if (snd_BUG_ON(v_min > 63 || v_max > 63)) in snd_trident_clear_voices()
3896 for (i = v_min; i <= v_max; i++) in snd_trident_clear_voices()
/Linux-v4.19/sound/pci/ali5451/
Dali5451.c979 unsigned int v_min, in snd_ali_clear_voices() argument
984 for (i = v_min; i <= v_max; i++) { in snd_ali_clear_voices()