Home
last modified time | relevance | path

Searched refs:max (Results 1 – 200 of 2797) sorted by relevance

12345678910>>...14

/linux-4.4.14/drivers/regulator/
Dmax8973-regulator.c161 struct max8973_chip *max = rdev_get_drvdata(rdev); in max8973_dcdc_get_voltage_sel() local
165 ret = regmap_read(max->regmap, max->curr_vout_reg, &data); in max8973_dcdc_get_voltage_sel()
167 dev_err(max->dev, "register %d read failed, err = %d\n", in max8973_dcdc_get_voltage_sel()
168 max->curr_vout_reg, ret); in max8973_dcdc_get_voltage_sel()
177 struct max8973_chip *max = rdev_get_drvdata(rdev); in max8973_dcdc_set_voltage_sel() local
180 int vout_reg = max->curr_vout_reg; in max8973_dcdc_set_voltage_sel()
181 int gpio_val = max->curr_gpio_val; in max8973_dcdc_set_voltage_sel()
187 if (gpio_is_valid(max->dvs_gpio)) in max8973_dcdc_set_voltage_sel()
188 found = find_voltage_set_register(max, vsel, in max8973_dcdc_set_voltage_sel()
192 ret = regmap_update_bits(max->regmap, vout_reg, in max8973_dcdc_set_voltage_sel()
[all …]
Dda903x.c313 #define DA903x_LDO(_pmic, _id, min, max, step, vreg, shift, nbits, ereg, ebit) \ argument
320 .n_voltages = (step) ? ((max - min) / step + 1) : 1, \
325 .max_uV = (max) * 1000, \
333 #define DA903x_DVC(_pmic, _id, min, max, step, vreg, nbits, ureg, ubit, ereg, ebit) \ argument
340 .n_voltages = (step) ? ((max - min) / step + 1) : 1, \
345 .max_uV = (max) * 1000, \
355 #define DA9034_LDO(_id, min, max, step, vreg, shift, nbits, ereg, ebit) \ argument
356 DA903x_LDO(DA9034, _id, min, max, step, vreg, shift, nbits, ereg, ebit)
358 #define DA9030_LDO(_id, min, max, step, vreg, shift, nbits, ereg, ebit) \ argument
359 DA903x_LDO(DA9030, _id, min, max, step, vreg, shift, nbits, ereg, ebit)
[all …]
/linux-4.4.14/drivers/media/platform/sti/bdisp/
Dbdisp-filter.h19 const u16 max; member
26 .max = 921,
40 .max = 1024,
54 .max = 1126,
68 .max = 1228,
82 .max = 1331,
96 .max = 1433,
110 .max = 1536,
124 .max = 2048,
138 .max = 3072,
[all …]
/linux-4.4.14/drivers/macintosh/
Dwindfarm_max6690_sensor.c37 struct wf_6690_sensor *max = wf_to_6690(sr); in wf_max6690_get() local
40 if (max->i2c == NULL) in wf_max6690_get()
44 data = i2c_smbus_read_byte_data(max->i2c, MAX6690_EXTERNAL_TEMP); in wf_max6690_get()
53 struct wf_6690_sensor *max = wf_to_6690(sr); in wf_max6690_release() local
55 kfree(max); in wf_max6690_release()
68 struct wf_6690_sensor *max; in wf_max6690_probe() local
90 max = kzalloc(sizeof(struct wf_6690_sensor), GFP_KERNEL); in wf_max6690_probe()
91 if (max == NULL) { in wf_max6690_probe()
97 max->i2c = client; in wf_max6690_probe()
98 max->sens.name = name; in wf_max6690_probe()
[all …]
Dwindfarm_fcu_controls.c67 s32 min, max, target; member
154 if (value > fan->max) in wf_fcu_fan_set_rpm()
155 value = fan->max; in wf_fcu_fan_set_rpm()
211 if (value > fan->max) in wf_fcu_fan_set_pwm()
212 value = fan->max; in wf_fcu_fan_set_pwm()
264 return fan->max; in wf_fcu_fan_max()
295 pump_min = max(pump_min, tmp[0]); in wf_fcu_get_pump_minmax()
299 pump_min = max(pump_min, tmp[2]); in wf_fcu_get_pump_minmax()
314 fan->max = pump_max; in wf_fcu_get_pump_minmax()
328 fan->max = 56000 >> pv->rpm_shift; in wf_fcu_get_rpmfan_minmax()
[all …]
Dvia-pmu-backlight.c23 static void pmu_backlight_init_curve(u8 off, u8 min, u8 max) in pmu_backlight_init_curve() argument
25 int i, flat, count, range = (max - min); in pmu_backlight_init_curve()
40 int i, max = 0; in pmu_backlight_curve_lookup() local
44 max = max((int)bl_curve[i], max); in pmu_backlight_curve_lookup()
49 if (diff < max) { in pmu_backlight_curve_lookup()
50 max = diff; in pmu_backlight_curve_lookup()
Dwindfarm_rm31.c267 t_max = max(t_max, temp); in cpu_fans_tick()
279 speed = max(sp->target, dimms_output_clamp); in cpu_fans_tick()
332 pid.max = fmax; in cpu_setup_pid()
350 .max = 100,
363 .max = 14000,
410 fan_min = max(fan_min, backside_param.min); in backside_fan_tick()
411 speed = max(speed, fan_min); in backside_fan_tick()
428 param.min = max(param.min, fmin); in backside_setup_pid()
429 param.max = min(param.max, fmax); in backside_setup_pid()
450 .max = 100,
[all …]
Dwindfarm_pm81.c307 pid_param.max = wf_control_get_max(fan_system); in wf_smu_create_sys_fans()
310 max(pid_param.min, wf_control_get_min(fan_hd)); in wf_smu_create_sys_fans()
311 pid_param.max = in wf_smu_create_sys_fans()
312 min(pid_param.max, wf_control_get_max(fan_hd)); in wf_smu_create_sys_fans()
318 FIX32TOPRINT(pid_param.itarget), pid_param.min, pid_param.max); in wf_smu_create_sys_fans()
365 scaled = max(scaled, cputarget); in wf_smu_sys_fans_tick()
366 scaled = max(scaled, st->pid.param.min); in wf_smu_sys_fans_tick()
367 scaled = min(scaled, st->pid.param.max); in wf_smu_sys_fans_tick()
452 pid_param.max = wf_control_get_max(fan_cpu_main); in wf_smu_create_cpu_fans()
459 pid_param.min, pid_param.max); in wf_smu_create_cpu_fans()
[all …]
Dwindfarm_pm72.c275 t_max = max(t_max, temp); in cpu_fans_tick_split()
338 t_max = max(t_max, max(temp0, temp1)); in cpu_fans_tick_combined()
345 temp = max(temp0, temp1); in cpu_fans_tick_combined()
346 power = max(power0, power1); in cpu_fans_tick_combined()
431 pid.max = fmax; in cpu_setup_pid()
449 .max = 100,
461 .max = 100,
523 param.min = max(param.min, fmin); in backside_setup_pid()
524 param.max = min(param.max, fmax); in backside_setup_pid()
541 .max = 4000,
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dpfuze100.txt31 regulator-max-microvolt = <1875000>;
39 regulator-max-microvolt = <1875000>;
46 regulator-max-microvolt = <3300000>;
53 regulator-max-microvolt = <1975000>;
60 regulator-max-microvolt = <1975000>;
67 regulator-max-microvolt = <3300000>;
72 regulator-max-microvolt = <5150000>;
77 regulator-max-microvolt = <3000000>;
89 regulator-max-microvolt = <1550000>;
94 regulator-max-microvolt = <1550000>;
[all …]
Dmt6397-regulator.txt30 regulator-max-microvolt = <1350000>;
39 regulator-max-microvolt = <1350000>;
48 regulator-max-microvolt = <1350000>;
58 regulator-max-microvolt = <1350000>;
68 regulator-max-microvolt = <1350000>;
77 regulator-max-microvolt = <1350000>;
86 regulator-max-microvolt = <1400000>;
95 regulator-max-microvolt = <2120000>;
104 regulator-max-microvolt = <2800000>;
119 regulator-max-microvolt = <2800000>;
[all …]
Dda9211.txt28 regulator-max-microvolt = <1570000>;
30 regulator-max-microamp = <5000000>;
36 regulator-max-microvolt = <1570000>;
38 regulator-max-microamp = <5000000>;
54 regulator-max-microvolt = <1570000>;
56 regulator-max-microamp = <6000000>;
62 regulator-max-microvolt = <1570000>;
64 regulator-max-microamp = <6000000>;
81 regulator-max-microvolt = <1570000>;
83 regulator-max-microamp = <7000000>;
[all …]
Dlp872x.txt62 regulator-max-microvolt = <3300000>;
67 regulator-max-microvolt = <3300000>;
72 regulator-max-microvolt = <3300000>;
78 regulator-max-microvolt = <2850000>;
84 regulator-max-microvolt = <3300000>;
90 regulator-max-microvolt = <2300000>;
106 regulator-max-microvolt = <3300000>;
111 regulator-max-microvolt = <3300000>;
116 regulator-max-microvolt = <3300000>;
121 regulator-max-microvolt = <3300000>;
[all …]
Dtps6586x.txt65 regulator-max-microvolt = <1500000>;
72 regulator-max-microvolt = <1500000>;
79 regulator-max-microvolt = <4550000>;
87 regulator-max-microvolt = <3300000>;
92 regulator-max-microvolt = <1500000>;
97 regulator-max-microvolt = <1500000>;
102 regulator-max-microvolt = <3300000>;
107 regulator-max-microvolt = <2475000>;
112 regulator-max-microvolt = <3300000>;
117 regulator-max-microvolt = <3300000>;
[all …]
Dmax8660.txt19 regulator-max-microvolt = <1800000>;
25 regulator-max-microvolt = <1800000>;
31 regulator-max-microvolt = <2000000>;
37 regulator-max-microvolt = <3300000>;
43 regulator-max-microvolt = <3300000>;
Dtps65217.txt31 regulator-max-microvolt = <1800000>;
38 regulator-max-microvolt = <3300000>;
45 regulator-max-microvolt = <1500000>;
52 regulator-max-microvolt = <3300000>;
59 regulator-max-microvolt = <3300000>;
66 regulator-max-microvolt = <3300000>;
73 regulator-max-microvolt = <3300000>;
Dltc3589.txt38 regulator-max-microvolt = <1224671>;
47 regulator-max-microvolt = <1456803>;
56 regulator-max-microvolt = <2775000>;
65 regulator-max-microvolt = <3387341>;
73 regulator-max-microvolt = <1306329>;
81 regulator-max-microvolt = <1456806>;
90 regulator-max-microvolt = <2800000>;
96 regulator-max-microvolt = <3200000>;
Dtps65023.txt29 regulator-max-microvolt = <1200000>;
36 regulator-max-microvolt = <3300000>;
43 regulator-max-microvolt = <1800000>;
50 regulator-max-microvolt = <1800000>;
57 regulator-max-microvolt = <3300000>;
/linux-4.4.14/fs/cachefiles/
Dkey.c42 int loop, len, max, seg, mark, print; in cachefiles_cook_key() local
58 max = keylen - 2; in cachefiles_cook_key()
59 max += 2; /* two base64'd length chars on the front */ in cachefiles_cook_key()
60 max += 5; /* @checksum/M */ in cachefiles_cook_key()
61 max += 3 * 2; /* maximum number of segment dividers (".../M") in cachefiles_cook_key()
64 max += 1; /* NUL on end */ in cachefiles_cook_key()
69 max = keylen * 4; in cachefiles_cook_key()
70 max += 5; /* @checksum/M */ in cachefiles_cook_key()
71 max += 3 * 2; /* maximum number of segment dividers (".../M") in cachefiles_cook_key()
74 max += 1; /* NUL on end */ in cachefiles_cook_key()
[all …]
/linux-4.4.14/arch/arm/boot/dts/
Dexynos5420-arndale-octa.dts92 regulator-max-microvolt = <1000000>;
99 regulator-max-microvolt = <1800000>;
105 regulator-max-microvolt = <1800000>;
112 regulator-max-microvolt = <1800000>;
118 regulator-max-microvolt = <1800000>;
125 regulator-max-microvolt = <1000000>;
131 regulator-max-microvolt = <1800000>;
137 regulator-max-microvolt = <1800000>;
143 regulator-max-microvolt = <3000000>;
150 regulator-max-microvolt = <1800000>;
[all …]
Dmmp2-brownstone.dts44 regulator-max-microvolt = <1425000>;
50 regulator-max-microvolt = <2225000>;
56 regulator-max-microvolt = <3900000>;
62 regulator-max-microvolt = <3900000>;
68 regulator-max-microvolt = <2250000>;
74 regulator-max-microvolt = <2250000>;
80 regulator-max-microvolt = <3900000>;
86 regulator-max-microvolt = <3900000>;
92 regulator-max-microvolt = <3900000>;
98 regulator-max-microvolt = <3900000>;
[all …]
Dqcom-msm8960-cdp.dts56 regulator-max-microvolt = <1225000>;
63 regulator-max-microvolt = <1300000>;
70 regulator-max-microvolt = <1150000>;
78 regulator-max-microvolt = <1800000>;
86 regulator-max-microvolt = <1150000>;
94 regulator-max-microvolt = <2050000>;
103 regulator-max-microvolt = <1050000>;
109 regulator-max-microvolt = <1200000>;
115 regulator-max-microvolt = <3075000>;
122 regulator-max-microvolt = <1800000>;
[all …]
Dimx6sx-sdb-reva.dts28 regulator-max-microvolt = <1875000>;
36 regulator-max-microvolt = <1875000>;
44 regulator-max-microvolt = <3300000>;
51 regulator-max-microvolt = <1975000>;
58 regulator-max-microvolt = <1975000>;
65 regulator-max-microvolt = <3300000>;
70 regulator-max-microvolt = <5150000>;
75 regulator-max-microvolt = <3000000>;
87 regulator-max-microvolt = <1550000>;
93 regulator-max-microvolt = <1550000>;
[all …]
Dimx53-qsb.dts31 regulator-max-microvolt = <2075000>;
37 regulator-max-microvolt = <2075000>;
43 regulator-max-microvolt = <2500000>;
49 regulator-max-microvolt = <2500000>;
55 regulator-max-microvolt = <1800000>;
62 regulator-max-microvolt = <1800000>;
68 regulator-max-microvolt = <1800000>;
74 regulator-max-microvolt = <3300000>;
80 regulator-max-microvolt = <3300000>;
86 regulator-max-microvolt = <3600000>;
[all …]
Dexynos5420-smdk5420.dts45 regulator-max-microvolt = <1800000>;
54 regulator-max-microvolt = <3300000>;
63 regulator-max-microvolt = <5000000>;
72 regulator-max-microvolt = <5000000>;
83 regulator-max-microvolt = <5000000>;
154 regulator-max-microvolt = <1000000>;
161 regulator-max-microvolt = <1800000>;
168 regulator-max-microvolt = <1800000>;
175 regulator-max-microvolt = <1000000>;
182 regulator-max-microvolt = <1800000>;
[all …]
Dimx6sx-sdb.dts43 regulator-max-microvolt = <1875000>;
51 regulator-max-microvolt = <3300000>;
58 regulator-max-microvolt = <1975000>;
65 regulator-max-microvolt = <1975000>;
72 regulator-max-microvolt = <5150000>;
77 regulator-max-microvolt = <3000000>;
89 regulator-max-microvolt = <1550000>;
95 regulator-max-microvolt = <1550000>;
100 regulator-max-microvolt = <3300000>;
106 regulator-max-microvolt = <3300000>;
[all …]
Dmt8135-evbp1.dts37 regulator-max-microvolt = <1350000>;
45 regulator-max-microvolt = <1350000>;
53 regulator-max-microvolt = <1350000>;
61 regulator-max-microvolt = <1350000>;
69 regulator-max-microvolt = <1350000>;
77 regulator-max-microvolt = <1350000>;
85 regulator-max-microvolt = <1400000>;
93 regulator-max-microvolt = <1980000>;
111 regulator-max-microvolt = <2800000>;
127 regulator-max-microvolt = <3300000>;
[all …]
Dexynos4412-origen.dts48 regulator-max-microvolt = <2800000>;
100 samsung,i2c-max-bus-freq = <20000>;
138 regulator-max-microvolt = <1100000>;
147 regulator-max-microvolt = <1200000>;
155 regulator-max-microvolt = <1800000>;
163 regulator-max-microvolt = <1800000>;
171 regulator-max-microvolt = <1800000>;
179 regulator-max-microvolt = <1000000>;
187 regulator-max-microvolt = <1000000>;
195 regulator-max-microvolt = <1000000>;
[all …]
Dpxa910-dkb.dts47 regulator-max-microvolt = <1500000>;
53 regulator-max-microvolt = <1500000>;
59 regulator-max-microvolt = <3000000>;
65 regulator-max-microvolt = <2800000>;
71 regulator-max-microvolt = <3300000>;
77 regulator-max-microvolt = <3300000>;
83 regulator-max-microvolt = <3300000>;
88 regulator-max-microvolt = <3300000>;
94 regulator-max-microvolt = <3300000>;
100 regulator-max-microvolt = <2900000>;
[all …]
Dexynos5250-smdk5250.dts36 regulator-max-microvolt = <1800000>;
44 regulator-max-microvolt = <3300000>;
52 regulator-max-microvolt = <5000000>;
126 samsung,i2c-max-bus-freq = <20000>;
146 regulator-max-microvolt = <1000000>;
153 regulator-max-microvolt = <1200000>;
160 regulator-max-microvolt = <1800000>;
167 regulator-max-microvolt = <2800000>;
173 regulator-max-microvolt = <1800000>;
179 regulator-max-microvolt = <1100000>;
[all …]
Dexynos5422-odroidxu3-common.dtsi53 cooling-max-state = <3>;
116 regulator-max-microvolt = <1000000>;
123 regulator-max-microvolt = <1800000>;
130 regulator-max-microvolt = <1800000>;
137 regulator-max-microvolt = <1000000>;
144 regulator-max-microvolt = <1800000>;
151 regulator-max-microvolt = <1800000>;
158 regulator-max-microvolt = <3000000>;
165 regulator-max-microvolt = <1800000>;
172 regulator-max-microvolt = <1000000>;
[all …]
Dexynos5250-arndale.dts92 regulator-max-microvolt = <2800000>;
165 samsung,i2c-max-bus-freq = <20000>;
208 regulator-max-microvolt = <1100000>;
217 regulator-max-microvolt = <1200000>;
226 regulator-max-microvolt = <1800000>;
235 regulator-max-microvolt = <1800000>;
243 regulator-max-microvolt = <1800000>;
252 regulator-max-microvolt = <1100000>;
261 regulator-max-microvolt = <1100000>;
270 regulator-max-microvolt = <1000000>;
[all …]
Delpida_ecb240abacn.dtsi26 max-freq = <400000000>;
36 tDQSCK-max = <5500>;
41 tRAS-max-ns = <70000>;
42 tDQSCK-max-derated = <6000>;
48 max-freq = <200000000>;
58 tDQSCK-max = <5500>;
63 tRAS-max-ns = <70000>;
64 tDQSCK-max-derated = <6000>;
Dsamsung_k3pe0e000b.dtsi26 max-freq = <533333333>;
36 tDQSCK-max = <5500>;
41 tRAS-max-ns = <70000>;
42 tDQSCK-max-derated = <6000>;
48 max-freq = <266666666>;
58 tDQSCK-max = <5500>;
63 tRAS-max-ns = <70000>;
64 tDQSCK-max-derated = <6000>;
Dtegra114-tn7.dts88 regulator-max-microvolt = <1000000>;
96 regulator-max-microvolt = <1100000>;
104 regulator-max-microvolt = <3000000>;
112 regulator-max-microvolt = <1350000>;
120 regulator-max-microvolt = <1800000>;
128 regulator-max-microvolt = <2900000>;
136 regulator-max-microvolt = <5000000>;
144 regulator-max-microvolt = <5000000>;
152 regulator-max-microvolt = <1050000>;
160 regulator-max-microvolt = <1200000>;
[all …]
Ds5pv210-aquila.dts48 regulator-max-microvolt = <2800000>;
57 regulator-max-microvolt = <1800000>;
65 regulator-max-microvolt = <3700000>;
96 regulator-max-microvolt = <1100000>;
103 regulator-max-microvolt = <1100000>;
110 regulator-max-microvolt = <3300000>;
116 regulator-max-microvolt = <2800000>;
123 regulator-max-microvolt = <3300000>;
130 regulator-max-microvolt = <3000000>;
138 regulator-max-microvolt = <3300000>;
[all …]
Ds5pv210-goni.dts48 regulator-max-microvolt = <2800000>;
58 regulator-max-microvolt = <1800000>;
66 regulator-max-microvolt = <3700000>;
74 regulator-max-microvolt = <2800000>;
107 regulator-max-microvolt = <1100000>;
114 regulator-max-microvolt = <1100000>;
121 regulator-max-microvolt = <3300000>;
127 regulator-max-microvolt = <2800000>;
133 regulator-max-microvolt = <3300000>;
139 regulator-max-microvolt = <1800000>;
[all …]
Dtegra124-nyan.dtsi165 regulator-max-microvolt = <1350000>;
167 regulator-max-microamp = <3500000>;
176 regulator-max-microvolt = <1350000>;
178 regulator-max-microamp = <4000000>;
187 regulator-max-microvolt = <1350000>;
195 regulator-max-microvolt = <1350000>;
203 regulator-max-microvolt = <1050000>;
209 regulator-max-microvolt = <1800000>;
216 regulator-max-microvolt = <1200000>;
218 regulator-max-microamp = <3500000>;
[all …]
Dimx53-qsrb.dts44 regulator-max-microvolt = <1437500>;
52 regulator-max-microvolt = <1437500>;
60 regulator-max-microvolt = <1437500>;
68 regulator-max-microvolt = <1425000>;
75 regulator-max-microvolt = <3300000>;
83 regulator-max-microvolt = <3300000>;
91 regulator-max-microvolt = <1975000>;
105 regulator-max-microvolt = <1800000>;
124 regulator-max-microvolt = <3000000>;
132 regulator-max-microvolt = <2775000>;
[all …]
Dexynos3250-monk.dts54 regulator-max-microvolt = <2800000>;
85 regulator-max-microamp = <475000>;
92 regulator-max-microvolt = <2700000>;
98 regulator-max-microvolt = <3950000>;
117 max-microvolt = <2700000>;
180 samsung,i2c-max-bus-freq = <100000>;
201 regulator-max-microvolt = <1000000>;
208 regulator-max-microvolt = <1200000>;
215 regulator-max-microvolt = <1800000>;
222 regulator-max-microvolt = <1800000>;
[all …]
Dexynos4210-trats.dts42 regulator-max-microvolt = <2800000>;
51 regulator-max-microvolt = <2800000>;
60 regulator-max-microvolt = <2800000>;
69 regulator-max-microvolt = <2800000>;
78 regulator-max-microvolt = <1200000>;
87 regulator-max-microvolt = <1500000>;
272 samsung,i2c-max-bus-freq = <400000>;
292 samsung,i2c-max-bus-freq = <100000>;
334 regulator-max-microvolt = <1100000>;
341 regulator-max-microvolt = <1100000>;
[all …]
Dexynos4210-origen.dts48 regulator-max-microvolt = <2800000>;
148 samsung,i2c-max-bus-freq = <20000>;
166 regulator-max-microvolt = <3300000>;
172 regulator-max-microvolt = <1100000>;
179 regulator-max-microvolt = <1100000>;
185 regulator-max-microvolt = <1800000>;
192 regulator-max-microvolt = <1800000>;
199 regulator-max-microvolt = <1800000>;
205 regulator-max-microvolt = <3300000>;
211 regulator-max-microvolt = <2800000>;
[all …]
Dexynos4412-odroid-common.dtsi204 samsung,i2c-max-bus-freq = <400000>;
230 regulator-max-microvolt = <1000000>;
237 regulator-max-microvolt = <1800000>;
244 regulator-max-microvolt = <1800000>;
251 regulator-max-microvolt = <2800000>;
259 regulator-max-microvolt = <1800000>;
267 regulator-max-microvolt = <1000000>;
274 regulator-max-microvolt = <1000000>;
281 regulator-max-microvolt = <1000000>;
287 regulator-max-microvolt = <1800000>;
[all …]
Dimx53-voipac-dmm-668.dtsi38 regulator-max-microvolt = <3300000>;
47 regulator-max-microvolt = <5000000>;
160 regulator-max-microvolt = <1400000>;
167 regulator-max-microvolt = <1350000>;
174 regulator-max-microvolt = <1580000>;
181 regulator-max-microvolt = <2630000>;
188 regulator-max-microvolt = <1350000>;
196 regulator-max-microvolt = <1350000>;
203 regulator-max-microvolt = <3350000>;
210 regulator-max-microvolt = <2780000>;
[all …]
Dexynos4210-universal_c210.dts68 regulator-max-microvolt = <2800000>;
125 regulator-max-microvolt = <2800000>;
146 spi-max-frequency = <1200000>;
221 regulator-max-microvolt = <5000000>;
293 samsung,i2c-max-bus-freq = <100000>;
307 samsung,i2c-max-bus-freq = <100000>;
326 regulator-max-microvolt = <1400000>;
349 regulator-max-microvolt = <1200000>;
356 regulator-max-microvolt = <1100000>;
363 regulator-max-microvolt = <3300000>;
[all …]
Dexynos5250-spring.dts109 samsung,i2c-max-bus-freq = <378000>;
160 regulator-max-microvolt = <1000000>;
168 regulator-max-microvolt = <1000000>;
176 regulator-max-microvolt = <1000000>;
184 regulator-max-microvolt = <1100000>;
192 regulator-max-microvolt = <1000000>;
200 regulator-max-microvolt = <1800000>;
208 regulator-max-microvolt = <1800000>;
216 regulator-max-microvolt = <3000000>;
224 regulator-max-microvolt = <1800000>;
[all …]
Dexynos5420-peach-pit.dts96 regulator-max-microvolt = <5000000>;
107 regulator-max-microvolt = <5000000>;
225 regulator-max-microvolt = <1300000>;
237 regulator-max-microvolt = <1500000>;
249 regulator-max-microvolt = <1400000>;
261 regulator-max-microvolt = <1400000>;
273 regulator-max-microvolt = <1200000>;
284 regulator-max-microvolt = <1500000>;
296 regulator-max-microvolt = <1350000>;
307 regulator-max-microvolt = <2850000>;
[all …]
Dexynos5800-peach-pi.dts96 regulator-max-microvolt = <5000000>;
107 regulator-max-microvolt = <5000000>;
212 regulator-max-microvolt = <1300000>;
224 regulator-max-microvolt = <1500000>;
236 regulator-max-microvolt = <1400000>;
248 regulator-max-microvolt = <1400000>;
260 regulator-max-microvolt = <1200000>;
271 regulator-max-microvolt = <1500000>;
283 regulator-max-microvolt = <1350000>;
294 regulator-max-microvolt = <2850000>;
[all …]
Dexynos3250-rinato.dts76 regulator-max-microamp = <475000>;
83 regulator-max-microvolt = <2700000>;
89 regulator-max-microvolt = <3950000>;
108 max-microvolt = <2700000>;
241 samsung,i2c-max-bus-freq = <100000>;
262 regulator-max-microvolt = <1000000>;
273 regulator-max-microvolt = <1200000>;
284 regulator-max-microvolt = <1800000>;
295 regulator-max-microvolt = <1800000>;
306 regulator-max-microvolt = <1000000>;
[all …]
Dam3517-craneboard.dts27 regulator-max-microvolt = <5000000>;
114 * VDIG1=2.7V,300mA max
115 * VDIG2=1.8V,300mA max
121 regulator-max-microvolt = <1800000>;
128 regulator-max-microvolt = <1800000>;
135 regulator-max-microvolt = <1800000>;
144 regulator-max-microvolt = <1800000>;
151 regulator-max-microvolt = <3300000>;
159 regulator-max-microvolt = <1200000>;
168 regulator-max-microvolt = <3300000>;
Dkirkwood-net5big.dts39 regulator-max-microvolt = <5000000>;
51 regulator-max-microvolt = <5000000>;
63 regulator-max-microvolt = <5000000>;
75 regulator-max-microvolt = <5000000>;
99 max-brightness = <7>;
108 max-brightness = <7>;
118 max-brightness = <7>;
127 max-brightness = <7>;
137 max-brightness = <7>;
146 max-brightness = <7>;
Drk3288-evb-act8846.dts61 regulator-max-microvolt = <1350000>;
73 regulator-max-microvolt = <1350000>;
109 regulator-max-microvolt = <1200000>;
116 regulator-max-microvolt = <3300000>;
123 regulator-max-microvolt = <1000000>;
130 regulator-max-microvolt = <2000000>;
137 regulator-max-microvolt = <3300000>;
144 regulator-max-microvolt = <1000000>;
151 regulator-max-microvolt = <3300000>;
158 regulator-max-microvolt = <3300000>;
[all …]
Dimx51-digi-connectcore-som.dtsi35 spi-max-frequency = <16000000>;
45 regulator-max-microvolt = <1100000>;
52 regulator-max-microvolt = <1225000>;
59 regulator-max-microvolt = <1200000>;
72 regulator-max-microvolt = <1800000>;
78 regulator-max-microvolt = <1250000>;
84 regulator-max-microvolt = <3150000>;
90 regulator-max-microvolt = <2600000>;
96 regulator-max-microvolt = <2775000>;
102 regulator-max-microvolt = <3000000>;
[all …]
Dat91-kizbox2.dts49 regulator-max-microvolt = <1800000>;
56 regulator-max-microvolt = <1200000>;
63 regulator-max-microvolt = <3300000>;
70 regulator-max-microvolt = <2500000>;
76 regulator-max-microvolt = <3300000>;
83 regulator-max-microvolt = <3300000>;
90 regulator-max-microvolt = <3800000>;
198 max-brightness = <255>;
205 max-brightness = <255>;
212 max-brightness = <255>;
Dimx6q-dmo-edmqmx6.dts46 regulator-max-microvolt = <3300000>;
55 regulator-max-microvolt = <5000000>;
66 regulator-max-microvolt = <3300000>;
113 spi-max-frequency = <40000000>;
152 regulator-max-microvolt = <1875000>;
159 regulator-max-microvolt = <1875000>;
166 regulator-max-microvolt = <3300000>;
173 regulator-max-microvolt = <1975000>;
180 regulator-max-microvolt = <1975000>;
187 regulator-max-microvolt = <1975000>;
[all …]
Dimx6q-gw5400-a.dts86 regulator-max-microvolt = <1000000>;
95 regulator-max-microvolt = <3300000>;
104 regulator-max-microvolt = <5000000>;
113 regulator-max-microvolt = <5000000>;
149 spi-max-frequency = <30000000>;
223 regulator-max-microvolt = <1875000>;
231 regulator-max-microvolt = <1875000>;
239 regulator-max-microvolt = <3950000>;
246 regulator-max-microvolt = <1975000>;
253 regulator-max-microvolt = <1975000>;
[all …]
Dexynos5250-snow-common.dtsi184 regulator-max-microvolt = <5000000>;
279 samsung,i2c-max-bus-freq = <378000>;
295 regulator-max-microvolt = <1000000>;
302 regulator-max-microvolt = <1800000>;
309 regulator-max-microvolt = <1800000>;
316 regulator-max-microvolt = <1100000>;
323 regulator-max-microvolt = <1000000>;
330 regulator-max-microvolt = <1800000>;
337 regulator-max-microvolt = <3000000>;
344 regulator-max-microvolt = <1800000>;
[all …]
Dtegra20-whistler.dts330 regulator-max-microvolt = <1000000>;
337 regulator-max-microvolt = <1200000>;
344 regulator-max-microvolt = <1800000>;
351 regulator-max-microvolt = <3300000>;
358 regulator-max-microvolt = <1100000>;
365 regulator-max-microvolt = <1800000>;
372 regulator-max-microvolt = <3300000>;
379 regulator-max-microvolt = <2800000>;
386 regulator-max-microvolt = <1800000>;
392 regulator-max-microvolt = <2800000>;
[all …]
Dimx6qdl-phytec-pfla02.dtsi32 regulator-max-microvolt = <5000000>;
42 regulator-max-microvolt = <5000000>;
84 spi-max-frequency = <20000000>;
124 regulator-max-microvolt = <1380000>;
130 regulator-max-microvolt = <1380000>;
136 regulator-max-microvolt = <1500000>;
142 regulator-max-microvolt = <3300000>;
148 regulator-max-microvolt = <3300000>;
154 regulator-max-microvolt = <1200000>;
160 regulator-max-microvolt = <2500000>;
[all …]
Domap5-cm-t54.dts29 regulator-max-microvolt = <3300000>;
36 regulator-max-microvolt = <3300000>;
47 regulator-max-microvolt = <3300000>;
58 regulator-max-microvolt = <3300000>;
343 spi-max-frequency = <1500000>;
351 ti,x-max = /bits/ 16 <0x0fff>;
353 ti,y-max = /bits/ 16 <0x0fff>;
356 ti,pressure-max = /bits/ 16 <255>;
358 ti,debounce-max = /bits/ 16 <30>;
446 regulator-max-microvolt = <1500000>;
[all …]
Domap3-devkit8000-lcd-common.dtsi42 regulator-max-microvolt = <1800000>;
53 spi-max-frequency = <1500000>;
60 ti,x-max = /bits/ 16 <0x0fff>;
62 ti,y-max = /bits/ 16 <0x0fff>;
64 ti,pressure-max = /bits/ 16 <255>;
65 ti,debounce-max = /bits/ 16 <10>;
Dtegra30-colibri-eval-v3.dts71 spi-max-frequency = <25000000>;
78 spi-max-frequency = <10000000>;
83 spi-max-frequency = <25000000>;
165 max-brightness = <255>;
170 max-brightness = <255>;
175 max-brightness = <255>;
185 regulator-max-microvolt = <5000000>;
194 regulator-max-microvolt = <5000000>;
204 regulator-max-microvolt = <5000000>;
Dtegra30-cardhu.dtsi256 regulator-max-microvolt = <1200000>;
263 regulator-max-microvolt = <1500000>;
270 regulator-max-microvolt = <1000000>;
277 regulator-max-microvolt = <1800000>;
284 regulator-max-microvolt = <1050000>;
290 regulator-max-microvolt = <1050000>;
298 regulator-max-microvolt = <1200000>;
305 regulator-max-microvolt = <3300000>;
312 regulator-max-microvolt = <1200000>;
318 regulator-max-microvolt = <1200000>;
[all …]
Dbcm28155-ap.dts58 max-frequency = <48000000>;
65 max-frequency = <48000000>;
95 regulator-max-microvolt = <3300000>;
101 regulator-max-microvolt = <3000000>;
106 regulator-max-microvolt = <3300000>;
111 regulator-max-microvolt = <3300000>;
117 regulator-max-microvolt = <1800000>;
Drk3288-rock2-som.dtsi68 regulator-max-microvolt = <5000000>;
124 regulator-max-microvolt = <1200000>;
131 regulator-max-microvolt = <3300000>;
138 regulator-max-microvolt = <1000000>;
145 regulator-max-microvolt = <2000000>;
152 regulator-max-microvolt = <3300000>;
159 regulator-max-microvolt = <1000000>;
166 regulator-max-microvolt = <3300000>;
173 regulator-max-microvolt = <3300000>;
180 regulator-max-microvolt = <3300000>;
[all …]
Drk3288-firefly.dtsi55 regulator-max-microvolt = <1800000>;
127 regulator-max-microvolt = <5000000>;
139 regulator-max-microvolt = <3300000>;
148 regulator-max-microvolt = <1800000>;
156 regulator-max-microvolt = <5000000>;
170 regulator-max-microvolt = <5000000>;
183 regulator-max-microvolt = <5000000>;
200 regulator-max-microvolt = <2800000>;
255 regulator-max-microvolt = <1350000>;
269 regulator-max-microvolt = <1350000>;
[all …]
Dtegra30-cardhu-a04.dts28 regulator-max-microvolt = <1500000>;
40 regulator-max-microvolt = <3300000>;
52 regulator-max-microvolt = <5000000>;
64 regulator-max-microvolt = <5000000>;
76 regulator-max-microvolt = <5000000>;
86 regulator-max-microvolt = <5000000>;
98 regulator-max-microvolt = <5000000>;
Dqcom-apq8064-cm-qs600.dts60 regulator-max-microvolt = <1225000>;
67 regulator-max-microvolt = <1400000>;
73 regulator-max-microvolt = <1800000>;
79 regulator-max-microvolt = <1300000>;
85 regulator-max-microvolt = <3300000>;
91 regulator-max-microvolt = <1800000>;
97 regulator-max-microvolt = <3000000>;
103 regulator-max-microvolt = <1900000>;
179 regulator-max-microvolt = <3300000>;
Dqcom-apq8064-ifc6410.dts70 regulator-max-microvolt = <1225000>;
77 regulator-max-microvolt = <1400000>;
83 regulator-max-microvolt = <1800000>;
89 regulator-max-microvolt = <1300000>;
95 regulator-max-microvolt = <3300000>;
101 regulator-max-microvolt = <1800000>;
107 regulator-max-microvolt = <3000000>;
113 regulator-max-microvolt = <2950000>;
119 regulator-max-microvolt = <1900000>;
132 regulator-max-microvolt = <3300000>;
Dtegra30-apalis-eval.dts110 spi-max-frequency = <25000000>;
114 spi-max-frequency = <25000000>;
121 spi-max-frequency = <25000000>;
125 spi-max-frequency = <25000000>;
219 max-brightness = <255>;
225 max-brightness = <255>;
231 max-brightness = <255>;
241 regulator-max-microvolt = <5000000>;
251 regulator-max-microvolt = <5000000>;
263 regulator-max-microvolt = <5000000>;
Dimx6sl-evk.dts52 regulator-max-microvolt = <5000000>;
63 regulator-max-microvolt = <5000000>;
74 regulator-max-microvolt = <3150000>;
83 regulator-max-microvolt = <4325000>;
130 spi-max-frequency = <20000000>;
156 regulator-max-microvolt = <1875000>;
164 regulator-max-microvolt = <1875000>;
172 regulator-max-microvolt = <3300000>;
179 regulator-max-microvolt = <1975000>;
186 regulator-max-microvolt = <1975000>;
[all …]
Dimx6qdl-gw54xx.dtsi85 regulator-max-microvolt = <1000000>;
94 regulator-max-microvolt = <3300000>;
103 regulator-max-microvolt = <5000000>;
112 regulator-max-microvolt = <5000000>;
220 regulator-max-microvolt = <1875000>;
228 regulator-max-microvolt = <1875000>;
236 regulator-max-microvolt = <3950000>;
243 regulator-max-microvolt = <1975000>;
250 regulator-max-microvolt = <1975000>;
257 regulator-max-microvolt = <3300000>;
[all …]
Dimx6qdl-sabresd.dtsi35 regulator-max-microvolt = <5000000>;
46 regulator-max-microvolt = <5000000>;
67 regulator-max-microvolt = <3300000>;
162 spi-max-frequency = <20000000>;
222 regulator-max-microvolt = <1875000>;
230 regulator-max-microvolt = <1875000>;
238 regulator-max-microvolt = <3300000>;
245 regulator-max-microvolt = <1975000>;
252 regulator-max-microvolt = <1975000>;
259 regulator-max-microvolt = <3300000>;
[all …]
Dimx6dl-riotboard.dts32 regulator-max-microvolt = <2500000>;
40 regulator-max-microvolt = <3300000>;
48 regulator-max-microvolt = <5000000>;
131 regulator-max-microvolt = <1875000>;
137 regulator-max-microvolt = <1875000>;
143 regulator-max-microvolt = <3300000>;
149 regulator-max-microvolt = <1975000>;
155 regulator-max-microvolt = <1975000>;
161 regulator-max-microvolt = <1975000>;
167 regulator-max-microvolt = <5150000>;
[all …]
Dimx27-phytec-phycore-som.dtsi33 regulator-max-microvolt = <3300000>;
41 regulator-max-microvolt = <5000000>;
88 spi-max-frequency = <20000000>;
104 regulator-max-microvolt = <1520000>;
112 regulator-max-microvolt = <1800000>;
119 regulator-max-microvolt = <5000000>;
131 regulator-max-microvolt = <1800000>;
143 regulator-max-microvolt = <1500000>;
150 regulator-max-microvolt = <2800000>;
155 regulator-max-microvolt = <2775000>;
[all …]
Dste-href.dtsi72 max-cur = /bits/ 8 <0x5f>;
77 max-cur = /bits/ 8 <0x5f>;
81 max-cur = /bits/ 8 <0x5f>;
91 max-cur = /bits/ 8 <0x5f>;
95 max-cur = /bits/ 8 <0x5f>;
99 max-cur = /bits/ 8 <0x5f>;
118 regulator-max-microvolt = <2900000>;
132 max-frequency = <100000000>;
155 max-frequency = <100000000>;
168 max-frequency = <100000000>;
[all …]
Dexynos4412-trats2.dts67 regulator-max-microvolt = <2800000>;
76 regulator-max-microvolt = <2200000>;
85 regulator-max-microvolt = <2800000>;
94 regulator-max-microvolt = <3000000>;
158 regulator-max-microamp = <2580000>;
484 samsung,i2c-max-bus-freq = <400000>;
516 samsung,i2c-max-bus-freq = <400000>;
536 samsung,i2c-max-bus-freq = <100000>;
555 samsung,i2c-max-bus-freq = <100000>;
571 regulator-max-microvolt = <1000000>;
[all …]
Dtegra124-venice2.dts697 regulator-max-microvolt = <1400000>;
699 regulator-max-microamp = <3500000>;
708 regulator-max-microvolt = <1350000>;
710 regulator-max-microamp = <2500000>;
719 regulator-max-microvolt = <1350000>;
727 regulator-max-microvolt = <1350000>;
735 regulator-max-microvolt = <1050000>;
741 regulator-max-microvolt = <1800000>;
749 regulator-max-microvolt = <1200000>;
751 regulator-max-microamp = <3500000>;
[all …]
Domap3-panel-sharp-ls037v7dw01.dtsi24 regulator-max-microvolt = <3300000>;
60 spi-max-frequency = <1000000>;
63 ti,x-max = /bits/ 16 <8000>;
65 ti,y-max = /bits/ 16 <4800>;
67 ti,pressure-max = /bits/ 16 <255>;
Dtegra30-cardhu-a02.dts28 regulator-max-microvolt = <1500000>;
40 regulator-max-microvolt = <3300000>;
52 regulator-max-microvolt = <5000000>;
64 regulator-max-microvolt = <5000000>;
76 regulator-max-microvolt = <5000000>;
86 regulator-max-microvolt = <5000000>;
Dimx6qdl-sabreauto.dtsi49 regulator-max-microvolt = <3300000>;
58 regulator-max-microvolt = <5000000>;
68 regulator-max-microvolt = <5000000>;
137 spi-max-frequency = <20000000>;
184 regulator-max-microvolt = <1875000>;
192 regulator-max-microvolt = <1875000>;
200 regulator-max-microvolt = <3300000>;
207 regulator-max-microvolt = <1975000>;
214 regulator-max-microvolt = <1975000>;
221 regulator-max-microvolt = <3300000>;
[all …]
Drk3066a-rayeager.dts81 regulator-max-microvolt = <5000000>;
91 regulator-max-microvolt = <5000000>;
100 regulator-max-microvolt = <3000000>;
112 regulator-max-microvolt = <5000000>;
124 regulator-max-microvolt = <3300000>;
137 regulator-max-microvolt = <5000000>;
150 regulator-max-microvolt = <5000000>;
238 regulator-max-microvolt = <3300000>;
245 regulator-max-microvolt = <1500000>;
253 regulator-max-microvolt = <1500000>;
[all …]
Drk3188-radxarock.dts123 regulator-max-microvolt = <5000000>;
132 regulator-max-microvolt = <3300000>;
146 regulator-max-microvolt = <5000000>;
155 regulator-max-microvolt = <5000000>;
216 regulator-max-microvolt = <1200000>;
223 regulator-max-microvolt = <1000000>;
230 regulator-max-microvolt = <1350000>;
237 regulator-max-microvolt = <3300000>;
244 regulator-max-microvolt = <1000000>;
251 regulator-max-microvolt = <2500000>;
[all …]
Drk3288-r89.dts107 regulator-max-microvolt = <3300000>;
117 regulator-max-microvolt = <5000000>;
157 regulator-max-microvolt = <1350000>;
171 regulator-max-microvolt = <1350000>;
200 regulator-max-microvolt = <1200000>;
207 regulator-max-microvolt = <3300000>;
214 regulator-max-microvolt = <1000000>;
221 regulator-max-microvolt = <2000000>;
228 regulator-max-microvolt = <3300000>;
235 regulator-max-microvolt = <1000000>;
[all …]
Dsh73a0-kzm9g.dts55 regulator-max-microvolt = <1800000>;
64 regulator-max-microvolt = <3300000>;
73 regulator-max-microvolt = <3300000>;
82 regulator-max-microvolt = <3300000>;
229 regulator-max-microvolt = <1350000>;
236 regulator-max-microvolt = <1800000>;
243 regulator-max-microvolt = <1235000>;
250 regulator-max-microvolt = <2800000>;
257 regulator-max-microvolt = <3000000>;
264 regulator-max-microvolt = <2800000>;
[all …]
Dimx6qdl-aristainetos2.dtsi62 regulator-max-microvolt = <2500000>;
70 regulator-max-microvolt = <3300000>;
82 regulator-max-microvolt = <5000000>;
93 regulator-max-microvolt = <5000000>;
145 spi-max-frequency = <20000000>;
166 regulator-max-microvolt = <3300000>;
173 regulator-max-microvolt = <3300000>;
180 regulator-max-microvolt = <3300000>;
187 regulator-max-microvolt = <3300000>;
194 regulator-max-microvolt = <3300000>;
[all …]
Domap5-board-common.dtsi21 regulator-max-microvolt = <3000000>;
34 regulator-max-microvolt = <1800000>;
407 regulator-max-microvolt = <1500000>;
416 regulator-max-microvolt = <1310000>;
425 regulator-max-microvolt = <1200000>;
434 regulator-max-microvolt = <1800000>;
443 regulator-max-microvolt = <1310000>;
452 regulator-max-microvolt = <2100000>;
460 regulator-max-microvolt = <5000000>;
469 regulator-max-microvolt = <5000000>;
[all …]
Dtwl6030.dtsi26 regulator-max-microvolt = <3000000>;
32 regulator-max-microvolt = <2800000>;
38 regulator-max-microvolt = <3000000>;
44 regulator-max-microvolt = <3000000>;
50 regulator-max-microvolt = <2500000>;
56 regulator-max-microvolt = <2900000>;
Dimx51-babbage.dts137 regulator-max-microvolt = <5000000>;
190 spi-max-frequency = <6000000>;
200 regulator-max-microvolt = <1375000>;
207 regulator-max-microvolt = <1850000>;
214 regulator-max-microvolt = <1850000>;
221 regulator-max-microvolt = <1850000>;
228 regulator-max-microvolt = <1800000>;
235 regulator-max-microvolt = <1650000>;
241 regulator-max-microvolt = <3150000>;
246 regulator-max-microvolt = <2775000>;
[all …]
Ddm816x-clocks.dtsi102 ti,max-div = <8>;
119 ti,max-div = <7>;
127 ti,max-div = <7>;
135 ti,max-div = <7>;
143 ti,max-div = <1>;
151 ti,max-div = <1>;
167 ti,max-div = <7>;
175 ti,max-div = <7>;
191 ti,max-div = <7>;
Dtegra30-colibri.dtsi237 regulator-max-microvolt = <1350000>;
247 regulator-max-microvolt = <1150000>;
255 regulator-max-microvolt = <1800000>;
269 regulator-max-microvolt = <3300000>;
279 regulator-max-microvolt = <1200000>;
290 regulator-max-microvolt = <2800000>;
302 regulator-max-microvolt = <1100000>;
309 regulator-max-microvolt = <1200000>;
317 regulator-max-microvolt = <1000000>;
346 * 50 mA typical 80 mA max touchscreen drivers
[all …]
Domap54xx-clocks.dtsi122 ti,max-div = <31>;
139 ti,max-div = <4>;
165 ti,max-div = <31>;
195 ti,max-div = <63>;
220 ti,max-div = <63>;
229 ti,max-div = <63>;
238 ti,max-div = <63>;
247 ti,max-div = <63>;
256 ti,max-div = <63>;
265 ti,max-div = <63>;
[all …]
Dtegra30-apalis.dtsi459 regulator-max-microvolt = <1350000>;
468 regulator-max-microvolt = <1050000>;
475 regulator-max-microvolt = <1150000>;
483 regulator-max-microvolt = <1800000>;
497 regulator-max-microvolt = <3300000>;
506 regulator-max-microvolt = <1200000>;
513 regulator-max-microvolt = <1200000>;
524 regulator-max-microvolt = <2800000>;
536 regulator-max-microvolt = <1100000>;
543 regulator-max-microvolt = <1200000>;
[all …]
Dimx7d-sdb.dts66 regulator-max-microvolt = <5000000>;
76 regulator-max-microvolt = <5000000>;
86 regulator-max-microvolt = <3300000>;
95 regulator-max-microvolt = <1800000>;
155 regulator-max-microvolt = <1475000>;
164 regulator-max-microvolt = <1475000>;
172 regulator-max-microvolt = <1850000>;
179 regulator-max-microvolt = <1650000>;
186 regulator-max-microvolt = <5150000>;
191 regulator-max-microvolt = <3000000>;
[all …]
Dsun6i-a31s-primo81.dts174 regulator-max-microvolt = <3300000>;
180 regulator-max-microvolt = <3000000>;
186 regulator-max-microvolt = <1320000>;
193 regulator-max-microvolt = <3000000>;
199 regulator-max-microvolt = <1320000>;
206 regulator-max-microvolt = <1320000>;
213 regulator-max-microvolt = <1320000>;
220 regulator-max-microvolt = <1500000>;
226 regulator-max-microvolt = <3300000>;
232 regulator-max-microvolt = <2800000>;
[all …]
Ddra7xx-clocks.dtsi208 ti,max-div = <31>;
219 ti,max-div = <4>;
228 ti,max-div = <31>;
239 ti,max-div = <31>;
271 ti,max-div = <63>;
297 ti,max-div = <31>;
339 ti,max-div = <31>;
373 ti,max-div = <31>;
407 ti,max-div = <31>;
418 ti,max-div = <31>;
[all …]
Dkirkwood-netxbig.dtsi39 spi-max-frequency = <20000000>;
102 regulator-max-microvolt = <5000000>;
138 max-brightness = <7>;
147 max-brightness = <7>;
157 max-brightness = <7>;
166 max-brightness = <7>;
176 max-brightness = <7>;
185 max-brightness = <7>;
Dtegra20-tamonten.dtsi358 regulator-max-microvolt = <1200000>;
365 regulator-max-microvolt = <1000000>;
372 regulator-max-microvolt = <3700000>;
379 regulator-max-microvolt = <3300000>;
385 regulator-max-microvolt = <1100000>;
392 regulator-max-microvolt = <1200000>;
398 regulator-max-microvolt = <3300000>;
405 regulator-max-microvolt = <1800000>;
412 regulator-max-microvolt = <2850000>;
424 regulator-max-microvolt = <2850000>;
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dleds-lp55xx.txt16 - max-cur: Maximun current at each led channel.
45 max-cur = /bits/ 8 <0x5f>;
51 max-cur = /bits/ 8 <0x5f>;
56 max-cur = /bits/ 8 <0x5f>;
80 max-cur = /bits/ 8 <0x20>;
86 max-cur = /bits/ 8 <0x20>;
92 max-cur = /bits/ 8 <0x20>;
98 max-cur = /bits/ 8 <0x20>;
104 max-cur = /bits/ 8 <0x20>;
110 max-cur = /bits/ 8 <0x20>;
[all …]
Dleds-ktd2692.txt7 enable/disable the IC, Movie(max 1/3 of Flash current) / Flash mode current,
27 - led-max-microamp : Minimum Threshold for Timer protection
29 - flash-max-microamp : Flash LED maximum current
31 - flash-max-timeout-us : Flash LED maximum timeout.
46 led-max-microamp = <300000>;
47 flash-max-microamp = <1500000>;
48 flash-max-timeout-us = <1835000>;
Dleds-netxbig.txt19 - max-brightness: Maximum brightness value.
43 max-brightness = <7>;
52 max-brightness = <7>;
62 max-brightness = <7>;
71 max-brightness = <7>;
81 max-brightness = <7>;
90 max-brightness = <7>;
Dcommon.txt32 - led-max-microamp : Maximum LED supply current in microamperes. This property
41 - flash-max-microamp : Maximum flash LED supply current in microamperes.
42 - flash-max-timeout-us : Maximum timeout in microseconds after which the flash
45 For controllers that have no configurable current the flash-max-microamp
47 For controllers that have no configurable timeout the flash-max-timeout-us
61 led-max-microamp = <50000>;
62 flash-max-microamp = <320000>;
63 flash-max-timeout-us = <500000>;
Dleds-aat1290.txt4 asserted high, enable flash strobe and movie mode (max 1/2 of flash current)
26 - led-max-microamp : see Documentation/devicetree/bindings/leds/common.txt
27 - flash-max-microamp : see Documentation/devicetree/bindings/leds/common.txt
30 - flash-max-timeout-us : see Documentation/devicetree/bindings/leds/common.txt
55 led-max-microamp = <520833>;
56 flash-max-microamp = <1012500>;
57 flash-max-timeout-us = <1940000>;
/linux-4.4.14/lib/
Dstrnlen_user.c27 static inline long do_strnlen_user(const char __user *src, unsigned long count, unsigned long max) in do_strnlen_user() argument
37 if (max > count) in do_strnlen_user()
38 max = count; in do_strnlen_user()
46 max += align; in do_strnlen_user()
61 if (unlikely(max <= sizeof(unsigned long))) in do_strnlen_user()
63 max -= sizeof(unsigned long); in do_strnlen_user()
114 unsigned long max = max_addr - src_addr; in strnlen_user() local
115 return do_strnlen_user(str, count, max); in strnlen_user()
143 unsigned long max = max_addr - src_addr; in strlen_user() local
144 return do_strnlen_user(str, ~0ul, max); in strlen_user()
Dstrncpy_from_user.c23 … inline long do_strncpy_from_user(char *dst, const char __user *src, long count, unsigned long max) in do_strncpy_from_user() argument
32 if (max > count) in do_strncpy_from_user()
33 max = count; in do_strncpy_from_user()
38 while (max >= sizeof(unsigned long)) { in do_strncpy_from_user()
51 max -= sizeof(unsigned long); in do_strncpy_from_user()
55 while (max) { in do_strncpy_from_user()
64 max--; in do_strncpy_from_user()
109 unsigned long max = max_addr - src_addr; in strncpy_from_user() local
110 return do_strncpy_from_user(dst, src, count, max); in strncpy_from_user()
/linux-4.4.14/sound/soc/
Dsoc-ops.c194 mc->platform_max = mc->max; in snd_soc_info_volsw()
204 uinfo->value.integer.max = platform_max - mc->min; in snd_soc_info_volsw()
231 uinfo->value.integer.max += mc->min; in snd_soc_info_volsw_sx()
257 int max = mc->max; in snd_soc_get_volsw() local
260 unsigned int mask = (1 << fls(max)) - 1; in snd_soc_get_volsw()
275 max - ucontrol->value.integer.value[0]; in snd_soc_get_volsw()
290 max - ucontrol->value.integer.value[1]; in snd_soc_get_volsw()
317 int max = mc->max; in snd_soc_put_volsw() local
320 unsigned int mask = (1 << fls(max)) - 1; in snd_soc_put_volsw()
332 val = max - val; in snd_soc_put_volsw()
[all …]
/linux-4.4.14/drivers/gpu/drm/gma500/
Dcdv_intel_display.c46 .dot = {.min = 20000, .max = 115500},
47 .vco = {.min = 1800000, .max = 3600000},
48 .n = {.min = 2, .max = 6},
49 .m = {.min = 60, .max = 160},
50 .m1 = {.min = 0, .max = 0},
51 .m2 = {.min = 58, .max = 158},
52 .p = {.min = 28, .max = 140},
53 .p1 = {.min = 2, .max = 10},
58 .dot = {.min = 20000, .max = 115500},
59 .vco = {.min = 1800000, .max = 3600000},
[all …]
Dmdfld_intel_display.c35 int min, max; member
526 .dot = {.min = MDFLD_DOT_MIN, .max = MDFLD_DOT_MAX},
527 .m = {.min = MDFLD_DPLL_M_MIN_19, .max = MDFLD_DPLL_M_MAX_19},
528 .p1 = {.min = MDFLD_DPLL_P1_MIN_19, .max = MDFLD_DPLL_P1_MAX_19},
531 .dot = {.min = MDFLD_DOT_MIN, .max = MDFLD_DOT_MAX},
532 .m = {.min = MDFLD_DPLL_M_MIN_25, .max = MDFLD_DPLL_M_MAX_25},
533 .p1 = {.min = MDFLD_DPLL_P1_MIN_25, .max = MDFLD_DPLL_P1_MAX_25},
536 .dot = {.min = MDFLD_DOT_MIN, .max = MDFLD_DOT_MAX},
537 .m = {.min = MDFLD_DPLL_M_MIN_83, .max = MDFLD_DPLL_M_MAX_83},
538 .p1 = {.min = MDFLD_DPLL_P1_MIN_83, .max = MDFLD_DPLL_P1_MAX_83},
[all …]
Doaktrail_crtc.c56 .dot = {.min = MRST_DOT_MIN, .max = MRST_DOT_MAX},
57 .m = {.min = MRST_M_MIN_100L, .max = MRST_M_MAX_100L},
58 .p1 = {.min = MRST_P1_MIN, .max = MRST_P1_MAX_1},
62 .dot = {.min = MRST_DOT_MIN, .max = MRST_DOT_MAX},
63 .m = {.min = MRST_M_MIN_83, .max = MRST_M_MAX_83},
64 .p1 = {.min = MRST_P1_MIN, .max = MRST_P1_MAX_0},
68 .dot = {.min = MRST_DOT_MIN, .max = MRST_DOT_MAX},
69 .m = {.min = MRST_M_MIN_100, .max = MRST_M_MAX_100},
70 .p1 = {.min = MRST_P1_MIN, .max = MRST_P1_MAX_1},
74 .vco = {.min = 1400000, .max = 2800000},
[all …]
Dpsb_intel_display.c37 .dot = {.min = 20000, .max = 400000},
38 .vco = {.min = 1400000, .max = 2800000},
39 .n = {.min = 1, .max = 6},
40 .m = {.min = 70, .max = 120},
41 .m1 = {.min = 8, .max = 18},
42 .m2 = {.min = 3, .max = 7},
43 .p = {.min = 5, .max = 80},
44 .p1 = {.min = 1, .max = 8},
49 .dot = {.min = 20000, .max = 400000},
50 .vco = {.min = 1400000, .max = 2800000},
[all …]
/linux-4.4.14/drivers/net/ethernet/sfc/
Dbitfield.h126 #define EFX_EXTRACT_NATIVE(native_element, min, max, low, high) \ argument
127 ((low) > (max) || (high) < (min) ? 0 : \
136 #define EFX_EXTRACT64(element, min, max, low, high) \ argument
137 EFX_EXTRACT_NATIVE(le64_to_cpu(element), min, max, low, high)
143 #define EFX_EXTRACT32(element, min, max, low, high) \ argument
144 EFX_EXTRACT_NATIVE(le32_to_cpu(element), min, max, low, high)
245 #define EFX_INSERT_NATIVE64(min, max, low, high, value) \ argument
246 (((low > max) || (high < min)) ? 0 : \
251 #define EFX_INSERT_NATIVE32(min, max, low, high, value) \ argument
252 (((low > max) || (high < min)) ? 0 : \
[all …]
/linux-4.4.14/samples/bpf/
Dlathist_user.c22 long max; member
27 static void stars(char *str, long val, long max, int width) in stars() argument
31 for (i = 0; i < (width * val / max) - 1 && i < width - 1; i++) in stars()
33 if (val > max) in stars()
51 if (hist->max == 0) in print_hist()
57 stars(starstr, hist->data[i - 1], hist->max, MAX_STARS); in print_hist()
71 cpu_hist[i].max = 0; in get_data()
79 if (value > cpu_hist[c].max) in get_data()
80 cpu_hist[c].max = value; in get_data()
/linux-4.4.14/fs/xfs/
Dxfs_sysctl.c76 .extra2 = &xfs_params.sgid_inherit.max
85 .extra2 = &xfs_params.symlink_mode.max
94 .extra2 = &xfs_params.panic_mask.max
104 .extra2 = &xfs_params.error_level.max
113 .extra2 = &xfs_params.syncd_timer.max
122 .extra2 = &xfs_params.inherit_sync.max
131 .extra2 = &xfs_params.inherit_nodump.max
140 .extra2 = &xfs_params.inherit_noatim.max
149 .extra2 = &xfs_params.inherit_nosym.max
158 .extra2 = &xfs_params.rotorstep.max
[all …]
/linux-4.4.14/init/
Dcalibrate.c43 int max = -1; /* index of measured_times with max/min values or not set */ in calibrate_delay_direct() local
107 if (max < 0 || timer_rate_max > measured_times[max]) in calibrate_delay_direct()
108 max = i; in calibrate_delay_direct()
129 if ((measured_times[max] - measured_times[min]) < maxdiff) in calibrate_delay_direct()
135 if ((measured_times[max] - estimate) < in calibrate_delay_direct()
141 min = max; in calibrate_delay_direct()
145 max, measured_times[max]); in calibrate_delay_direct()
146 measured_times[max] = 0; in calibrate_delay_direct()
147 max = min; in calibrate_delay_direct()
157 if (measured_times[i] > measured_times[max]) in calibrate_delay_direct()
[all …]
/linux-4.4.14/mm/
Dreadahead.c241 static unsigned long get_init_ra_size(unsigned long size, unsigned long max) in get_init_ra_size() argument
245 if (newsize <= max / 32) in get_init_ra_size()
247 else if (newsize <= max / 4) in get_init_ra_size()
250 newsize = max; in get_init_ra_size()
260 unsigned long max) in get_next_ra_size() argument
265 if (cur < max / 16) in get_next_ra_size()
270 return min(newsize, max); in get_next_ra_size()
319 pgoff_t offset, unsigned long max) in count_history_pages() argument
324 head = page_cache_prev_hole(mapping, offset - 1, max); in count_history_pages()
337 unsigned long max) in try_context_readahead() argument
[all …]
Dquicklist.c28 unsigned long node_free_pages, max; in max_pages() local
42 max = node_free_pages / FRACTION_OF_NODE_MEM; in max_pages()
45 max /= num_cpus_on_node; in max_pages()
47 return max(max, min_pages); in max_pages()
/linux-4.4.14/security/keys/
Dsysctl.c16 static const int zero, one = 1, max = INT_MAX; variable
26 .extra2 = (void *) &max,
35 .extra2 = (void *) &max,
44 .extra2 = (void *) &max,
53 .extra2 = (void *) &max,
62 .extra2 = (void *) &max,
72 .extra2 = (void *) &max,
/linux-4.4.14/drivers/cpufreq/
Ds3c2410-cpufreq.c53 hclk_max = cfg->max.hclk; in s3c2410_cpufreq_calcdivs()
60 hdiv = (fclk > cfg->max.hclk) ? 2 : 1; in s3c2410_cpufreq_calcdivs()
63 if (hclk > cfg->max.hclk) { in s3c2410_cpufreq_calcdivs()
68 pdiv = (hclk > cfg->max.pclk) ? 2 : 1; in s3c2410_cpufreq_calcdivs()
71 if (pclk > cfg->max.pclk) { in s3c2410_cpufreq_calcdivs()
86 .max = {
140 s3c2410_cpufreq_info.max.fclk = 266000000; in s3c2410a_cpufreq_add()
141 s3c2410_cpufreq_info.max.hclk = 133000000; in s3c2410a_cpufreq_add()
142 s3c2410_cpufreq_info.max.pclk = 66500000; in s3c2410a_cpufreq_add()
Ds3c2412-cpufreq.c49 hclk_max = cfg->max.hclk; in s3c2412_cpufreq_calcdivs()
91 pdiv = (hclk > cfg->max.pclk) ? 2 : 1; in s3c2412_cpufreq_calcdivs()
93 if ((hclk / pdiv) > cfg->max.pclk) in s3c2412_cpufreq_calcdivs()
169 .max = {
215 s3c2412_cpufreq_info.max.fclk = 266000000; in s3c2412_cpufreq_add()
216 s3c2412_cpufreq_info.max.hclk = 133000000; in s3c2412_cpufreq_add()
217 s3c2412_cpufreq_info.max.pclk = 66000000; in s3c2412_cpufreq_add()
Dgx-suspmod.c357 if (policy->min > policy->max) in cpufreq_gx_verify()
358 policy->max = tmp_freq; in cpufreq_gx_verify()
359 tmp_freq = gx_validate_speed(policy->max, &tmp1, &tmp2); in cpufreq_gx_verify()
360 if (tmp_freq > policy->max) in cpufreq_gx_verify()
362 policy->max = tmp_freq; in cpufreq_gx_verify()
363 if (policy->max < policy->min) in cpufreq_gx_verify()
364 policy->max = policy->min; in cpufreq_gx_verify()
392 while (tmp_freq > policy->max) { in cpufreq_gx_target()
428 policy->max = maxfreq; in cpufreq_gx_cpu_init()
Dfreq_table.c59 policy->max = policy->cpuinfo.max_freq = max_freq; in cpufreq_frequency_table_cpuinfo()
77 policy->min, policy->max, policy->cpu); in cpufreq_frequency_table_verify()
84 if ((freq >= policy->min) && (freq <= policy->max)) { in cpufreq_frequency_table_verify()
89 if ((next_larger > freq) && (freq > policy->max)) in cpufreq_frequency_table_verify()
94 policy->max = next_larger; in cpufreq_frequency_table_verify()
99 policy->min, policy->max, policy->cpu); in cpufreq_frequency_table_verify()
154 if ((freq < policy->min) || (freq > policy->max)) in cpufreq_frequency_table_target()
/linux-4.4.14/arch/arm64/boot/dts/mediatek/
Dmt8173-evb.dts48 regulator-max-microvolt = <1310000>;
50 regulator-max-microamp = <4400000>;
58 regulator-max-microvolt = <1310000>;
60 regulator-max-microamp = <3000000>;
73 max-frequency = <50000000>;
86 max-frequency = <50000000>;
208 regulator-max-microvolt = <1350000>;
217 regulator-max-microvolt = <1350000>;
226 regulator-max-microvolt = <1350000>;
235 regulator-max-microvolt = <1350000>;
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb.c44 __u16 *max, int max_frame) in ixgbe_ieee_credits() argument
68 max[i] = bw[i] ? (bw[i] * MAX_CREDIT)/100 : min_credit; in ixgbe_ieee_credits()
198 void ixgbe_dcb_unpack_max(struct ixgbe_dcb_config *cfg, u16 *max) in ixgbe_dcb_unpack_max() argument
204 max[tc] = tc_config[tc].desc_credits_max; in ixgbe_dcb_unpack_max()
273 u16 max[MAX_TRAFFIC_CLASS]; in ixgbe_dcb_hw_config() local
278 ixgbe_dcb_unpack_max(dcb_config, max); in ixgbe_dcb_hw_config()
285 return ixgbe_dcb_hw_config_82598(hw, pfc_en, refill, max, in ixgbe_dcb_hw_config()
291 return ixgbe_dcb_hw_config_82599(hw, pfc_en, refill, max, in ixgbe_dcb_hw_config()
318 __u16 refill[IEEE_8021QAZ_MAX_TCS], max[IEEE_8021QAZ_MAX_TCS]; in ixgbe_dcb_hw_ets() local
344 ixgbe_ieee_credits(ets->tc_tx_bw, refill, max, max_frame); in ixgbe_dcb_hw_ets()
[all …]
Dixgbe_dcb_82598.c43 u16 *max, in ixgbe_dcb_config_rx_arbiter_82598() argument
67 credit_max = max[i]; in ixgbe_dcb_config_rx_arbiter_82598()
100 u16 *max, in ixgbe_dcb_config_tx_desc_arbiter_82598() argument
120 max_credits = max[i]; in ixgbe_dcb_config_tx_desc_arbiter_82598()
146 u16 *max, in ixgbe_dcb_config_tx_data_arbiter_82598() argument
164 reg |= (u32)(max[i]) << IXGBE_TDPT2TCCR_MCL_SHIFT; in ixgbe_dcb_config_tx_data_arbiter_82598()
277 u16 *max, u8 *bwg_id, u8 *prio_type) in ixgbe_dcb_hw_config_82598() argument
279 ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, prio_type); in ixgbe_dcb_hw_config_82598()
280 ixgbe_dcb_config_tx_desc_arbiter_82598(hw, refill, max, in ixgbe_dcb_hw_config_82598()
282 ixgbe_dcb_config_tx_data_arbiter_82598(hw, refill, max, in ixgbe_dcb_hw_config_82598()
Dixgbe_dcb_82599.c46 u16 *max, in ixgbe_dcb_config_rx_arbiter_82599() argument
72 credit_max = max[i]; in ixgbe_dcb_config_rx_arbiter_82599()
105 u16 *max, in ixgbe_dcb_config_tx_desc_arbiter_82599() argument
120 max_credits = max[i]; in ixgbe_dcb_config_tx_desc_arbiter_82599()
156 u16 *max, in ixgbe_dcb_config_tx_data_arbiter_82599() argument
182 reg |= (u32)(max[i]) << IXGBE_RTTPT2C_MCL_SHIFT; in ixgbe_dcb_config_tx_data_arbiter_82599()
356 u16 *max, u8 *bwg_id, u8 *prio_type, u8 *prio_tc) in ixgbe_dcb_hw_config_82599() argument
358 ixgbe_dcb_config_rx_arbiter_82599(hw, refill, max, bwg_id, in ixgbe_dcb_hw_config_82599()
360 ixgbe_dcb_config_tx_desc_arbiter_82599(hw, refill, max, in ixgbe_dcb_hw_config_82599()
362 ixgbe_dcb_config_tx_data_arbiter_82599(hw, refill, max, in ixgbe_dcb_hw_config_82599()
Dixgbe_dcb_82598.h79 u16 *max,
84 u16 *max,
90 u16 *max,
95 u16 *max, u8 *bwg_id, u8 *prio_type);
Dixgbe_dcb_82599.h103 u16 *max,
110 u16 *max,
116 u16 *max,
122 u16 *max, u8 *bwg_id, u8 *prio_type,
/linux-4.4.14/include/trace/events/
Dregulator.h78 TP_PROTO(const char *name, int min, int max),
80 TP_ARGS(name, min, max),
85 __field( int, max )
91 __entry->max = max;
95 (int)__entry->min, (int)__entry->max)
100 TP_PROTO(const char *name, int min, int max),
102 TP_ARGS(name, min, max)
/linux-4.4.14/Documentation/devicetree/bindings/lpddr2/
Dlpddr2-timings.txt6 - max-freq : maximum DDR clock frequency for the speed-bin. Type is <u32>
13 a different unit have a suffix indicating the unit such as 'tRAS-max-ns'
21 - tDQSCK-max
28 - tRAS-max-ns
29 - tDQSCK-max-derated
36 max-freq = <400000000>;
46 tDQSCK-max = <5500>;
51 tRAS-max-ns = <70000>;
/linux-4.4.14/lib/zlib_inflate/
Dinftrees.c28 unsigned min, max; /* minimum and maximum code lengths */ in zlib_inflate_table() local
100 for (max = MAXBITS; max >= 1; max--) in zlib_inflate_table()
101 if (count[max] != 0) break; in zlib_inflate_table()
102 if (root > max) root = max; in zlib_inflate_table()
103 if (max == 0) { /* no symbols to code at all */ in zlib_inflate_table()
123 if (left > 0 && (type == CODES || max != 1)) in zlib_inflate_table()
241 if (len == max) break; in zlib_inflate_table()
257 while (curr + drop < max) { in zlib_inflate_table()
/linux-4.4.14/arch/frv/kernel/
Duaccess.c22 unsigned long max; in strncpy_from_user() local
38 max = get_addr_limit() - (unsigned long) src; in strncpy_from_user()
39 if ((unsigned long) count > max) { in strncpy_from_user()
40 memset(dst + max, 0, count - max); in strncpy_from_user()
41 count = max; in strncpy_from_user()
/linux-4.4.14/net/ipv4/
Dtcp_cdg.c63 s32 max; member
154 u32 base_owd = max(ca->delay_min / 2U, 125U); in tcp_cdg_hystart_update()
173 s32 thresh = max(ca->delay_min + ca->delay_min / 8U, in tcp_cdg_hystart_update()
191 s32 gmax = ca->rtt.max - ca->rtt_prev.max; in tcp_cdg_grad()
196 ca->gsum.max += gmax - ca->gradients[ca->tail].max; in tcp_cdg_grad()
198 ca->gradients[ca->tail].max = gmax; in tcp_cdg_grad()
201 gmax = ca->gsum.max; in tcp_cdg_grad()
253 ca->shadow_wnd = max(ca->shadow_wnd, tp->snd_cwnd); in tcp_cdg_backoff()
294 ca->shadow_wnd = max(ca->shadow_wnd, ca->shadow_wnd + incr); in tcp_cdg_cong_avoid()
323 ca->rtt.max = max(ca->rtt.max, rtt_us); in tcp_cdg_acked()
[all …]
/linux-4.4.14/drivers/media/dvb-frontends/
Ddvb-pll.c62 u32 max; member
83 .max = 858000000,
105 .max = 896000000,
129 .max = 900000000,
147 .max = 862000000,
163 .max = 862000000,
185 .max = 858000000,
199 .max = 858000000,
223 .max = 858000000,
257 .max = 858000000,
[all …]
/linux-4.4.14/drivers/gpu/host1x/
Dsyncpt.h77 u32 max; in host1x_syncpt_check_max() local
80 max = host1x_syncpt_read_max(sp); in host1x_syncpt_check_max()
81 return (s32)(max - real) >= 0; in host1x_syncpt_check_max()
96 int min, max; in host1x_syncpt_idle() local
99 max = atomic_read(&sp->max_val); in host1x_syncpt_idle()
100 return (min == max); in host1x_syncpt_idle()
/linux-4.4.14/sound/pci/ice1712/
Dwm8776.c155 .max = 0xff,
182 .max = 0x7f,
242 .max = 0xff,
289 .max = 5, /* .enum_names item count */
299 .max = 15,
307 .max = 11, /* .enum_names item count */
318 .max = 11, /* .enum_names item count */
328 .max = 8, /* .enum_names item count */
340 .max = 12,
349 .max = 15,
[all …]
Dwm8766.c52 .max = 0xff,
63 .max = 0xff,
74 .max = 0xff,
204 uinfo->value.integer.max = wm->ctl[n].max; in snd_wm8766_volume_info()
215 return snd_ctl_enum_info(uinfo, 1, wm->ctl[n].max, in snd_wm8766_enum_info()
239 val1 = wm->ctl[n].max - (val1 - wm->ctl[n].min); in snd_wm8766_ctl_get()
241 val2 = wm->ctl[n].max - (val2 - wm->ctl[n].min); in snd_wm8766_ctl_get()
261 regval1 = wm->ctl[n].max - (regval1 - wm->ctl[n].min); in snd_wm8766_ctl_put()
262 regval2 = wm->ctl[n].max - (regval2 - wm->ctl[n].min); in snd_wm8766_ctl_put()
314 wm->ctl[num].max = 1; in snd_wm8766_add_control()
/linux-4.4.14/arch/arm64/mm/
Dinit.c80 static void __init zone_sizes_init(unsigned long min, unsigned long max) in zone_sizes_init() argument
93 zone_size[ZONE_NORMAL] = max - max_dma; in zone_sizes_init()
101 if (start >= max) in zone_sizes_init()
111 unsigned long normal_end = min(end, max); in zone_sizes_init()
112 unsigned long normal_start = max(start, max_dma); in zone_sizes_init()
189 unsigned long min, max; in bootmem_init() local
192 max = PFN_DOWN(memblock_end_of_DRAM()); in bootmem_init()
194 early_memtest(min << PAGE_SHIFT, max << PAGE_SHIFT); in bootmem_init()
203 zone_sizes_init(min, max); in bootmem_init()
205 high_memory = __va((max << PAGE_SHIFT) - 1) + 1; in bootmem_init()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dlibcfs_string.c230 unsigned min, unsigned max) in cfs_str2num_check() argument
244 return (*num >= min && *num <= max); in cfs_str2num_check()
262 cfs_range_expr_parse(struct cfs_lstr *src, unsigned min, unsigned max, in cfs_range_expr_parse() argument
274 re->re_hi = max; in cfs_range_expr_parse()
280 &re->re_lo, min, max)) { in cfs_range_expr_parse()
291 &re->re_lo, min, max)) in cfs_range_expr_parse()
296 &re->re_hi, min, max)) { in cfs_range_expr_parse()
305 &re->re_hi, min, max)) in cfs_range_expr_parse()
310 &re->re_stride, min, max)) { in cfs_range_expr_parse()
421 cfs_expr_list_values(struct cfs_expr_list *expr_list, int max, __u32 **valpp) in cfs_expr_list_values() argument
[all …]
Ddebug.c111 long min, long max) in param_set_delay_minmax() argument
122 if (d < min || d > max) in param_set_delay_minmax()
180 unsigned int min, unsigned int max) in param_set_uint_minmax() argument
188 if (ret < 0 || num < min || num > max) in param_set_uint_minmax()
503 unsigned int max = libcfs_debug_mb; in libcfs_debug_init() local
522 if (max > cfs_trace_max_debug_mb() || max < num_possible_cpus()) { in libcfs_debug_init()
523 max = TCD_MAX_PAGES; in libcfs_debug_init()
525 max = max / num_possible_cpus(); in libcfs_debug_init()
526 max <<= (20 - PAGE_CACHE_SHIFT); in libcfs_debug_init()
528 rc = cfs_tracefile_init(max); in libcfs_debug_init()
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-ctrls.c148 .max = 1,
159 .max = 0x7fffffff,
169 .max = 0x7fffffffffffffffLL,
180 .max = 0x20000,
192 .max = 0x2000,
204 .max = 0x20,
225 .max = 4,
237 .max = 4,
248 .max = 0x80402010,
262 .max = 8,
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/ufs/
Dufshcd-pltfrm.txt28 - vcc-max-microamp : specifies max. load that can be drawn from vcc supply
29 - vccq-max-microamp : specifies max. load that can be drawn from vccq supply
30 - vccq2-max-microamp : specifies max. load that can be drawn from vccq2 supply
36 - freq-table-hz : Array of <min max> operating frequencies stored in the same
57 vcc-max-microamp = 500000;
58 vccq-max-microamp = 200000;
59 vccq2-max-microamp = 200000;
Dufs-qcom.txt25 - vdda-phy-max-microamp : specifies max. load that can be drawn from phy supply
26 - vdda-pll-max-microamp : specifies max. load that can be drawn from pll supply
28 - vddp-ref-clk-max-microamp : specifies max. load that can be drawn from this supply
40 vdda-phy-max-microamp = <50000>;
41 vdda-pll-max-microamp = <1000>;
/linux-4.4.14/drivers/staging/rdma/amso1100/
Dc2_pd.c49 obj = find_next_zero_bit(c2dev->pd_table.table, c2dev->pd_table.max, in c2_pd_alloc()
51 if (obj >= c2dev->pd_table.max) in c2_pd_alloc()
53 c2dev->pd_table.max); in c2_pd_alloc()
54 if (obj < c2dev->pd_table.max) { in c2_pd_alloc()
58 if (c2dev->pd_table.last >= c2dev->pd_table.max) in c2_pd_alloc()
77 c2dev->pd_table.max = c2dev->props.max_pd; in c2_init_pd_table()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Did_table.c51 obj = find_next_zero_bit(alloc->table, alloc->max, alloc->last); in c4iw_id_alloc()
52 if (obj >= alloc->max) in c4iw_id_alloc()
53 obj = find_first_zero_bit(alloc->table, alloc->max); in c4iw_id_alloc()
55 if (obj < alloc->max) { in c4iw_id_alloc()
60 if (alloc->last >= alloc->max) in c4iw_id_alloc()
94 alloc->max = num; in c4iw_id_table_alloc()
/linux-4.4.14/drivers/usb/core/
Durb.c329 int xfertype, max; in usb_submit_urb() local
385 max = usb_endpoint_maxp(&ep->desc); in usb_submit_urb()
386 if (max <= 0) { in usb_submit_urb()
390 __func__, max); in usb_submit_urb()
407 max *= burst; in usb_submit_urb()
408 max *= mult; in usb_submit_urb()
413 int mult = 1 + ((max >> 11) & 0x03); in usb_submit_urb()
414 max &= 0x07ff; in usb_submit_urb()
415 max *= mult; in usb_submit_urb()
422 if (len < 0 || len > max) in usb_submit_urb()
[all …]
/linux-4.4.14/tools/power/cpupower/utils/
Dcpufreq-info.c61 unsigned long min, max; in proc_cpufreq_output() local
71 if (cpufreq_get_hardware_limits(cpu, &min, &max)) { in proc_cpufreq_output()
72 max = 0; in proc_cpufreq_output()
74 min_pctg = (policy->min * 100) / max; in proc_cpufreq_output()
75 max_pctg = (policy->max * 100) / max; in proc_cpufreq_output()
78 cpu , policy->min, max ? min_pctg : 0, policy->max, in proc_cpufreq_output()
79 max ? max_pctg : 0, policy->governor); in proc_cpufreq_output()
252 unsigned long min, max, freq_kernel, freq_hardware; in debug_output_one() local
302 if (!(cpufreq_get_hardware_limits(cpu, &min, &max))) { in debug_output_one()
306 print_speed(max); in debug_output_one()
[all …]
Dcpufreq-set.c154 if (!new_pol->max) in do_new_policy()
155 new_pol->max = cur_pol->max; in do_new_policy()
181 else if (new_pol->max) in do_one_cpu()
182 return cpufreq_modify_policy_max(cpu, new_pol->max); in do_one_cpu()
205 .max = 0, in cmd_freq_set()
235 if (new_pol.max) in cmd_freq_set()
238 new_pol.max = string_to_frequency(optarg); in cmd_freq_set()
239 if (new_pol.max == 0) { in cmd_freq_set()
/linux-4.4.14/arch/alpha/oprofile/
Dop_model_ev5.c91 unsigned long max, hilo, count = ctr[i].count; in common_reg_setup() local
96 count = 256, hilo = 3, max = 256; in common_reg_setup()
98 max = (i == 2 ? 16384 : 65536); in common_reg_setup()
100 if (count > max) in common_reg_setup()
101 count = max; in common_reg_setup()
106 reset |= (max - count) << (48 - 16*i); in common_reg_setup()
107 if (count != max) in common_reg_setup()
/linux-4.4.14/drivers/irqchip/
Dirq-crossbar.c201 int i, size, max = 0, reserved = 0, entry; in crossbar_of_init() local
222 of_property_read_u32(node, "ti,max-irqs", &max); in crossbar_of_init()
223 if (!max) { in crossbar_of_init()
228 cb->irq_map = kcalloc(max, sizeof(int), GFP_KERNEL); in crossbar_of_init()
232 cb->int_max = max; in crossbar_of_init()
234 for (i = 0; i < max; i++) in crossbar_of_init()
246 if (entry >= max) { in crossbar_of_init()
264 if (entry >= max) { in crossbar_of_init()
274 cb->register_offsets = kcalloc(max, sizeof(int), GFP_KERNEL); in crossbar_of_init()
301 for (i = 0; i < max; i++) { in crossbar_of_init()
[all …]
/linux-4.4.14/include/linux/
Dcpufreq.h56 unsigned int max; /* in kHz */ member
73 unsigned int max; /* in kHz */ member
327 unsigned int min, unsigned int max) in cpufreq_verify_within_limits() argument
331 if (policy->max < min) in cpufreq_verify_within_limits()
332 policy->max = min; in cpufreq_verify_within_limits()
333 if (policy->min > max) in cpufreq_verify_within_limits()
334 policy->min = max; in cpufreq_verify_within_limits()
335 if (policy->max > max) in cpufreq_verify_within_limits()
336 policy->max = max; in cpufreq_verify_within_limits()
337 if (policy->min > policy->max) in cpufreq_verify_within_limits()
[all …]
Duwb.h766 s8 min, max; member
781 s8 min, max; in stats_add_sample() local
786 max = -128; in stats_add_sample()
790 max = stats->max; in stats_add_sample()
796 else if (sample > max) in stats_add_sample()
797 max = sample; in stats_add_sample()
801 stats->max = max; in stats_add_sample()
812 int min, max, avg; in stats_show() local
815 min = max = avg = 0; in stats_show()
818 max = stats->max; in stats_show()
[all …]
Dinterval_tree_generic.h47 ITTYPE max = ITLAST(node), subtree_last; \
51 if (max < subtree_last) \
52 max = subtree_last; \
57 if (max < subtree_last) \
58 max = subtree_last; \
60 return max; \
/linux-4.4.14/arch/x86/kernel/cpu/
Dtransmeta.c21 unsigned int cap_mask, uk, max, dummy; in init_transmeta() local
31 max = cpuid_eax(0x80860000); in init_transmeta()
33 if (max >= 0x80860001) { in init_transmeta()
44 if (max >= 0x80860002) { in init_transmeta()
57 if (max >= 0x80860006) { in init_transmeta()
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/
Dadp1653.txt15 - max-microamp : see Documentation/devicetree/bindings/leds/common.txt
19 - flash-max-microamp : see Documentation/devicetree/bindings/leds/common.txt
31 flash-max-microamp = <320000>;
32 max-microamp = <50000>;
35 max-microamp = <17500>;
/linux-4.4.14/arch/mips/bcm47xx/
Dprom.c58 unsigned long max; in prom_init_mem() local
79 max = 128 << 20; in prom_init_mem()
81 for (mem = 1 << 20; mem < max; mem += 1 << 20) { in prom_init_mem()
83 if (off + mem >= max) { in prom_init_mem()
84 mem = max; in prom_init_mem()
/linux-4.4.14/include/sound/
Dpcm_params.h225 i->max = UINT_MAX; in snd_interval_any()
238 return (i->min > i->max || in snd_interval_checkempty()
239 (i->min == i->max && (i->openmin || i->openmax))); in snd_interval_checkempty()
249 return (i->min == i->max || in snd_interval_single()
250 (i->min + 1 == i->max && i->openmax)); in snd_interval_single()
266 v = i->max; in snd_interval_max()
275 i->max < val || (i->max == val && i->openmax))); in snd_interval_test()
287 if (i->openmin && i->openmax && i->min == i->max) in snd_interval_setinteger()
300 i1->max == i2->max && i1->openmax == i2->openmax; in snd_interval_eq()
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_srq.c118 int logsize, max; in mthca_arbel_init_srq_context() local
126 max = srq->max; in mthca_arbel_init_srq_context()
127 logsize = ilog2(max); in mthca_arbel_init_srq_context()
142 mthca_buf_free(dev, srq->max << srq->wqe_shift, &srq->queue, in mthca_free_srq_buf()
158 srq->wrid = kmalloc(srq->max * sizeof (u64), GFP_KERNEL); in mthca_alloc_srq_buf()
162 err = mthca_buf_alloc(dev, srq->max << srq->wqe_shift, in mthca_alloc_srq_buf()
175 for (i = 0; i < srq->max; ++i) { in mthca_alloc_srq_buf()
180 if (i < srq->max - 1) { in mthca_alloc_srq_buf()
194 srq->last = get_wqe(srq, srq->max - 1); in mthca_alloc_srq_buf()
211 srq->max = attr->max_wr; in mthca_alloc_srq()
[all …]
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fifo.c104 uint32_t max; in vmw_fifo_init() local
150 max = vmw_mmio_read(fifo_mem + SVGA_FIFO_MAX); in vmw_fifo_init()
155 (unsigned int) max, in vmw_fifo_init()
209 uint32_t max = vmw_mmio_read(fifo_mem + SVGA_FIFO_MAX); in vmw_fifo_is_full() local
214 return ((max - next_cmd) + (stop - min) <= bytes); in vmw_fifo_is_full()
302 uint32_t max; in vmw_local_fifo_reserve() local
309 max = vmw_mmio_read(fifo_mem + SVGA_FIFO_MAX); in vmw_local_fifo_reserve()
313 if (unlikely(bytes >= (max - min))) in vmw_local_fifo_reserve()
327 if (likely((next_cmd + bytes < max || in vmw_local_fifo_reserve()
328 (next_cmd + bytes == max && stop > min)))) in vmw_local_fifo_reserve()
[all …]
/linux-4.4.14/arch/unicore32/lib/
Ddelay.S31 ldw r2, [r2] @ max = 0x01ffffff
32 mov r0, r0 >> #14 @ max = 0x0001ffff
33 mov r2, r2 >> #10 @ max = 0x00007fff
34 mul r0, r2, r0 @ max = 2^32-1
/linux-4.4.14/Documentation/video4linux/
Dsi4713.txt68 rds_signal_deviation (int) : min=0 max=90000 step=10 default=200 value=200 flags=slider
69 rds_program_id (int) : min=0 max=65535 step=1 default=0 value=0
70 rds_program_type (int) : min=0 max=31 step=1 default=0 value=0
71 rds_ps_name (str) : min=0 max=96 step=8 value='si4713 '
72 rds_radio_text (str) : min=0 max=384 step=32 value=''
74 …audio_limiter_release_time (int) : min=250 max=102390 step=50 default=5010 value=5010 flags=slider
75 audio_limiter_deviation (int) : min=0 max=90000 step=10 default=66250 value=66250 flags=slider
77 audio_compression_gain (int) : min=0 max=20 step=1 default=15 value=15 flags=slider
78 audio_compression_threshold (int) : min=-40 max=0 step=1 default=-40 value=-40 flags=slider
79 audio_compression_attack_time (int) : min=0 max=5000 step=500 default=0 value=0 flags=slider
[all …]
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dbacklight.c80 int i, max = 0; in pmac_backlight_curve_lookup() local
84 max = max((int)info->bl_curve[i], max); in pmac_backlight_curve_lookup()
89 if (diff < max) { in pmac_backlight_curve_lookup()
90 max = diff; in pmac_backlight_curve_lookup()
/linux-4.4.14/Documentation/devicetree/bindings/media/
Dsh_mobile_ceu.txt6 - renesas,max-width: maximum image width, supported on this SoC
7 - renesas,max-height: maximum image height, supported on this SoC
16 renesas,max-width = <8188>;
17 renesas,max-height = <8188>;
/linux-4.4.14/drivers/firmware/efi/
Desrt.c248 size_t size, max, entry_size, entries_size; in efi_esrt_init() local
263 max = efi_mem_desc_end(&md); in efi_esrt_init()
264 if (max < efi.esrt) { in efi_esrt_init()
266 (void *)efi.esrt, (void *)max); in efi_esrt_init()
271 max -= efi.esrt; in efi_esrt_init()
273 if (max < size) { in efi_esrt_init()
275 size, max); in efi_esrt_init()
296 if (tmpesrt.fw_resource_count > 0 && max - size < entry_size) { in efi_esrt_init()
298 max - size, entry_size); in efi_esrt_init()
320 if (max < size + entries_size) { in efi_esrt_init()
[all …]
/linux-4.4.14/drivers/watchdog/
Dat91sam9_wdt.c272 u32 max = WDT_COUNTER_MAX_SECS; in of_at91wdt_init() local
281 &max)) { in of_at91wdt_init()
282 if (!max || max > WDT_COUNTER_MAX_SECS) in of_at91wdt_init()
283 max = WDT_COUNTER_MAX_SECS; in of_at91wdt_init()
287 if (min >= max) in of_at91wdt_init()
288 min = max - 1; in of_at91wdt_init()
293 max = secs_to_ticks(max); in of_at91wdt_init()
320 wdt->mr |= max | ((max - min) << 16); in of_at91wdt_init()
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Drk808.txt81 regulator-max-microvolt = <1300000>;
89 regulator-max-microvolt = <1250000>;
103 regulator-max-microvolt = <3300000>;
111 regulator-max-microvolt = <3300000>;
119 regulator-max-microvolt = <3300000>;
127 regulator-max-microvolt = <1000000>;
135 regulator-max-microvolt = <1800000>;
143 regulator-max-microvolt = <3300000>;
151 regulator-max-microvolt = <1000000>;
159 regulator-max-microvolt = <1800000>;
[all …]
Dtps65910.txt108 regulator-max-microvolt = <1500000>;
117 regulator-max-microvolt = <1500000>;
126 regulator-max-microvolt = <1400000>;
135 regulator-max-microvolt = <1800000>;
144 regulator-max-microvolt = <3300000>;
151 regulator-max-microvolt = <1050000>;
158 regulator-max-microvolt = <3300000>;
165 regulator-max-microvolt = <3300000>;
173 regulator-max-microvolt = <3300000>;
180 regulator-max-microvolt = <1200000>;
[all …]
/linux-4.4.14/Documentation/hwmon/
Dina20939 in0_max shunt voltage max alarm limit (mV)
41 in0_crit_max shunt voltage crit max alarm limit (mV)
43 in0_max_alarm shunt voltage max alarm limit exceeded
45 in0_crit_max_alarm shunt voltage crit max alarm limit exceeded
52 in1_max bus voltage max alarm limit (mV)
54 in1_crit_max bus voltage crit max alarm limit (mV)
56 in1_max_alarm bus voltage max alarm limit exceeded
58 in1_crit_max_alarm bus voltage crit max alarm limit exceeded
64 power1_max power max alarm limit (uW)
66 power1_max_alarm power max alarm limit exceeded
/linux-4.4.14/drivers/ide/
Dide-timings.c126 m->setup = max(a->setup, b->setup); in ide_timing_merge()
128 m->act8b = max(a->act8b, b->act8b); in ide_timing_merge()
130 m->rec8b = max(a->rec8b, b->rec8b); in ide_timing_merge()
132 m->cyc8b = max(a->cyc8b, b->cyc8b); in ide_timing_merge()
134 m->active = max(a->active, b->active); in ide_timing_merge()
136 m->recover = max(a->recover, b->recover); in ide_timing_merge()
138 m->cycle = max(a->cycle, b->cycle); in ide_timing_merge()
140 m->udma = max(a->udma, b->udma); in ide_timing_merge()
/linux-4.4.14/sound/core/
Dpcm_drm_eld.c61 struct snd_interval t = { .min = 1, .max = 2, .integer = 1, }; in eld_limit_channels()
72 if (r->min <= eld_rates[i] && r->max >= eld_rates[i]) in eld_limit_channels()
77 t.max = max(t.max, sad_max_channels(sad)); in eld_limit_channels()
/linux-4.4.14/include/asm-generic/
Dpci_iomap.h17 extern void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long max);
18 extern void __iomem *pci_iomap_wc(struct pci_dev *dev, int bar, unsigned long max);
36 static inline void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long max) in pci_iomap() argument
41 static inline void __iomem *pci_iomap_wc(struct pci_dev *dev, int bar, unsigned long max) in pci_iomap_wc() argument
/linux-4.4.14/arch/powerpc/kernel/
Dsmp-tbsync.c114 int i, score, score2, old, min=0, max=5000, offset=1000; in smp_generic_give_timebase() local
129 for (old = -1; old != offset ; offset = (min+max) / 2) { in smp_generic_give_timebase()
135 max = offset; in smp_generic_give_timebase()
141 score2 = start_contest(kSetAndTest, max, NUM_ITER); in smp_generic_give_timebase()
144 min, score, max, score2); in smp_generic_give_timebase()
147 offset = (score < score2) ? min : max; in smp_generic_give_timebase()
Dpci-hotplug.c79 int slotno, mode, pass, max; in pcibios_add_pci_devices() local
106 max = bus->busn_res.start; in pcibios_add_pci_devices()
110 max = pci_scan_bridge(bus, dev, in pcibios_add_pci_devices()
111 max, pass); in pcibios_add_pci_devices()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_panel.c434 panel->backlight.min, panel->backlight.max); in scale_user_to_hw()
445 hw_level = scale(user_level, 0, user_max, 0, panel->backlight.max); in clamp_user_to_hw()
446 hw_level = clamp(hw_level, panel->backlight.min, panel->backlight.max); in clamp_user_to_hw()
457 return scale(hw_level, panel->backlight.min, panel->backlight.max, in scale_hw_to_user()
468 WARN_ON(panel->backlight.max == 0); in intel_panel_compute_brightness()
475 return panel->backlight.max - val; in intel_panel_compute_brightness()
599 WARN_ON(panel->backlight.max == 0); in i9xx_set_backlight()
604 lbpc = level * 0xfe / panel->backlight.max + 1; in i9xx_set_backlight()
676 WARN_ON(panel->backlight.max == 0); in intel_panel_set_backlight()
710 WARN_ON(panel->backlight.max == 0); in intel_panel_set_backlight_acpi()
[all …]
/linux-4.4.14/Documentation/cgroups/
Dpids.txt19 pids.max (this is not available in the root cgroup for obvious reasons). The
23 to have pids.current > pids.max. This can be done by either setting the limit to
25 that pids.current > pids.max. However, it is not possible to violate a cgroup
29 To set a cgroup to have no limit, set pids.max to "max". This is the default for
45 # echo 2 > /sys/fs/cgroup/pids/parent/pids.max
69 # cat /sys/fs/cgroup/pids/parent/child/pids.max
70 max
79 # echo 1 > /sys/fs/cgroup/pids/parent/pids.max
82 # echo 0 > /sys/fs/cgroup/pids/parent/pids.max
/linux-4.4.14/tools/power/cpupower/lib/
Dsysfs.c226 unsigned long *max) in sysfs_get_freq_hardware_limits() argument
228 if ((!min) || (!max)) in sysfs_get_freq_hardware_limits()
235 *max = sysfs_cpufreq_get_one_value(cpu, CPUINFO_MAX_FREQ); in sysfs_get_freq_hardware_limits()
236 if (!*max) in sysfs_get_freq_hardware_limits()
261 policy->max = sysfs_cpufreq_get_one_value(cpu, SCALING_MAX_FREQ); in sysfs_get_freq_policy()
262 if ((!policy->min) || (!policy->max)) { in sysfs_get_freq_policy()
586 char max[SYSFS_PATH_MAX]; in sysfs_set_freq_policy() local
595 if (policy->max < policy->min) in sysfs_set_freq_policy()
602 snprintf(max, SYSFS_PATH_MAX, "%lu", policy->max); in sysfs_set_freq_policy()
605 write_max_first = (old_min && (policy->max < old_min) ? 0 : 1); in sysfs_set_freq_policy()
[all …]
/linux-4.4.14/net/sctp/
Dchunk.c169 int max, whole, i, offset, over, err; in sctp_datamsg_from_user() local
202 max = asoc->frag_point; in sctp_datamsg_from_user()
216 if (max > max_data) in sctp_datamsg_from_user()
217 max = max_data; in sctp_datamsg_from_user()
220 first_len = max; in sctp_datamsg_from_user()
231 msg_len > max) in sctp_datamsg_from_user()
250 whole += msg_len / max; in sctp_datamsg_from_user()
251 over = msg_len % max; in sctp_datamsg_from_user()
298 len = max; in sctp_datamsg_from_user()
/linux-4.4.14/drivers/iio/dac/
Dad5421.c280 unsigned int *min, unsigned int *max) in ad5421_get_current_min_max() argument
287 *max = 20000; in ad5421_get_current_min_max()
291 *max = 21000; in ad5421_get_current_min_max()
295 *max = 24000; in ad5421_get_current_min_max()
299 *max = 1; in ad5421_get_current_min_max()
306 unsigned int min, max; in ad5421_get_offset() local
308 ad5421_get_current_min_max(st, &min, &max); in ad5421_get_offset()
309 return (min * (1 << 16)) / (max - min); in ad5421_get_offset()
316 unsigned int min, max; in ad5421_read_raw() local
330 ad5421_get_current_min_max(st, &min, &max); in ad5421_read_raw()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dparam.c160 int max; member
196 if (*value >= opt->arg.r.min && *value <= opt->arg.r.max) { in e1000_validate_option()
257 .max = MAX_TXDELAY } } in e1000e_check_options()
277 .max = MAX_TXABSDELAY } } in e1000e_check_options()
297 .max = MAX_RXDELAY } } in e1000e_check_options()
317 .max = MAX_RXABSDELAY } } in e1000e_check_options()
337 .max = MAX_ITR } } in e1000e_check_options()
414 .max = 0 } } in e1000e_check_options()
423 opt.arg.r.max = E1000E_INT_MODE_MSIX; in e1000e_check_options()
427 opt.arg.r.max = E1000E_INT_MODE_MSI; in e1000e_check_options()
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
Dbu21013.txt10 - rohm,touch-max-x : Maximum outward permitted limit in the X axis
11 - rohm,touch-max-y : Maximum outward permitted limit in the Y axis
24 rohm,touch-max-x = <384>;
25 rohm,touch-max-y = <704>;
/linux-4.4.14/drivers/hid/
Dhid-microsoft.c58 #define ms_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
61 unsigned long **bit, int *max) in ms_ergonomy_kb_quirk() argument
95 hid_map_usage_clear(hi, usage, bit, max, EV_REL, REL_WHEEL); in ms_ergonomy_kb_quirk()
123 unsigned long **bit, int *max) in ms_presenter_8k_quirk() argument
143 unsigned long **bit, int *max) in ms_input_mapping() argument
148 int ret = ms_ergonomy_kb_quirk(hi, usage, bit, max); in ms_input_mapping()
154 ms_presenter_8k_quirk(hi, usage, bit, max)) in ms_input_mapping()
162 unsigned long **bit, int *max) in ms_input_mapped() argument
/linux-4.4.14/crypto/
Dxor.c68 int i, count, max; in do_xor_speed() local
80 max = 0; in do_xor_speed()
93 if (count > max) in do_xor_speed()
94 max = count; in do_xor_speed()
99 speed = max * (HZ * BENCH_SIZE / 1024); in do_xor_speed()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_interval.c25 sector_t max = node->sector + (node->size >> 9); in compute_subtree_last() local
29 if (left > max) in compute_subtree_last()
30 max = left; in compute_subtree_last()
34 if (right > max) in compute_subtree_last()
35 max = right; in compute_subtree_last()
37 return max; in compute_subtree_last()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dsrq.c98 srq->msrq.max = roundup_pow_of_two(init_attr->attr.max_wr + 1); in mlx4_ib_create_srq()
101 desc_size = max(32UL, in mlx4_ib_create_srq()
107 buf_size = srq->msrq.max * desc_size; in mlx4_ib_create_srq()
151 srq->tail = srq->msrq.max - 1; in mlx4_ib_create_srq()
154 for (i = 0; i < srq->msrq.max; ++i) { in mlx4_ib_create_srq()
157 cpu_to_be16((i + 1) & (srq->msrq.max - 1)); in mlx4_ib_create_srq()
174 srq->wrid = kmalloc(srq->msrq.max * sizeof (u64), GFP_KERNEL); in mlx4_ib_create_srq()
176 srq->wrid = __vmalloc(srq->msrq.max * sizeof(u64), in mlx4_ib_create_srq()
204 init_attr->attr.max_wr = srq->msrq.max - 1; in mlx4_ib_create_srq()
245 if (attr->srq_limit >= srq->msrq.max) in mlx4_ib_modify_srq()
[all …]
/linux-4.4.14/drivers/net/wireless/brcm80211/include/
Dbrcmu_utils.h69 u16 max; /* maximum number of queued packets */ member
76 u16 max; /* total max packets */ member
94 return pq->q[prec].max - pq->q[prec].skblist.qlen; in pktq_pavail()
99 return pq->q[prec].skblist.qlen >= pq->q[prec].max; in pktq_pfull()
150 return (int)pq->max; in pktq_max()
155 return (int)(pq->max - pq->len); in pktq_avail()
160 return pq->len >= pq->max; in pktq_full()
/linux-4.4.14/drivers/pcmcia/
Dcardbus.c71 unsigned int max, pass; in cb_alloc() local
78 max = bus->busn_res.start; in cb_alloc()
82 max = pci_scan_bridge(bus, dev, max, pass); in cb_alloc()
/linux-4.4.14/arch/arm/lib/
Ddelay-loop.S30 ldr r2, [r2] @ max = 0x01ffffff
32 mov r0, r0, lsr #14 @ max = 0x0001ffff
34 mov r2, r2, lsr #10 @ max = 0x00007fff
35 mul r0, r2, r0 @ max = 2^32-1
/linux-4.4.14/drivers/ata/
Dpata_at91.c59 int max; member
83 int maximum = (range + size - 1)->max; in adjust_smc_value()
91 } else if ((range->min <= *value) && (*value <= range->max)) in adjust_smc_value()
125 {.min = 0, .max = 31}, /* first range */ in calc_smc_vals()
126 {.min = 128, .max = 159} /* second range */ in calc_smc_vals()
129 {.min = 0, .max = 63}, /* first range */ in calc_smc_vals()
130 {.min = 256, .max = 319} /* second range */ in calc_smc_vals()
133 {.min = 0, .max = 127}, /* first range */ in calc_smc_vals()
134 {.min = 256, .max = 383}, /* second range */ in calc_smc_vals()
135 {.min = 512, .max = 639}, /* third range */ in calc_smc_vals()
[all …]
/linux-4.4.14/Documentation/sysctl/
Dfs.txt22 - aio-max-nr
25 - dquot-max
27 - file-max
29 - inode-max
40 - super-max
45 aio-nr & aio-max-nr:
49 reaches aio-max-nr then io_setup will fail with EAGAIN. Note that
50 raising aio-max-nr does not result in the pre-allocation or re-sizing
79 dquot-max & dquot-nr:
81 The file dquot-max shows the maximum number of cached disk
[all …]
/linux-4.4.14/drivers/power/
D88pm860x_battery.c534 int min, int max) in set_temp_threshold() argument
546 if (max <= 0) in set_temp_threshold()
549 data = (max << 8) / 1800; in set_temp_threshold()
551 dev_dbg(info->dev, "TEMP_LOWTH:max : %d, 0x%x\n", max, data); in set_temp_threshold()
559 int max; in measure_temp() local
575 max = TBAT_NEG_10D * GPBIAS2_GPADC1_UA / 1000; in measure_temp()
576 set_temp_threshold(info, 0, max); in measure_temp()
579 max = TBAT_NEG_10D * GPBIAS2_GPADC1_UA / 1000; in measure_temp()
580 set_temp_threshold(info, 0, max); in measure_temp()
584 max = TBAT_40D * GPBIAS2_GPADC1_UA / 1000; in measure_temp()
[all …]
/linux-4.4.14/drivers/staging/comedi/drivers/
Djr3_pci.c94 int max; member
125 static struct jr3_pci_poll_delay poll_delay_min_max(int min, int max) in poll_delay_min_max() argument
130 result.max = max; in poll_delay_min_max()
542 spriv->range[0].range.max = get_s16(&fs->fx) * 1000; in jr3_pci_poll_subdevice()
544 spriv->range[1].range.max = get_s16(&fs->fy) * 1000; in jr3_pci_poll_subdevice()
546 spriv->range[2].range.max = get_s16(&fs->fz) * 1000; in jr3_pci_poll_subdevice()
548 spriv->range[3].range.max = get_s16(&fs->mx) * 100; in jr3_pci_poll_subdevice()
550 spriv->range[4].range.max = get_s16(&fs->my) * 100; in jr3_pci_poll_subdevice()
553 spriv->range[5].range.max = get_s16(&fs->mz) * 100; in jr3_pci_poll_subdevice()
555 spriv->range[6].range.max = get_s16(&fs->v1) * 100; in jr3_pci_poll_subdevice()
[all …]
/linux-4.4.14/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DUtil.py39 min, max, avg, count = dict[key]
42 if value > max:
43 max = value
45 dict[key] = (min, max, avg, count + 1)
/linux-4.4.14/kernel/
Dlatencytop.c128 if (lat->time > latency_record[i].max) in account_global_scheduler_latency()
129 latency_record[i].max = lat->time; in account_global_scheduler_latency()
191 lat.max = usecs; in __account_scheduler_latency()
218 if (lat.time > mylat->max) in __account_scheduler_latency()
219 mylat->max = lat.time; in __account_scheduler_latency()
250 lr->count, lr->time, lr->max); in lstats_show()
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/
Dcharger-manager.txt16 (optional) - cm-cable-max : maximum current of cable
30 - cm-dis/charging-max = limits of charging duration
61 cm-charging-max = <18000000>;
63 cm-discharging-max = <7200000>;
71 cm-cable-max = <500000>;
77 cm-cable-max = <675000>;
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/
Datl1e_param.c110 int max; member
141 if (*value >= opt->arg.r.min && *value <= opt->arg.r.max) { in atl1e_validate_option()
200 .max = ATL1E_MAX_TX_DESC_CNT} } in atl1e_check_options()
219 .max = ATL1E_MAX_RX_MEM_SIZE} } in atl1e_check_options()
239 .max = INT_MOD_MAX_CNT} } in atl1e_check_options()
258 .max = MEDIA_TYPE_10M_HALF} } in atl1e_check_options()
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dads7846.txt53 ti,x-max Maximum value on the X axis (u16).
54 ti,y-max Minimum value on the Y axis (u16).
57 ti,pressure-max Maximum reported pressure value (u16).
58 ti,debounce-max Max number of additional readings per
79 spi-max-frequency = <1000000>;
84 ti,x-max = /bits/ 16 <8000>;
86 ti,y-max = /bits/ 16 <4800>;
88 ti,pressure-max = /bits/ 16 <255>;
/linux-4.4.14/sound/firewire/bebob/
Dbebob_pcm.c20 .min = UINT_MAX, .max = 0, .integer = 1 in hw_rule_rate()
33 t.max = max(t.max, snd_bebob_rate_table[i]); in hw_rule_rate()
48 .min = UINT_MAX, .max = 0, .integer = 1 in hw_rule_channels()
62 t.max = max(t.max, formations[i].pcm); in hw_rule_channels()
87 hw->channels_max = max(hw->channels_max, formations[i].pcm); in limit_channels_and_rates()
90 hw->rate_max = max(hw->rate_max, snd_bebob_rate_table[i]); in limit_channels_and_rates()
/linux-4.4.14/drivers/media/platform/xilinx/
Dxilinx-tpg.c518 .max = true,
527 .max = true,
536 .max = 0xf,
544 .max = true,
553 .max = true,
562 .max = true,
571 .max = (1 << 8) - 1,
581 .max = (1 << 12) - 1,
591 .max = (1 << 12) - 1,
601 .max = (1 << 16) - 1,
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
Dixgb_param.c190 int max; member
222 if (*value >= opt->arg.r.min && *value <= opt->arg.r.max) { in ixgb_validate_option()
276 .max = MAX_TXD}} in ixgb_check_options()
295 .max = MAX_RXD}} in ixgb_check_options()
357 .max = MAX_FCRTH}} in ixgb_check_options()
376 .max = MAX_FCRTL}} in ixgb_check_options()
395 .max = MAX_FCPAUSE}} in ixgb_check_options()
425 .max = MAX_RDTR}} in ixgb_check_options()
442 .max = MAX_TIDV}} in ixgb_check_options()
/linux-4.4.14/include/media/
Dv4l2-ctrls.h311 s64 max; member
339 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags);
470 u32 id, s64 min, s64 max, u64 step, s64 def);
493 u32 id, u8 max, u64 mask, u8 def);
516 const struct v4l2_ctrl_ops *ops, u32 id, u8 max,
535 u32 id, u8 max, u8 def, const s64 *qmenu_int);
682 s64 min, s64 max, u64 step, s64 def);
703 s64 min, s64 max, u64 step, s64 def) in v4l2_ctrl_modify_range() argument
708 rval = __v4l2_ctrl_modify_range(ctrl, min, max, step, def); in v4l2_ctrl_modify_range()
/linux-4.4.14/drivers/hwmon/
Demc6w201.c52 enum subfeature { input, min, max }; enumerator
151 data->in[max][nr] = in emc6w201_update_device()
163 data->temp[max][nr] = in emc6w201_update_device()
317 0, max);
322 1, max);
327 2, max);
332 3, max);
337 4, max);
342 5, max);
348 0, max);
[all …]

12345678910>>...14