Searched refs:v_min (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/sound/isa/gus/ |
H A D | gus_reset.c | 163 static void snd_gf1_clear_voices(struct snd_gus_card * gus, unsigned short v_min, snd_gf1_clear_voices() argument 171 for (i = v_min; i <= v_max; i++) { snd_gf1_clear_voices() 205 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max) snd_gf1_stop_voices() argument 212 for (i = v_min, ramp_ok = 0; i <= v_max; i++) { snd_gf1_stop_voices() 231 snd_gf1_clear_voices(gus, v_min, v_max); snd_gf1_stop_voices()
|
/linux-4.1.27/drivers/leds/ |
H A D | leds-lm3533.c | 181 /* t_step = (t_max - t_min) / (v_max - v_min) */ 193 * Returns linear map of *t from [t_min,t_max] to [v_min,v_max] with a step 196 * t_step = (t_max - t_min) / (v_max - v_min) 201 u8 v_min, u8 v_max) time_to_val() 205 val = (*t + t_step / 2 - t_min) / t_step + v_min; time_to_val() 207 *t = t_step * (val - v_min) + t_min; time_to_val() 200 time_to_val(unsigned *t, unsigned t_min, unsigned t_step, u8 v_min, u8 v_max) time_to_val() argument
|
/linux-4.1.27/include/sound/ |
H A D | gus.h | 582 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max);
|
/linux-4.1.27/sound/pci/trident/ |
H A D | trident_main.c | 58 unsigned short v_min, unsigned short v_max); 3890 static void snd_trident_clear_voices(struct snd_trident * trident, unsigned short v_min, unsigned short v_max) snd_trident_clear_voices() argument 3894 if (snd_BUG_ON(v_min > 63 || v_max > 63)) snd_trident_clear_voices() 3896 for (i = v_min; i <= v_max; i++) snd_trident_clear_voices()
|
/linux-4.1.27/sound/pci/ali5451/ |
H A D | ali5451.c | 979 unsigned int v_min, snd_ali_clear_voices() 984 for (i = v_min; i <= v_max; i++) { snd_ali_clear_voices() 978 snd_ali_clear_voices(struct snd_ali *codec, unsigned int v_min, unsigned int v_max) snd_ali_clear_voices() argument
|
Completed in 210 milliseconds