/linux-6.6.21/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() 192 batt->v_max = 84000000; in lego_ev3_battery_probe() 197 batt->v_max = 90000000; in lego_ev3_battery_probe()
|
/linux-6.6.21/sound/isa/gus/ |
D | gus_reset.c | 147 unsigned short v_max) 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()
|
/linux-6.6.21/arch/arm64/kernel/ |
D | cpu_errata.c | 140 #define CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument 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) \ argument 153 CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max)
|
/linux-6.6.21/drivers/iio/dac/ |
D | ad3552r.c | 713 s32 *v_max) in ad3552r_get_custom_range() argument 730 *v_max = 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() 750 v_max = ad3542r_ch_ranges[idx][1]; in ad3552r_calc_gain_and_offset() 753 v_max = ad3552r_ch_ranges[idx][1]; in ad3552r_calc_gain_and_offset() 767 span = v_max - v_min; in ad3552r_calc_gain_and_offset()
|
/linux-6.6.21/drivers/clk/tegra/ |
D | clk-dfll.c | 1645 static int dfll_build_pwm_lut(struct tegra_dfll *td, unsigned long v_max) in dfll_build_pwm_lut() argument 1657 if (reg_volt > v_max) in dfll_build_pwm_lut() 1700 static int dfll_build_i2c_lut(struct tegra_dfll *td, unsigned long v_max) in dfll_build_i2c_lut() argument 1727 v += max(1UL, (v_max - v) / (MAX_DFLL_VOLTAGES - j)); in dfll_build_i2c_lut() 1738 v = (j == MAX_DFLL_VOLTAGES - 1) ? v_max : v_opp; in dfll_build_i2c_lut() 1745 if (v >= v_max) in dfll_build_i2c_lut() 1767 unsigned long rate, v_max; in dfll_build_lut() local 1776 v_max = dev_pm_opp_get_voltage(opp); in dfll_build_lut() 1780 return dfll_build_pwm_lut(td, v_max); in dfll_build_lut() 1782 return dfll_build_i2c_lut(td, v_max); in dfll_build_lut()
|
/linux-6.6.21/tools/arch/arm64/include/asm/ |
D | cputype.h | 220 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument 224 .rv_max = MIDR_CPU_VAR_REV(v_max, r_max), \
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | cputype.h | 227 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument 231 .rv_max = MIDR_CPU_VAR_REV(v_max, r_max), \
|
/linux-6.6.21/drivers/gpu/drm/msm/dp/ |
D | dp_link.c | 1144 int v_max = 0, p_max = 0; in dp_link_adjust_levels() local 1162 if (v_max < data_v) in dp_link_adjust_levels() 1163 v_max = data_v; in dp_link_adjust_levels() 1168 dp_link->phy_params.v_level = v_max >> DP_TRAIN_VOLTAGE_SWING_SHIFT; in dp_link_adjust_levels()
|
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_target.c | 454 int iid_lsb, int idx_lsb, int v_max) in nfp_encode_basic_search() argument 459 for (v = 0; v < v_max; v++) { in nfp_encode_basic_search()
|
/linux-6.6.21/include/sound/ |
D | gus.h | 567 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max);
|
/linux-6.6.21/drivers/leds/ |
D | leds-lm3533.c | 183 u8 v_min, u8 v_max) in time_to_val() argument
|
/linux-6.6.21/sound/pci/trident/ |
D | trident_main.c | 44 unsigned short v_min, unsigned short v_max); 3821 … 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()
|
/linux-6.6.21/sound/pci/ali5451/ |
D | ali5451.c | 965 unsigned int v_max) in snd_ali_clear_voices() argument 969 for (i = v_min; i <= v_max; i++) { in snd_ali_clear_voices()
|