/Linux-v4.19/drivers/power/supply/ |
D | lego_ev3_battery.c | 33 int v_max; member 67 val->intval = batt->v_max; in lego_ev3_battery_get_property() 112 batt->v_max = 7800000; in lego_ev3_battery_set_property() 198 batt->v_max = 84000000; in lego_ev3_battery_probe() 203 batt->v_max = 90000000; in lego_ev3_battery_probe()
|
/Linux-v4.19/sound/isa/gus/ |
D | gus_reset.c | 164 unsigned short v_max) 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/ |
D | cpu_errata.c | 414 #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/ |
D | cputype.h | 145 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument 149 .rv_max = MIDR_CPU_VAR_REV(v_max, r_max), \
|
/Linux-v4.19/drivers/clk/tegra/ |
D | clk-dfll.c | 1415 int j, v, v_max, v_opp; in dfll_build_i2c_lut() local 1427 v_max = dev_pm_opp_get_voltage(opp); in dfll_build_i2c_lut() 1448 v += max(1, (v_max - v) / (MAX_DFLL_VOLTAGES - j)); in dfll_build_i2c_lut() 1459 v = (j == MAX_DFLL_VOLTAGES - 1) ? v_max : v_opp; in dfll_build_i2c_lut() 1466 if (v >= v_max) in dfll_build_i2c_lut()
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_target.c | 480 int iid_lsb, int idx_lsb, int v_max) in nfp_encode_basic_search() argument 485 for (v = 0; v < v_max; v++) { in nfp_encode_basic_search()
|
/Linux-v4.19/include/sound/ |
D | gus.h | 582 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max);
|
/Linux-v4.19/drivers/leds/ |
D | leds-lm3533.c | 187 u8 v_min, u8 v_max) in time_to_val() argument
|
/Linux-v4.19/sound/pci/trident/ |
D | trident_main.c | 58 unsigned short v_min, unsigned short v_max); 3890 … snd_trident_clear_voices(struct snd_trident * trident, unsigned short v_min, unsigned short v_max) 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/ |
D | ali5451.c | 980 unsigned int v_max) in snd_ali_clear_voices() argument 984 for (i = v_min; i <= v_max; i++) { in snd_ali_clear_voices()
|