Home
last modified time | relevance | path

Searched refs:V (Results 1 – 25 of 656) sorted by relevance

12345678910>>...27

/Linux-v5.4/drivers/pinctrl/mvebu/
Dpinctrl-kirkwood.c19 #define V(f6180, f6190, f6192, f6281, f6282, dx4122, dx1135) \ macro
25 VARIANT_MV88F6180 = V(1, 0, 0, 0, 0, 0, 0),
26 VARIANT_MV88F6190 = V(0, 1, 0, 0, 0, 0, 0),
27 VARIANT_MV88F6192 = V(0, 0, 1, 0, 0, 0, 0),
28 VARIANT_MV88F6281 = V(0, 0, 0, 1, 0, 0, 0),
29 VARIANT_MV88F6282 = V(0, 0, 0, 0, 1, 0, 0),
30 VARIANT_MV98DX4122 = V(0, 0, 0, 0, 0, 1, 0),
31 VARIANT_MV98DX1135 = V(0, 0, 0, 0, 0, 0, 1),
36 MPP_VAR_FUNCTION(0x0, "gpio", NULL, V(1, 1, 1, 1, 1, 1, 1)),
37 MPP_VAR_FUNCTION(0x1, "nand", "io2", V(1, 1, 1, 1, 1, 1, 1)),
[all …]
/Linux-v5.4/tools/memory-model/
Dlinux-kernel.def10 WRITE_ONCE(X,V) { __store{once}(X,V); }
13 smp_store_release(X,V) { __store{release}(*X,V); }
15 rcu_assign_pointer(X,V) { __store{release}(X,V); }
17 smp_store_mb(X,V) { __store{once}(X,V); __fence{mb}; }
30 xchg(X,V) __xchg{mb}(X,V)
31 xchg_relaxed(X,V) __xchg{once}(X,V)
32 xchg_release(X,V) __xchg{release}(X,V)
33 xchg_acquire(X,V) __xchg{acquire}(X,V)
34 cmpxchg(X,V,W) __cmpxchg{mb}(X,V,W)
35 cmpxchg_relaxed(X,V,W) __cmpxchg{once}(X,V,W)
[all …]
/Linux-v5.4/Documentation/hwmon/
Dmc13783-adc.rst47 0 Battery Voltage (BATT) 2.50 - 4.65V -2.40V
49 2 Application Supply (BP) 2.50 - 4.65V -2.40V
50 3 Charger Voltage (CHRGRAW) 0 - 10V / /5
51 0 - 20V /10
52 4 Charger Current (CHRGISNSP-CHRGISNSN) -0.25 - 0.25V x4
53 5 General Purpose ADIN5 / Battery Pack Thermistor 0 - 2.30V No
54 6 General Purpose ADIN6 / Backup Voltage (LICELL) 0 - 2.30V / No /
55 1.50 - 3.50V -1.20V
56 7 General Purpose ADIN7 / UID / Die Temperature 0 - 2.30V / No /
57 0 - 2.55V / x0.9 / No
[all …]
Ddme1737.rst94 in0: +5VTR (+5V standby) 0V - 6.64V
95 in1: Vccp (processor core) 0V - 3V
96 in2: VCC (internal +3.3V) 0V - 4.38V
97 in3: +5V 0V - 6.64V
98 in4: +12V 0V - 16V
99 in5: VTR (+3.3V standby) 0V - 4.38V
100 in6: Vbat (+3.0V) 0V - 4.38V
104 in0: +2.5V 0V - 3.32V
105 in1: Vccp (processor core) 0V - 2V
106 in2: VCC (internal +3.3V) 0V - 4.38V
[all …]
Dmax197.rst25 The A/D converters MAX197, and MAX199 are both 8-Channel, Multi-Range, 5V,
28 The available ranges for the MAX197 are {0,-5V} to 5V, and {0,-10V} to 10V,
29 while they are {0,-2V} to 2V, and {0,-4V} to 4V on the MAX199.
/Linux-v5.4/arch/powerpc/lib/
Dxor_vmx.c24 #define DEFINE(V) \ argument
25 unative_t *V = (unative_t *)V##_in; \
26 unative_t V##_0, V##_1, V##_2, V##_3
28 #define LOAD(V) \ argument
30 V##_0 = V[0]; \
31 V##_1 = V[1]; \
32 V##_2 = V[2]; \
33 V##_3 = V[3]; \
36 #define STORE(V) \ argument
38 V[0] = V##_0; \
[all …]
/Linux-v5.4/arch/m68k/fpsp040/
Dslogn.S384 fmulx %fp2,%fp2 | ...FP2 IS V=U*U
388 |--U + V*(A1+U*(A2+U*(A3+U*(A4+U*(A5+U*A6))))) WHICH IS
389 |--[U + V*(A1+V*(A3+V*A5))] + [U*V*(A2+V*(A4+V*A6))]
394 fmuld LOGA6,%fp1 | ...V*A6
395 fmuld LOGA5,%fp2 | ...V*A5
397 faddd LOGA4,%fp1 | ...A4+V*A6
398 faddd LOGA3,%fp2 | ...A3+V*A5
400 fmulx %fp3,%fp1 | ...V*(A4+V*A6)
401 fmulx %fp3,%fp2 | ...V*(A3+V*A5)
403 faddd LOGA2,%fp1 | ...A2+V*(A4+V*A6)
[all …]
/Linux-v5.4/drivers/media/dvb-frontends/
Dmb86a16.c758 static int swp_freq_calcuation(struct mb86a16_state *state, int i, int v, int *V, int vmax, int vm… in swp_freq_calcuation() argument
766 (*(V + 30 + v) >= 0) && in swp_freq_calcuation()
767 (*(V + 30 + v - 1) >= 0) && in swp_freq_calcuation()
768 (*(V + 30 + v - 1) > *(V + 30 + v)) && in swp_freq_calcuation()
769 (*(V + 30 + v - 1) > SIGMIN)) { in swp_freq_calcuation()
772 *SIG1 = *(V + 30 + v - 1); in swp_freq_calcuation()
774 (*(V + 30 + v) >= 0) && in swp_freq_calcuation()
775 (*(V + 30 + v - 1) >= 0) && in swp_freq_calcuation()
776 (*(V + 30 + v) > *(V + 30 + v - 1)) && in swp_freq_calcuation()
777 (*(V + 30 + v) > SIGMIN)) { in swp_freq_calcuation()
[all …]
/Linux-v5.4/tools/build/tests/
Drun.sh5 make -C ex V=1 clean > ex.out 2>&1
6 make -C ex V=1 >> ex.out 2>&1
13 make -C ex V=1 clean > /dev/null 2>&1
18 make -C ex V=1 clean > ex.out 2>&1
21 make -rR -C ex V=1 ex.o >> ex.out 2>&1
22 make -rR -C ex V=1 ex.i >> ex.out 2>&1
23 make -rR -C ex V=1 ex.s >> ex.out 2>&1
35 make -C ex V=1 clean > /dev/null 2>&1
40 make -C ex V=1 clean > ex.out 2>&1
44 make -C ex V=1 CFLAGS=-DINCLUDE >> ex.out 2>&1
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/media/
Dsamsung-s5k5baf.txt8 - vdda-supply : analog power supply 2.8V (2.6V to 3.0V);
9 - vddreg-supply : regulator input power supply 1.8V (1.7V to 1.9V)
10 or 2.8V (2.6V to 3.0);
11 - vddio-supply : I/O power supply 1.8V (1.65V to 1.95V)
12 or 2.8V (2.5V to 3.1V);
/Linux-v5.4/arch/arm/boot/dts/
Dexynos3250-artik5.dtsi93 regulator-name = "VLDO1_1.0V";
101 regulator-name = "VLDO2_1.2V";
112 regulator-name = "VLDO3_1.8V";
120 regulator-name = "VLDO4_1.8V";
128 regulator-name = "VLDO5_1.0V";
136 regulator-name = "VLDO6_1.0V";
147 regulator-name = "VLDO7_1.8V";
155 regulator-name = "VLDO8_3.0V";
163 regulator-name = "VLDO9_1.2V";
170 regulator-name = "VLDO10_1.0V";
[all …]
Ds5pv210-aquila.dts43 regulator-name = "V_TF_2.8V";
91 regulator-name = "VALIVE_1.1V";
98 regulator-name = "VUSB+MIPI_1.1V";
105 regulator-name = "VADC_3.3V";
111 regulator-name = "VTF_2.8V";
118 regulator-name = "VCC_3.3V";
125 regulator-name = "VCC_3.0V";
133 regulator-name = "VUSB+VDAC_3.3V";
140 regulator-name = "VCC+VCAM_2.8V";
147 regulator-name = "VPLL_1.1V";
[all …]
Ds5pv210-goni.dts43 regulator-name = "V_TF_2.8V";
102 regulator-name = "VALIVE_1.1V";
109 regulator-name = "VUSB+MIPI_1.1V";
116 regulator-name = "VADC_3.3V";
122 regulator-name = "VTF_2.8V";
128 regulator-name = "VCC_3.3V";
134 regulator-name = "VLCD_1.8V";
141 regulator-name = "VUSB+VDAC_3.3V";
147 regulator-name = "VCC+VCAM_2.8V";
153 regulator-name = "VPLL_1.1V";
[all …]
Daspeed-bmc-opp-zaius.dts308 /* CPU0 PRM 0.7V */
309 /* CPU0 PRM 1.2V CH03 */
310 /* CPU0 PRM 0.8V */
311 /* CPU0 PRM 1.2V CH47 */
317 /* CPU1 PRM 0.7V */
318 /* CPU1 PRM 1.2V CH03 */
319 /* CPU1 PRM 0.8V */
320 /* CPU1 PRM 1.2V CH47 */
376 * 12V Quarter Brick DC/DC Converter Q54SJ12050 @6Ah
377 * 12V Quarter Brick DC/DC Converter Q54SH12050 @30h
[all …]
Dexynos4210-origen.dts39 regulator-name = "VMEM_VDD_2.8V";
168 regulator-name = "VDD_ABB_3.3V";
174 regulator-name = "VDD_ALIVE_1.1V";
181 regulator-name = "VMIPI_1.1V";
187 regulator-name = "VDD_RTC_1.8V";
194 regulator-name = "VMIPI_1.8V";
201 regulator-name = "VDD_AUD_1.8V";
207 regulator-name = "VADC_3.3V";
213 regulator-name = "DVDD_SWB_2.8V";
220 regulator-name = "VDD_PLL_1.1V";
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dts3a227e.txt18 2.1V/2.2V/2.3V/2.4V/2.5V/2.6V/2.7V/2.8V
19 Default value is "1" (2.2V).
Dcs35l32.txt25 3 = Boost voltage fixed at 5 V.
40 0 = 3.1V
41 1 = 3.2V
42 2 = 3.3V (Default)
43 3 = 3.4V
46 0 = 3.1V
47 1 = 3.2V
48 2 = 3.3V
49 3 = 3.4V (Default)
50 4 = 3.5V
[all …]
Dsgtl5000.txt27 The voltage can take values from 1.25V to 3V by 250mV steps
29 the value is set to 1.25V.
34 VDDIO 1.8V 2.5V 3.3V
43 VDDIO 1.8V 2.5V 3.3V
Dadi,adau1977.txt28 5V/5.5V/6V/6.5V/7V/7.5V/8V/8.5V/9V
/Linux-v5.4/Documentation/fb/
Dviafb.modes29 # D: 25.175 MHz, H: 31.469 kHz, V: 59.94 Hz
32 # D: 24.823 MHz, H: 39.780 kHz, V: 60.00 Hz
53 # D: 31.50 MHz, H: 37.500 kHz, V: 75.00 Hz
74 # D: 36.000 MHz, H: 43.269 kHz, V: 85.00 Hz
95 # D: 43.163 MHz, H: 50.900 kHz, V: 100.00 Hz
116 # D: 52.406 MHz, H: 61.800 kHz, V: 120.00 Hz
137 # D: 26.880 MHz, H: 30.000 kHz, V: 60.24 Hz
158 # D: 29.500 MHz, H: 29.738 kHz, V: 60.00 Hz
179 # D: 32.668 MHz, H: 35.820 kHz, V: 60.00 Hz
200 # D: 40.00 MHz, H: 37.879 kHz, V: 60.32 Hz
[all …]
/Linux-v5.4/drivers/hv/
DKconfig3 menu "Microsoft Hyper-V guest support"
6 tristate "Microsoft Hyper-V client drivers"
11 Select this option to run Linux as a Hyper-V client operating
18 tristate "Microsoft Hyper-V Utilities driver"
21 Select this option to enable the Hyper-V Utilities.
24 tristate "Microsoft Hyper-V Balloon driver"
27 Select this option to enable Hyper-V Balloon driver.
/Linux-v5.4/Documentation/devicetree/bindings/regulator/
Dltc3589.txt21 0.3625 V to 0.75 V in 12.5 mV steps. The output voltage thus ranges between
22 0.3625 * (1 + R1/R2) V and 0.75 * (1 + R1/R2) V. Regulators bb-out and ldo1
23 have a fixed 0.8 V reference and thus output 0.8 * (1 + R1/R2) V. The ldo3
24 regulator is fixed to 1.8 V on LTC3589 and to 2.8 V on LTC3589-1,2. The ldo4
25 regulator can output between 1.8 V and 3.3 V on LTC3589 and between 1.2 V
26 and 3.2 V on LTC3589-1,2 in four steps. The ldo1 standby regulator can not
/Linux-v5.4/drivers/staging/comedi/drivers/tests/
Dni_routes_test.c30 #define V(x) ((x) | 0x80) macro
119 [x1] = V(x1), [x2] = V(x2), [x3] = V(x3), [x4] = V(x4), \
120 [x5] = V(x5), [x6] = V(x6), [x7] = V(x7), [x8] = V(x8), \
121 [x9] = V(x9),
136 [B(NI_RGOUT0)] = {[B(rgout0_src0)] = V(0),
137 [B(rgout0_src1)] = V(1)},
138 [B(NI_RTSI_BRD(0))] = {[B(brd0_src0)] = V(0),
139 [B(brd0_src1)] = V(1)},
140 [B(NI_RTSI_BRD(1))] = {[B(brd1_src0)] = V(0),
141 [B(brd1_src1)] = V(1)},
[all …]
/Linux-v5.4/arch/arm64/boot/dts/qcom/
Dapq8096-db820c-pmic-pins.dtsi13 power-source = <2>; // PM8994_GPIO_S4, 1.8V
22 power-source = <PM8994_GPIO_S4>; // 1.8V
33 power-source = <PM8994_GPIO_S4>; // 1.8V
43 power-source = <PM8994_GPIO_S4>; // 1.8V
55 power-source = <PM8994_GPIO_S4>; // 1.8V
76 power-source = <PM8994_GPIO_S4>; // 1.8V
89 power-source = <PM8994_GPIO_S4>; // 1.8V
/Linux-v5.4/security/apparmor/include/
Dlabel.h24 #define DEFINE_VEC(T, V) \ argument
25 struct aa_ ## T *(_ ## V ## _localtmp)[LOCAL_VEC_ENTRIES]; \
26 struct aa_ ## T **(V)
28 #define vec_setup(T, V, N, GFP) \ argument
32 (V) = (_ ## V ## _localtmp); \
34 (V)[i] = NULL; \
36 (V) = kzalloc(sizeof(struct aa_ ## T *) * (N), (GFP)); \
37 (V) ? 0 : -ENOMEM; \
40 #define vec_cleanup(T, V, N) \ argument
44 if (!IS_ERR_OR_NULL((V)[i])) \
[all …]

12345678910>>...27