Home
last modified time | relevance | path

Searched refs:v2 (Results 1 – 200 of 272) sorted by relevance

12

/linux-4.1.27/drivers/staging/rtl8723au/hal/
DHalHWImg8723A_BB.c211 #define READ_NEXT_PAIR(v1, v2, i) \ argument
213 i += 2; v1 = Array[i]; v2 = Array[i+1]; \
231 u32 v2 = Array[i+1]; in ODM_ReadAndConfig_AGC_TAB_1T_8723A() local
235 odm_ConfigBB_AGC_8723A(pDM_Odm, v1, v2); in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
240 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
241 while (v2 != 0xDEAD && in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
242 v2 != 0xCDEF && in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
243 v2 != 0xCDCD && i < ArrayLen - 2) in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
244 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
249 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_AGC_TAB_1T_8723A()
[all …]
DHalHWImg8723A_MAC.c139 #define READ_NEXT_PAIR(v1, v2, i) \ in ODM_ReadAndConfig_MAC_REG_8723A() argument
141 i += 2; v1 = Array[i]; v2 = Array[i+1]; \ in ODM_ReadAndConfig_MAC_REG_8723A()
157 u32 v2 = Array[i+1]; in ODM_ReadAndConfig_MAC_REG_8723A() local
161 odm_ConfigMAC_8723A(pDM_Odm, v1, (u8)v2); in ODM_ReadAndConfig_MAC_REG_8723A()
166 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MAC_REG_8723A()
167 while (v2 != 0xDEAD && in ODM_ReadAndConfig_MAC_REG_8723A()
168 v2 != 0xCDEF && in ODM_ReadAndConfig_MAC_REG_8723A()
169 v2 != 0xCDCD && i < ArrayLen - 2) in ODM_ReadAndConfig_MAC_REG_8723A()
170 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MAC_REG_8723A()
174 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MAC_REG_8723A()
[all …]
DHalHWImg8723A_RF.c209 #define READ_NEXT_PAIR(v1, v2, i) \ in ODM_ReadAndConfig_RadioA_1T_8723A() argument
211 i += 2; v1 = Array[i]; v2 = Array[i+1];\ in ODM_ReadAndConfig_RadioA_1T_8723A()
228 u32 v2 = Array[i+1]; in ODM_ReadAndConfig_RadioA_1T_8723A() local
232 odm_ConfigRFReg_8723A(pDM_Odm, v1, v2, RF_PATH_A, v1); in ODM_ReadAndConfig_RadioA_1T_8723A()
237 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_RadioA_1T_8723A()
238 while (v2 != 0xDEAD && in ODM_ReadAndConfig_RadioA_1T_8723A()
239 v2 != 0xCDEF && in ODM_ReadAndConfig_RadioA_1T_8723A()
240 v2 != 0xCDCD && i < ArrayLen - 2) in ODM_ReadAndConfig_RadioA_1T_8723A()
241 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_RadioA_1T_8723A()
245 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_RadioA_1T_8723A()
[all …]
/linux-4.1.27/drivers/char/mwave/
Dmwavedd.h84 #define PRINTK_3(f,s,v1,v2) \ argument
86 printk(s,v1,v2); \
89 #define PRINTK_4(f,s,v1,v2,v3) \ argument
91 printk(s,v1,v2,v3); \
94 #define PRINTK_5(f,s,v1,v2,v3,v4) \ argument
96 printk(s,v1,v2,v3,v4); \
99 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) \ argument
101 printk(s,v1,v2,v3,v4,v5); \
104 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) \ argument
106 printk(s,v1,v2,v3,v4,v5,v6); \
[all …]
/linux-4.1.27/include/pcmcia/
Ddevice_id.h32 #define PCMCIA_DEVICE_PROD_ID2(v2, vh2) { \ argument
34 .prod_id = { NULL, (v2), NULL, NULL }, \
42 #define PCMCIA_DEVICE_PROD_ID12(v1, v2, vh1, vh2) { \ argument
45 .prod_id = { (v1), (v2), NULL, NULL }, \
60 #define PCMCIA_DEVICE_PROD_ID123(v1, v2, v3, vh1, vh2, vh3) { \ argument
64 .prod_id = { (v1), (v2), (v3), NULL },\
67 #define PCMCIA_DEVICE_PROD_ID124(v1, v2, v4, vh1, vh2, vh4) { \ argument
71 .prod_id = { (v1), (v2), NULL, (v4) }, \
81 #define PCMCIA_DEVICE_PROD_ID1234(v1, v2, v3, v4, vh1, vh2, vh3, vh4) { \ argument
86 .prod_id = { (v1), (v2), (v3), (v4) }, \
[all …]
/linux-4.1.27/arch/powerpc/lib/
Dxor_vmx.c61 DEFINE(v2); in xor_altivec_2()
69 LOAD(v2); in xor_altivec_2()
70 XOR(v1, v2); in xor_altivec_2()
74 v2 += 4; in xor_altivec_2()
85 DEFINE(v2); in xor_altivec_3()
94 LOAD(v2); in xor_altivec_3()
96 XOR(v1, v2); in xor_altivec_3()
101 v2 += 4; in xor_altivec_3()
114 DEFINE(v2); in xor_altivec_4()
124 LOAD(v2); in xor_altivec_4()
[all …]
Dmemcpy_power7.S339 lvx v2,r4,r9
344 stvx v2,r3,r9
374 lvx v2,r4,r14
383 stvx v2,r3,r14
400 lvx v2,r4,r9
405 stvx v2,r3,r9
522 lvx v2,r4,r9
523 VPERM(v9,v3,v2,v16)
525 VPERM(v10,v2,v1,v16)
565 lvx v2,r4,r14
[all …]
Dcopyuser_power7.S406 err3; lvx v2,r4,r9
411 err3; stvx v2,r3,r9
441 err4; lvx v2,r4,r14
450 err4; stvx v2,r3,r14
467 err3; lvx v2,r4,r9
472 err3; stvx v2,r3,r9
588 err3; lvx v2,r4,r9
589 VPERM(v9,v3,v2,v16)
591 VPERM(v10,v2,v1,v16)
631 err4; lvx v2,r4,r14
[all …]
Dcopypage_power7.S91 lvx v2,r4,r10
100 stvx v2,r3,r10
Dsstep.c571 static void __kprobes do_cmp_signed(struct pt_regs *regs, long v1, long v2, in do_cmp_signed() argument
577 if (v1 < v2) in do_cmp_signed()
579 else if (v1 > v2) in do_cmp_signed()
588 unsigned long v2, int crfld) in do_cmp_unsigned() argument
593 if (v1 < v2) in do_cmp_unsigned()
595 else if (v1 > v2) in do_cmp_unsigned()
603 static int __kprobes trap_compare(long v1, long v2) in trap_compare() argument
607 if (v1 < v2) in trap_compare()
609 else if (v1 > v2) in trap_compare()
613 if ((unsigned long)v1 < (unsigned long)v2) in trap_compare()
[all …]
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Drf_cfg.c156 #define READ_NEXT_PAIR(v1, v2, i) \ argument
159 v2 = array[i+1]; \
206 u32 v2 = array[i+1]; in rtl88e_phy_config_rf_with_headerfile() local
209 rtl8188e_config_rf_reg(adapt, v1, v2); in rtl88e_phy_config_rf_with_headerfile()
213 READ_NEXT_PAIR(v1, v2, i); in rtl88e_phy_config_rf_with_headerfile()
214 while (v2 != 0xDEAD && v2 != 0xCDEF && in rtl88e_phy_config_rf_with_headerfile()
215 v2 != 0xCDCD && i < array_len - 2) in rtl88e_phy_config_rf_with_headerfile()
216 READ_NEXT_PAIR(v1, v2, i); in rtl88e_phy_config_rf_with_headerfile()
219 READ_NEXT_PAIR(v1, v2, i); in rtl88e_phy_config_rf_with_headerfile()
220 while (v2 != 0xDEAD && v2 != 0xCDEF && in rtl88e_phy_config_rf_with_headerfile()
[all …]
Dbb_cfg.c25 #define read_next_pair(array, v1, v2, i) \ argument
29 v2 = array[i+1]; \
174 u32 v2 = array[i+1]; in set_baseband_agc_config() local
177 phy_set_bb_reg(adapt, v1, bMaskDWord, v2); in set_baseband_agc_config()
409 u32 v2 = array[i+1]; in set_baseband_phy_config() local
412 rtl_bb_delay(adapt, v1, v2); in set_baseband_phy_config()
591 u32 v2 = array[i+1]; in config_bb_with_pgheader() local
595 rtl_addr_delay(adapt, v1, v2, v3); in config_bb_with_pgheader()
/linux-4.1.27/arch/mips/kernel/
Dcpu-bugs64.c45 static inline void mult_sh_align_mod(long *v1, long *v2, long *w, in mult_sh_align_mod() argument
116 *v2 = lv2; in mult_sh_align_mod()
122 long v1[8], v2[8], w[8]; in check_mult_sh() local
136 mult_sh_align_mod(&v1[0], &v2[0], &w[0], 32, 0); in check_mult_sh()
137 mult_sh_align_mod(&v1[1], &v2[1], &w[1], 32, 1); in check_mult_sh()
138 mult_sh_align_mod(&v1[2], &v2[2], &w[2], 32, 2); in check_mult_sh()
139 mult_sh_align_mod(&v1[3], &v2[3], &w[3], 32, 3); in check_mult_sh()
140 mult_sh_align_mod(&v1[4], &v2[4], &w[4], 32, 4); in check_mult_sh()
141 mult_sh_align_mod(&v1[5], &v2[5], &w[5], 32, 5); in check_mult_sh()
142 mult_sh_align_mod(&v1[6], &v2[6], &w[6], 32, 6); in check_mult_sh()
[all …]
/linux-4.1.27/tools/power/cpupower/debug/kernel/
Dcpufreq-test_tsc.c36 u32 v1=0,v2=0,v3=0; in read_pmtmr() local
44 v2 = inl(pm_tmr_ioport); in read_pmtmr()
46 } while ((v1 > v2 && v1 < v3) || (v2 > v3 && v2 < v1) in read_pmtmr()
47 || (v3 > v1 && v3 < v2)); in read_pmtmr()
50 return (v2 & 0xFFFFFF); in read_pmtmr()
/linux-4.1.27/drivers/firmware/google/
Dmemconsole.c41 } __packed v2; member
89 hdr->v2.buffer_addr, hdr->v2.start, in found_v2_header()
90 hdr->v2.end, hdr->v2.num_bytes); in found_v2_header()
92 memconsole_length = hdr->v2.end - hdr->v2.start; in found_v2_header()
93 memconsole_baseaddr = hdr->v2.buffer_addr + hdr->v2.start; in found_v2_header()
/linux-4.1.27/drivers/clocksource/
Dacpi_pm.c43 u32 v1 = 0, v2 = 0, v3 = 0; in acpi_pm_read_verified() local
53 v2 = read_pmtmr(); in acpi_pm_read_verified()
55 } while (unlikely((v1 > v2 && v1 < v3) || (v2 > v3 && v2 < v1) in acpi_pm_read_verified()
56 || (v3 > v1 && v3 < v2))); in acpi_pm_read_verified()
58 return v2; in acpi_pm_read_verified()
Dsh_cmt.c287 unsigned long v1, v2, v3; in sh_cmt_get_counter() local
296 v2 = sh_cmt_read_cmcnt(ch); in sh_cmt_get_counter()
299 } while (unlikely((o1 != o2) || (v1 > v2 && v1 < v3) in sh_cmt_get_counter()
300 || (v2 > v3 && v2 < v1) || (v3 > v1 && v3 < v2))); in sh_cmt_get_counter()
303 return v2; in sh_cmt_get_counter()
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dfman.txt163 - "fsl,fman-v2-port-oh" for FManV2 OH ports
164 - "fsl,fman-v2-port-rx" for FManV2 RX ports
165 - "fsl,fman-v2-port-tx" for FManV2 TX ports
196 compatible = "fsl,fman-v2-port-tx";
202 compatible = "fsl,fman-v2-port-rx";
208 compatible = "fsl,fman-v2-port-oh";
309 compatible = "fsl,fman-v2-port-tx";
315 compatible = "fsl,fman-v2-port-rx";
373 Must include "fsl,fman-mdio" for 1 Gb/s MDIO from FMan v2.
374 Must include "fsl,fman-xmdio" for 10 Gb/s MDIO from FMan v2.
[all …]
/linux-4.1.27/arch/arm64/crypto/
Daes-modes.S55 encrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
60 decrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
97 encrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
101 decrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
222 mov v2.16b, v0.16b
226 eor v1.16b, v1.16b, v2.16b
233 mov v6.16b, v2.16b
239 eor v2.16b, v2.16b, v5.16b
301 ld1 {v2.16b-v3.16b}, [x1], #32 /* get 2 input blocks */
303 eor v0.16b, v0.16b, v2.16b
[all …]
Daes-ce-ccm-core.S169 ld1 {v2.16b}, [x1], #16 /* load next input block */
171 eor v2.16b, v2.16b, v5.16b /* final round enc+mac */
172 eor v1.16b, v1.16b, v2.16b /* xor with crypted ctr */
174 eor v2.16b, v2.16b, v1.16b /* xor with crypted ctr */
175 eor v1.16b, v2.16b, v5.16b /* final round enc */
177 eor v0.16b, v0.16b, v2.16b /* xor mac with pt ^ rk[last] */
Dghash-ce-core.S16 T1 .req v2
Dsha2-ce-core.S107 add_update 1, v2, 17, 18, 19, 16
Dsha1-ce-core.S19 k2 .req v2
/linux-4.1.27/arch/arm/boot/dts/
Dqcom-msm8974.dtsi19 enable-method = "qcom,kpss-acc-v2";
30 enable-method = "qcom,kpss-acc-v2";
41 enable-method = "qcom,kpss-acc-v2";
52 enable-method = "qcom,kpss-acc-v2";
166 compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2";
171 compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2";
176 compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2";
181 compatible = "qcom,msm8974-saw2-v2.1-cpu", "qcom,saw2";
192 compatible = "qcom,kpss-acc-v2";
197 compatible = "qcom,kpss-acc-v2";
[all …]
Dqcom-apq8084.dtsi21 enable-method = "qcom,kpss-acc-v2";
32 enable-method = "qcom,kpss-acc-v2";
43 enable-method = "qcom,kpss-acc-v2";
54 enable-method = "qcom,kpss-acc-v2";
166 compatible = "qcom,apq8084-saw2-v2.1-cpu", "qcom,saw2";
171 compatible = "qcom,apq8084-saw2-v2.1-cpu", "qcom,saw2";
176 compatible = "qcom,apq8084-saw2-v2.1-cpu", "qcom,saw2";
181 compatible = "qcom,apq8084-saw2-v2.1-cpu", "qcom,saw2";
192 compatible = "qcom,kpss-acc-v2";
198 compatible = "qcom,kpss-acc-v2";
[all …]
Dkirkwood-d2net.dts2 * Device Tree file for d2 Network v2
16 model = "LaCie d2 Network v2";
Dkirkwood-net2big.dts2 * Device Tree file for LaCie 2Big Network v2
23 model = "LaCie 2Big Network v2";
Dkirkwood-net5big.dts2 * Device Tree file for LaCie 5Big Network v2
23 model = "LaCie 5Big Network v2";
Dkirkwood-netgear_readynas_duo_v2.dts2 * Device Tree file for NETGEAR ReadyNAS Duo v2
18 model = "NETGEAR ReadyNAS Duo v2";
19 …compatible = "netgear,readynas-duo-v2", "netgear,readynas", "marvell,kirkwood-88f6282", "marvell,k…
Dkirkwood-netgear_readynas_nv+_v2.dts2 * Device Tree file for NETGEAR ReadyNAS NV+ v2
18 model = "NETGEAR ReadyNAS NV+ v2";
19 …compatible = "netgear,readynas-nv+-v2", "netgear,readynas", "marvell,kirkwood-88f6282", "marvell,k…
Dalphascale-asm9260-devkit.dts4 * Licensed under the X11 license or the GPL v2 (or later)
Dkirkwood-ns2.dts6 model = "LaCie Network Space v2";
Dkirkwood-is2.dts6 model = "LaCie Internet Space v2";
Dkirkwood-ns2lite.dts6 model = "LaCie Network Space Lite v2";
Dqcom-apq8064-cm-qs600.dts1 #include "qcom-apq8064-v2.0.dtsi"
Dkirkwood-ns2max.dts6 model = "LaCie Network Space Max v2";
Dkirkwood-ns2mini.dts7 model = "LaCie Network Space Mini v2";
Dqcom-apq8064-ifc6410.dts1 #include "qcom-apq8064-v2.0.dtsi"
Dalphascale-asm9260.dtsi4 * Licensed under the X11 license or the GPL v2 (or later)
Dkirkwood-netxbig.dtsi2 * Device Tree common file for LaCie 2Big and 5Big Network v2
Dorion5x-lacie-ethernet-disk-mini-v2.dts25 compatible = "lacie,ethernet-disk-mini-v2", "marvell,orion5x-88f5182", "marvell,orion5x";
Dtegra114-tn7.dts158 regulator-name = "va-ap-1v2";
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_private.h293 #define LASSERT_ATOMIC_GT_LT(a, v1, v2) \ argument
296 LASSERTF(__v > v1 && __v < v2, "value: %d\n", __v); \
300 #define LASSERT_ATOMIC_GT_LE(a, v1, v2) \ argument
303 LASSERTF(__v > v1 && __v <= v2, "value: %d\n", __v); \
307 #define LASSERT_ATOMIC_GE_LT(a, v1, v2) \ argument
310 LASSERTF(__v >= v1 && __v < v2, "value: %d\n", __v); \
314 #define LASSERT_ATOMIC_GE_LE(a, v1, v2) \ argument
317 LASSERTF(__v >= v1 && __v <= v2, "value: %d\n", __v); \
328 #define LASSERT_ATOMIC_GT_LT(a, v1, v2) do {} while (0) argument
329 #define LASSERT_ATOMIC_GT_LE(a, v1, v2) do {} while (0) argument
[all …]
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Doffloading.c93 struct iwl_proto_offload_cmd_v2 v2; in iwl_mvm_send_proto_offload() member
164 memcpy(cmd.v2.ndp_mac_addr, vif->addr, ETH_ALEN); in iwl_mvm_send_proto_offload()
167 BUILD_BUG_ON(sizeof(cmd.v2.target_ipv6_addr[0]) != in iwl_mvm_send_proto_offload()
172 memcpy(cmd.v2.target_ipv6_addr[i], in iwl_mvm_send_proto_offload()
174 sizeof(cmd.v2.target_ipv6_addr[i])); in iwl_mvm_send_proto_offload()
199 common = &cmd.v2.common; in iwl_mvm_send_proto_offload()
200 size = sizeof(cmd.v2); in iwl_mvm_send_proto_offload()
/linux-4.1.27/arch/ia64/include/asm/sn/
Dsn_sal.h187 ret_stuff.v2 = 0; in ia64_sn_get_console_nasid()
209 ret_stuff.v2 = 0; in ia64_sn_get_master_baseio_nasid()
227 ret_stuff.v2 = 0; in ia64_sn_get_klconfig_addr()
243 ret_stuff.v2 = 0; in ia64_sn_console_getc()
265 ret_stuff.v2 = 0; in ia64_sn_console_readc()
283 ret_stuff.v2 = 0; in ia64_sn_console_putc()
300 ret_stuff.v2 = 0; in ia64_sn_console_putb()
320 ret_stuff.v2 = 0; in ia64_sn_plat_specific_err_print()
337 ret_stuff.v2 = 0; in ia64_sn_plat_cpei_handler()
354 ret_stuff.v2 = 0; in ia64_sn_plat_set_error_handling_features()
[all …]
/linux-4.1.27/Documentation/EDID/
Dedid.S47 #define mfgname2id(v1,v2,v3) \ argument
48 ((((v1-'@')&0x1f)<<10)+(((v2-'@')&0x1f)<<5)+((v3-'@')&0x1f))
50 #define msbs2(v1,v2) ((((v1>>8)&0x0f)<<4)+((v2>>8)&0x0f)) argument
51 #define msbs4(v1,v2,v3,v4) \ argument
52 (((v1&0x03)>>2)+((v2&0x03)>>4)+((v3&0x03)>>6)+((v4&0x03)>>8))
/linux-4.1.27/drivers/gpu/drm/radeon/
Datombios_encoders.c554 LVDS_ENCODER_CONTROL_PS_ALLOCATION_V2 v2; member
622 args.v2.ucMisc = 0; in atombios_digital_setup()
623 args.v2.ucAction = action; in atombios_digital_setup()
626 args.v2.ucMisc |= PANEL_ENCODER_MISC_COHERENT; in atombios_digital_setup()
629 args.v2.ucMisc |= PANEL_ENCODER_MISC_HDMI_TYPE; in atombios_digital_setup()
630 args.v2.usPixelClock = cpu_to_le16(radeon_encoder->pixel_clock / 10); in atombios_digital_setup()
631 args.v2.ucTruncate = 0; in atombios_digital_setup()
632 args.v2.ucSpatial = 0; in atombios_digital_setup()
633 args.v2.ucTemporal = 0; in atombios_digital_setup()
634 args.v2.ucFRC = 0; in atombios_digital_setup()
[all …]
Dradeon_atombios.c1510 struct _ATOM_ASIC_SS_ASSIGNMENT_V2 v2; member
1567 if ((ss_assign->v2.ucClockIndication == id) && in radeon_atombios_get_asic_ss_info()
1568 (clock <= le32_to_cpu(ss_assign->v2.ulTargetClockRange))) { in radeon_atombios_get_asic_ss_info()
1570 le16_to_cpu(ss_assign->v2.usSpreadSpectrumPercentage); in radeon_atombios_get_asic_ss_info()
1571 ss->type = ss_assign->v2.ucSpreadSpectrumMode; in radeon_atombios_get_asic_ss_info()
1572 ss->rate = le16_to_cpu(ss_assign->v2.usSpreadRateIn10Hz); in radeon_atombios_get_asic_ss_info()
2046 struct _ATOM_PPLIB_STATE_V2 v2; member
2698 non_clock_array_index = power_state->v2.nonClockInfoIndex; in radeon_atombios_parse_power_table_6()
2702 (power_state->v2.ucNumDPMLevels ? in radeon_atombios_parse_power_table_6()
2703 power_state->v2.ucNumDPMLevels : 1), in radeon_atombios_parse_power_table_6()
[all …]
Datombios_crtc.c434 ENABLE_SPREAD_SPECTRUM_ON_PPLL_V2 v2; member
495 args.v2.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage); in atombios_crtc_program_ss()
496 args.v2.ucSpreadSpectrumType = ss->type & ATOM_SS_CENTRE_SPREAD_MODE_MASK; in atombios_crtc_program_ss()
499 args.v2.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V2_P1PLL; in atombios_crtc_program_ss()
502 args.v2.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V2_P2PLL; in atombios_crtc_program_ss()
505 args.v2.ucSpreadSpectrumType |= ATOM_PPLL_SS_TYPE_V2_DCPLL; in atombios_crtc_program_ss()
510 args.v2.usSpreadSpectrumAmount = cpu_to_le16(ss->amount); in atombios_crtc_program_ss()
511 args.v2.usSpreadSpectrumStep = cpu_to_le16(ss->step); in atombios_crtc_program_ss()
512 args.v2.ucEnable = enable; in atombios_crtc_program_ss()
756 PIXEL_CLOCK_PARAMETERS_V2 v2; member
[all …]
Dtrinity_dpm.c1611 struct _ATOM_PPLIB_STATE_V2 v2; member
1703 non_clock_array_index = power_state->v2.nonClockInfoIndex; in trinity_parse_power_table()
1715 idx = (u8 *)&power_state->v2.clockInfoIndex[0]; in trinity_parse_power_table()
1716 for (j = 0; j < power_state->v2.ucNumDPMLevels; j++) { in trinity_parse_power_table()
1733 power_state_offset += 2 + power_state->v2.ucNumDPMLevels; in trinity_parse_power_table()
Datombios_dp.c84 PROCESS_AUX_CHANNEL_TRANSACTION_PARAMETERS_V2 v2; member
115 args.v2.ucHPD_ID = chan->rec.hpd; in radeon_process_aux_ch()
Dsumo_dpm.c1390 struct _ATOM_PPLIB_STATE_V2 v2; member
1493 non_clock_array_index = power_state->v2.nonClockInfoIndex; in sumo_parse_power_table()
1505 idx = (u8 *)&power_state->v2.clockInfoIndex[0]; in sumo_parse_power_table()
1506 for (j = 0; j < power_state->v2.ucNumDPMLevels; j++) { in sumo_parse_power_table()
1522 power_state_offset += 2 + power_state->v2.ucNumDPMLevels; in sumo_parse_power_table()
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-class-rfkill11 KernelVersion: v2.6.22
20 KernelVersion v2.6.22
28 KernelVersion v2.6.22
36 KernelVersion v2.6.22
47 KernelVersion v2.6.34
60 KernelVersion v2.6.34
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/
Dphy.c418 #define READ_NEXT_PAIR(v1, v2, i) \ argument
421 v2 = array_table[i+1]; \
428 u32 v2; in handle_branch1() local
433 v2 = array_table[i+1]; in handle_branch1()
435 _rtl8188e_config_bb_reg(hw, v1, v2); in handle_branch1()
443 READ_NEXT_PAIR(v1, v2, i); in handle_branch1()
444 while (v2 != 0xDEAD && in handle_branch1()
445 v2 != 0xCDEF && in handle_branch1()
446 v2 != 0xCDCD && i < arraylen - 2) in handle_branch1()
447 READ_NEXT_PAIR(v1, v2, i); in handle_branch1()
[all …]
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
Dphy.c697 #define READ_NEXT_PAIR(v1, v2, i) \ argument
701 v2 = array[i+1]; \
711 u32 v1 = 0, v2 = 0; in phy_config_bb_with_hdr_file() local
719 v2 = array[i+1]; in phy_config_bb_with_hdr_file()
721 _rtl92ee_config_bb_reg(hw, v1, v2); in phy_config_bb_with_hdr_file()
729 READ_NEXT_PAIR(v1, v2, i); in phy_config_bb_with_hdr_file()
730 while (v2 != 0xDEAD && in phy_config_bb_with_hdr_file()
731 v2 != 0xCDEF && in phy_config_bb_with_hdr_file()
732 v2 != 0xCDCD && i < len - 2) { in phy_config_bb_with_hdr_file()
733 READ_NEXT_PAIR(v1, v2, i); in phy_config_bb_with_hdr_file()
[all …]
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/
Dphy.c40 #define READ_NEXT_PAIR(array_table, v1, v2, i) \ argument
44 v2 = array_table[i+1]; \
1708 u32 i, v1, v2; in _rtl8821ae_phy_config_mac_with_headerfile() local
1724 v2 = (u8)ptrarray[i + 1]; in _rtl8821ae_phy_config_mac_with_headerfile()
1726 rtl_write_byte(rtlpriv, v1, (u8)v2); in _rtl8821ae_phy_config_mac_with_headerfile()
1731 READ_NEXT_PAIR(ptrarray, v1, v2, i); in _rtl8821ae_phy_config_mac_with_headerfile()
1732 while (v2 != 0xDEAD && in _rtl8821ae_phy_config_mac_with_headerfile()
1733 v2 != 0xCDEF && in _rtl8821ae_phy_config_mac_with_headerfile()
1734 v2 != 0xCDCD && i < arraylength - 2) { in _rtl8821ae_phy_config_mac_with_headerfile()
1735 READ_NEXT_PAIR(ptrarray, v1, v2, i); in _rtl8821ae_phy_config_mac_with_headerfile()
[all …]
/linux-4.1.27/Documentation/networking/
Dskfp.txt6 Readme File for skfp.o v2.06
70 From v2.01 on, the driver is integrated in the linux kernel sources.
126 changed in SMT version v2.82. With this new SMT version, the yellow
132 With versions of SMT prior to v2.82 a ring up was indicated if the
146 v2.06 (20000511) (In-Kernel version)
152 v2.05 (20000217) (In-Kernel version)
156 v2.04 (20000207) (Standalone version)
160 v2.03 (20000111) (Standalone version)
162 - Fixed printk statements from v2.02
164 v2.02 (991215) (Standalone version)
[all …]
Darcnet.txt273 However, v2.00 and higher of the Linux ARCnet driver supports this
299 protocol (RFC1051) which is compatible with the Linux driver v2.10
307 The ARCnet driver v2.10 ALPHA supports three protocols, each on its own
517 Starting with v2.40 ALPHA, the autoprobe routines have changed
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/
Dphy.c516 #define READ_NEXT_PAIR(v1, v2, i) \ in _rtl8723be_phy_config_bb_with_headerfile() argument
520 v2 = array_table[i+1]; \ in _rtl8723be_phy_config_bb_with_headerfile()
527 u32 v1 = 0, v2 = 0; in _rtl8723be_phy_config_bb_with_headerfile() local
535 v2 = array_table[i+1]; in _rtl8723be_phy_config_bb_with_headerfile()
537 _rtl8723be_config_bb_reg(hw, v1, v2); in _rtl8723be_phy_config_bb_with_headerfile()
548 READ_NEXT_PAIR(v1, v2, i); in _rtl8723be_phy_config_bb_with_headerfile()
549 while (v2 != 0xDEAD && in _rtl8723be_phy_config_bb_with_headerfile()
550 v2 != 0xCDEF && in _rtl8723be_phy_config_bb_with_headerfile()
551 v2 != 0xCDCD && in _rtl8723be_phy_config_bb_with_headerfile()
553 READ_NEXT_PAIR(v1, v2, i); in _rtl8723be_phy_config_bb_with_headerfile()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Dqcom,i2c-qup.txt6 * "qcom,i2c-qup-v2.1.1" for 8974 v1.
7 * "qcom,i2c-qup-v2.2.1" for 8974 v2 and later.
29 compatible = "qcom,i2c-qup-v2.2.1";
/linux-4.1.27/include/linux/
Dfixp-arith.h127 s32 v1, v2, dx, dy; in fixp_sin32_rad() local
141 v2 = fixp_sin32(degrees + 1); in fixp_sin32_rad()
144 dy = v2 - v1; in fixp_sin32_rad()
/linux-4.1.27/drivers/net/wireless/p54/
Dfwio.c245 eeprom_hdr->v2.offset = cpu_to_le32(offset); in p54_download_eeprom()
246 eeprom_hdr->v2.len = cpu_to_le16(len); in p54_download_eeprom()
247 eeprom_hdr->v2.magic2 = 0xf; in p54_download_eeprom()
248 memcpy(eeprom_hdr->v2.magic, (const char *)"LOCK", 4); in p54_download_eeprom()
376 setup->v2.rx_addr = cpu_to_le32(priv->rx_end); in p54_setup_mac()
377 setup->v2.max_rx = cpu_to_le16(priv->rx_mtu); in p54_setup_mac()
378 setup->v2.rxhw = cpu_to_le16(priv->rxhw); in p54_setup_mac()
379 setup->v2.timer = cpu_to_le16(priv->wakeup_timer); in p54_setup_mac()
380 setup->v2.truncate = cpu_to_le16(48896); in p54_setup_mac()
381 setup->v2.basic_rate_mask = cpu_to_le32(priv->basic_rate_mask); in p54_setup_mac()
[all …]
Dlmac.h152 } __packed v2; member
321 } __packed v2; member
Dtxrx.c497 memcpy(priv->eeprom, eeprom->v2.data, in p54_rx_eeprom_readback()
498 le16_to_cpu(eeprom->v2.len)); in p54_rx_eeprom_readback()
/linux-4.1.27/arch/powerpc/platforms/ps3/
Drepository.c66 u64 v1, u64 v2, const char *func, int line) in _dump_node() argument
74 pr_devel("%s:%d: v2: %016llx\n", func, line, v2); in _dump_node()
126 u64 v2; in read_node() local
135 &v2); in read_node()
144 dump_node(lpar_id, n1, n2, n3, n4, v1, v2); in read_node()
149 *_v2 = v2; in read_node()
154 if (v2 && !_v2) in read_node()
156 __func__, __LINE__, v2); in read_node()
260 u64 v2 = 0; in ps3_repository_read_dev_intr() local
267 &v1, &v2); in ps3_repository_read_dev_intr()
[all …]
Dgelic_udbg.c149 u64 v2; in gelic_debug_init() local
168 &mac, &v2); in gelic_debug_init()
184 &vlan_id, &v2); in gelic_debug_init()
/linux-4.1.27/arch/arm64/kvm/
DMakefile23 kvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/vgic-v2.o
24 kvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/vgic-v2-emul.o
25 kvm-$(CONFIG_KVM_ARM_HOST) += vgic-v2-switch.o
/linux-4.1.27/drivers/mfd/
Dtps65010.c198 u8 value, v2; in dbg_show() local
263 v2 = i2c_smbus_read_byte_data(tps->client, TPS_LED1_PER); in dbg_show()
266 ? ((v2 & 0x80) ? "on" : "off") in dbg_show()
267 : ((v2 & 0x80) ? "blink" : "(nPG)"), in dbg_show()
268 value, v2, in dbg_show()
269 (value & 0x7f) * 10, (v2 & 0x7f) * 100); in dbg_show()
272 v2 = i2c_smbus_read_byte_data(tps->client, TPS_LED2_PER); in dbg_show()
275 ? ((v2 & 0x80) ? "on" : "off") in dbg_show()
276 : ((v2 & 0x80) ? "blink" : "off"), in dbg_show()
277 value, v2, in dbg_show()
[all …]
/linux-4.1.27/arch/um/drivers/
Dcow_user.c113 struct cow_header_v2 v2; member
324 if (n < sizeof(header->v2)) { in read_cow_header()
329 *mtime_out = be32toh(header->v2.mtime); in read_cow_header()
330 *size_out = be64toh(header->v2.size); in read_cow_header()
331 *sectorsize_out = be32toh(header->v2.sectorsize); in read_cow_header()
332 *bitmap_offset_out = sizeof(header->v2); in read_cow_header()
334 file = header->v2.backing_file; in read_cow_header()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Daq100x.c269 unsigned int v, v2, gpio, wait; in t3_aq100x_phy_prep() local
344 v = v2 = 0; in t3_aq100x_phy_prep()
346 t3_mdio_read(phy, MDIO_MMD_PHYXS, AQ_XAUI_TX_CFG, &v2); in t3_aq100x_phy_prep()
347 if (v != 0x1b || v2 != 0x1b) in t3_aq100x_phy_prep()
350 phy_addr, v, v2); in t3_aq100x_phy_prep()
Dmc5.c100 static inline void dbgi_wr_data3(struct adapter *adapter, u32 v1, u32 v2, in dbgi_wr_data3() argument
104 t3_write_reg(adapter, A_MC5_DB_DBGI_REQ_DATA1, v2); in dbgi_wr_data3()
/linux-4.1.27/tools/testing/selftests/powerpc/copyloops/
Dmemcpy_power7.S339 lvx v2,r4,r9
344 stvx v2,r3,r9
374 lvx v2,r4,r14
383 stvx v2,r3,r14
400 lvx v2,r4,r9
405 stvx v2,r3,r9
522 lvx v2,r4,r9
523 VPERM(v9,v3,v2,v16)
525 VPERM(v10,v2,v1,v16)
565 lvx v2,r4,r14
[all …]
Dcopyuser_power7.S406 err3; lvx v2,r4,r9
411 err3; stvx v2,r3,r9
441 err4; lvx v2,r4,r14
450 err4; stvx v2,r3,r14
467 err3; lvx v2,r4,r9
472 err3; stvx v2,r3,r9
588 err3; lvx v2,r4,r9
589 VPERM(v9,v3,v2,v16)
591 VPERM(v10,v2,v1,v16)
631 err4; lvx v2,r4,r14
[all …]
/linux-4.1.27/drivers/scsi/cxgbi/
Dlibcxgbi.h623 u32 v2 = (sw_tag >> (shift - 1)) << shift; in cxgbi_set_non_ddp_tag() local
625 return v2 | v1 | 1 << shift; in cxgbi_set_non_ddp_tag()
638 u32 v2 = sw_tag >> tformat->rsvd_shift; in cxgbi_ddp_tag_base() local
640 v2 <<= tformat->rsvd_bits + tformat->rsvd_shift; in cxgbi_ddp_tag_base()
642 return v2 | v1; in cxgbi_ddp_tag_base()
661 u32 v1, v2; in cxgbi_tag_nonrsvd_bits() local
665 v2 = (tag >> (shift + 1)) << tformat->rsvd_shift; in cxgbi_tag_nonrsvd_bits()
670 v2 = (tag >> 1) & ~mask; in cxgbi_tag_nonrsvd_bits()
672 return v1 | v2; in cxgbi_tag_nonrsvd_bits()
/linux-4.1.27/fs/adfs/
Dsuper.c75 unsigned int v0, v1, v2, v3; in adfs_calczonecheck() local
78 v0 = v1 = v2 = v3 = 0; in adfs_calczonecheck()
84 v2 += map[i + 2] + (v1 >> 8); in adfs_calczonecheck()
86 v3 += map[i + 3] + (v2 >> 8); in adfs_calczonecheck()
87 v2 &= 0xff; in adfs_calczonecheck()
91 v2 += map[2] + (v1 >> 8); in adfs_calczonecheck()
92 v3 += map[3] + (v2 >> 8); in adfs_calczonecheck()
94 return v0 ^ v1 ^ v2 ^ v3; in adfs_calczonecheck()
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dqcom,spi-qup.txt12 "qcom,spi-qup-v2.1.1" for 8974 and later
13 "qcom,spi-qup-v2.2.1" for 8974 v2 and later.
49 compatible = "qcom,spi-qup-v2";
/linux-4.1.27/arch/arm/kvm/
DMakefile24 obj-y += $(KVM)/arm/vgic-v2.o
25 obj-y += $(KVM)/arm/vgic-v2-emul.o
/linux-4.1.27/drivers/hwmon/
Dmax1111.c55 uint8_t v1, v2; in max1111_read() local
73 v2 = data->rx_buf[1]; in max1111_read()
77 if ((v1 & 0xc0) || (v2 & 0x3f)) in max1111_read()
80 return (v1 << 2) | (v2 >> 6); in max1111_read()
Dnct7802.c167 unsigned int v1, v2; in nct7802_read_voltage() local
175 ret = regmap_read(data->regmap, REG_VOLTAGE_LOW, &v2); in nct7802_read_voltage()
178 ret = ((v1 << 2) | (v2 >> 6)) * nct7802_vmul[nr]; in nct7802_read_voltage()
187 &v2); in nct7802_read_voltage()
190 ret = (v1 | ((v2 << shift) & 0x300)) * nct7802_vmul[nr]; in nct7802_read_voltage()
/linux-4.1.27/drivers/video/fbdev/sis/
Dsis_main.c4313 u8 reg, v1, v2, v3, v4, v5, v6, v7, v8; in sisfb_post_sis300() local
4333 v1 = 0x44; v2 = 0x42; in sisfb_post_sis300()
4336 v1 = 0x68; v2 = 0x43; /* Assume 125Mhz MCLK */ in sisfb_post_sis300()
4342 v2 = bios[rindex++]; in sisfb_post_sis300()
4351 SiS_SetReg(SISSR, 0x29, v2); in sisfb_post_sis300()
4364 v1 = 0x01; v2 = 0x43; v3 = 0x1e; v4 = 0x2a; in sisfb_post_sis300()
4369 v2 = bios[memtype + 8]; in sisfb_post_sis300()
4380 SiS_SetReg(SISSR, 0x16, v2); in sisfb_post_sis300()
4399 v1 = 0xf6; v2 = 0x0d; v3 = 0x00; in sisfb_post_sis300()
4402 v2 = bios[0xe9]; in sisfb_post_sis300()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/arm/msm/
Dqcom,kpss-acc.txt15 "qcom,kpss-acc-v2"
27 compatible = "qcom,kpss-acc-v2";
Dqcom,saw2.txt28 "qcom,msm8974-saw2-v2.1-cpu"
29 "qcom,apq8084-saw2-v2.1-cpu"
55 compatible = "qcom,apq8084-saw2-v2.1-cpu", "qcom,saw2";
/linux-4.1.27/fs/proc/
Dtask_mmu.c964 bool v2; member
982 #define PM_STATUS2(v2, x) (__PM_PSHIFT(v2 ? x : PAGE_SHIFT)) argument
988 #define PM_NOT_PRESENT(v2) PM_STATUS2(v2, 0) argument
1014 pagemap_entry_t pme = make_pme(PM_NOT_PRESENT(pm->v2)); in pagemap_pte_hole()
1034 pme.pme |= PM_STATUS2(pm->v2, __PM_SOFT_DIRTY); in pagemap_pte_hole()
1071 *pme = make_pme(PM_NOT_PRESENT(pm->v2) | PM_STATUS2(pm->v2, flags2)); in pte_to_pagemap_entry()
1080 *pme = make_pme(PM_PFRAME(frame) | PM_STATUS2(pm->v2, flags2) | flags); in pte_to_pagemap_entry()
1094 | PM_STATUS2(pm->v2, pmd_flags2) | PM_PRESENT); in thp_pmd_to_pagemap_entry()
1096 *pme = make_pme(PM_NOT_PRESENT(pm->v2) | PM_STATUS2(pm->v2, pmd_flags2)); in thp_pmd_to_pagemap_entry()
1166 PM_STATUS2(pm->v2, flags2) | in huge_pte_to_pagemap_entry()
[all …]
/linux-4.1.27/Documentation/ABI/obsolete/
Dsysfs-class-rfkill7 KernelVersion v2.6.22
24 KernelVersion v2.6.22
/linux-4.1.27/arch/powerpc/boot/
Dps3.c82 u64 v2; in ps3_repository_read_rm_size() local
103 &v2); in ps3_repository_read_rm_size()
/linux-4.1.27/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c88 u64 v2; in gelic_card_get_ether_port_status() local
94 &card->ether_port_status, &v2); in gelic_card_get_ether_port_status()
108 u64 v1, v2; in gelic_card_set_link_mode() local
112 GELIC_LV1_PHY_ETHERNET_0, mode, 0, &v1, &v2); in gelic_card_set_link_mode()
1326 u64 v1, v2; in gelic_net_set_wol() local
1341 &v1, &v2); in gelic_net_set_wol()
1352 &v1, &v2); in gelic_net_set_wol()
1365 &v1, &v2); in gelic_net_set_wol()
1376 &v1, &v2); in gelic_net_set_wol()
1487 u64 v1, v2; in gelic_net_setup_netdev() local
[all …]
/linux-4.1.27/drivers/input/mouse/
Dsentelic.c308 int v0, v1, v2; in fsp_get_sn() local
318 if (fsp_reg_read(psmouse, FSP_REG_SN2, &v2)) in fsp_get_sn()
320 *sn = (v0 << 16) | (v1 << 8) | v2; in fsp_get_sn()
399 int val, v2; in fsp_onpad_hscr() local
404 if (fsp_reg_read(psmouse, FSP_REG_SYSCTL5, &v2)) in fsp_onpad_hscr()
411 v2 |= FSP_BIT_EN_MSID6; in fsp_onpad_hscr()
414 v2 &= ~(FSP_BIT_EN_MSID6 | FSP_BIT_EN_MSID7 | FSP_BIT_EN_MSID8); in fsp_onpad_hscr()
421 if (fsp_reg_write(psmouse, FSP_REG_SYSCTL5, v2)) in fsp_onpad_hscr()
/linux-4.1.27/arch/ia64/include/asm/
Dpal.h782 u64 v2; member
892 features_control->pal_bus_features_val = iprv.v2; in ia64_pal_bus_get_features()
917 conf->pcci_reserved = iprv.v2; in ia64_pal_cache_config_info()
937 prot->pcp_info[4].pcpi_data = iprv.v2 & 0xffffffff; in ia64_pal_cache_prot_info()
938 prot->pcp_info[5].pcpi_data = iprv.v2 >> 32; in ia64_pal_cache_prot_info()
1101 *(u64 *)itc_ratio = iprv.v2; in ia64_pal_freq_ratios()
1119 *la = iprv.v2; in ia64_pal_get_hw_policy()
1420 *features_control = iprv.v2; in ia64_pal_proc_get_features()
1460 ptce->stride[0] = iprv.v2 >> 32; in ia64_get_ptce()
1461 ptce->stride[1] = iprv.v2 & 0xffffffff; in ia64_get_ptce()
[all …]
/linux-4.1.27/drivers/char/
Dsonypi.c651 u8 v1, v2; in sonypi_call1() local
656 v2 = inb_p(sonypi_device.ioport1); in sonypi_call1()
657 return v2; in sonypi_call1()
690 u8 v1, v2;
695 v2 = sonypi_call2(0x8f, fn);
696 if (v1 == v2 && v1 != 0xff)
840 u8 v1, v2, event = 0; in sonypi_irq() local
844 v2 = inb_p(sonypi_device.ioport1 + sonypi_device.evtype_offset); in sonypi_irq()
849 if ((v2 & sonypi_eventtypes[i].data) != in sonypi_irq()
865 v1, v2); in sonypi_irq()
[all …]
/linux-4.1.27/tools/testing/selftests/net/
Dpsock_tpacket.c105 } *v2; member
264 test_payload((uint8_t *) ppd.raw + ppd.v2->tp_h.tp_mac, in walk_v1_v2_rx()
265 ppd.v2->tp_h.tp_snaplen); in walk_v1_v2_rx()
266 total_bytes += ppd.v2->tp_h.tp_snaplen; in walk_v1_v2_rx()
408 ppd.v2->tp_h.tp_snaplen = packet_len; in walk_v1_v2_tx()
409 ppd.v2->tp_h.tp_len = packet_len; in walk_v1_v2_tx()
414 total_bytes += ppd.v2->tp_h.tp_snaplen; in walk_v1_v2_tx()
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dsamsung-sxgbe.txt4 - compatible: Should be "samsung,sxgbe-v2.0a"
37 compatible = "samsung,sxgbe-v2.0a";
Dbrcm,bcmgenet.txt4 - compatible: should contain one of "brcm,genet-v1", "brcm,genet-v2",
37 - compatible: should contain one of "brcm,genet-mdio-v1", "brcm,genet-mdio-v2"
Dbrcm,unimac-mdio.txt4 - compatible: should one from "brcm,genet-mdio-v1", "brcm,genet-mdio-v2",
/linux-4.1.27/sound/soc/samsung/
DMakefile7 snd-soc-s3c-i2s-v2-objs := s3c-i2s-v2.o
16 obj-$(CONFIG_SND_S3C_I2SV2_SOC) += snd-soc-s3c-i2s-v2.o
/linux-4.1.27/Documentation/hwmon/
Dibmaem22 will be exported as platform devices; this driver can talk to both v1 and v2
30 The v2 AEM interface is a bit more sophisticated, being able to present a wider
/linux-4.1.27/kernel/
Dkcmp.c45 static int kcmp_ptr(void *v1, void *v2, enum kcmp_type type) in kcmp_ptr() argument
50 t2 = kptr_obfuscate((long)v2, type); in kcmp_ptr()
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dqoriq-clock.txt59 * "fsl,qoriq-core-pll-2.0" for core PLL clocks (v2.0)
61 * "fsl,qoriq-core-mux-2.0" for core mux clocks (v2.0)
64 * "fsl,qoriq-sysclk-2.0": for input system clock (v2.0).
67 * "fsl,qoriq-platform-pll-2.0" for the platform PLL clock (v2.0)
/linux-4.1.27/arch/openrisc/include/asm/
Dsyscalls.h23 unsigned long *v2);
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dmarvell,kirkwood.txt61 "netgear,readynas-duo-v2"
62 "netgear,readynas-nv+-v2"
Dcpus.txt199 "qcom,kpss-acc-v2"
214 "qcom,kpss-acc-v2"
221 "qcom,kpss-acc-v2"
/linux-4.1.27/drivers/net/wireless/
Datmel_cs.c204 #define PCMCIA_DEVICE_PROD_ID12_INFO(v1, v2, vh1, vh2, info) { \ argument
207 .prod_id = { (v1), (v2), NULL, NULL }, \
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dti-abb-regulator.txt6 - "ti,abb-v2" for newer SoCs like OMAP4, OMAP5
12 - "base-address" - contains base address of ABB module (ti,abb-v1,ti,abb-v2)
90 compatible = "ti,abb-v2";
111 compatible = "ti,abb-v2";
Dmax8907.txt9 - in-v2-supply: The input supply for SD2.
/linux-4.1.27/arch/mips/boot/dts/brcm/
Dbcm7360.dtsi119 compatible = "brcm,genet-v2";
128 compatible = "brcm,genet-mdio-v2";
Dbcm7358.dtsi119 compatible = "brcm,genet-v2";
128 compatible = "brcm,genet-mdio-v2";
Dbcm7362.dtsi125 compatible = "brcm,genet-v2";
134 compatible = "brcm,genet-mdio-v2";
Dbcm7346.dtsi125 compatible = "brcm,genet-v2";
134 compatible = "brcm,genet-mdio-v2";
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
Dt1040si-post.dtsi48 compatible = "fsl,t1040-pcie", "fsl,qoriq-pcie-v2.4", "fsl,qoriq-pcie";
74 compatible = "fsl,t1040-pcie", "fsl,qoriq-pcie-v2.4", "fsl,qoriq-pcie";
100 compatible = "fsl,t1040-pcie", "fsl,qoriq-pcie-v2.4", "fsl,qoriq-pcie";
126 compatible = "fsl,t1040-pcie", "fsl,qoriq-pcie-v2.4", "fsl,qoriq-pcie";
434 compatible = "fsl-usb2-mph-v2.4", "fsl-usb2-mph";
442 compatible = "fsl-usb2-dr-v2.4", "fsl-usb2-dr";
Dp1023si-post.dtsi50 compatible = "fsl,p1023-pcie", "fsl,qoriq-pcie-v2.2";
69 compatible = "fsl,p1023-pcie", "fsl,qoriq-pcie-v2.2";
88 compatible = "fsl,p1023-pcie", "fsl,qoriq-pcie-v2.2";
Dp3041si-post.dtsi49 compatible = "fsl,p3041-pcie", "fsl,qoriq-pcie-v2.2";
78 compatible = "fsl,p3041-pcie", "fsl,qoriq-pcie-v2.2";
107 compatible = "fsl,p3041-pcie", "fsl,qoriq-pcie-v2.2";
136 compatible = "fsl,p3041-pcie", "fsl,qoriq-pcie-v2.2";
Dp5020si-post.dtsi49 compatible = "fsl,p5020-pcie", "fsl,qoriq-pcie-v2.2";
78 compatible = "fsl,p5020-pcie", "fsl,qoriq-pcie-v2.2";
107 compatible = "fsl,p5020-pcie", "fsl,qoriq-pcie-v2.2";
136 compatible = "fsl,p5020-pcie", "fsl,qoriq-pcie-v2.2";
Dp1010si-post.dtsi44 compatible = "fsl,p1010-pcie", "fsl,qoriq-pcie-v2.3";
72 compatible = "fsl,p1010-pcie", "fsl,qoriq-pcie-v2.3";
Dp5040si-post.dtsi49 compatible = "fsl,p5040-pcie", "fsl,qoriq-pcie-v2.4";
77 compatible = "fsl,p5040-pcie", "fsl,qoriq-pcie-v2.4";
105 compatible = "fsl,p5040-pcie", "fsl,qoriq-pcie-v2.4";
Dp2041si-post.dtsi49 compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2";
78 compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2";
107 compatible = "fsl,p2041-pcie", "fsl,qoriq-pcie-v2.2";
Dqoriq-sata2-0.dtsi36 compatible = "fsl,pq-sata-v2";
Dpq3-sata2-1.dtsi36 compatible = "fsl,pq-sata-v2";
Dqoriq-sata2-1.dtsi36 compatible = "fsl,pq-sata-v2";
Dpq3-sata2-0.dtsi36 compatible = "fsl,pq-sata-v2";
Dp4080si-post.dtsi49 compatible = "fsl,p4080-pcie", "fsl,qoriq-pcie-v2.1";
78 compatible = "fsl,p4080-pcie", "fsl,qoriq-pcie-v2.1";
107 compatible = "fsl,p4080-pcie", "fsl,qoriq-pcie-v2.1";
Db4si-post.dtsi49 compatible = "fsl,b4-pcie", "fsl,qoriq-pcie-v2.4";
323 compatible = "fsl-usb2-dr-v2.4", "fsl-usb2-dr";
Db4420si-post.dtsi39 compatible = "fsl,b4420-pcie", "fsl,qoriq-pcie-v2.4";
Dbsc9131si-post.dtsi127 compatible = "fsl-usb2-dr","fsl-usb2-dr-v2.2";
Dbsc9132si-post.dtsi128 compatible = "fsl-usb2-dr","fsl-usb2-dr-v2.2";
Dc293si-post.dtsi44 compatible = "fsl,qoriq-pcie-v2.2", "fsl,qoriq-pcie";
Dt2081si-post.dtsi490 compatible = "fsl-usb2-mph-v2.5", "fsl-usb2-mph";
498 compatible = "fsl-usb2-dr-v2.5", "fsl-usb2-dr";
Db4860si-post.dtsi39 compatible = "fsl,b4860-pcie", "fsl,qoriq-pcie-v2.4";
/linux-4.1.27/lib/
Datomic64_test.c24 long long v2 = 0xfaceabadf00df001LL; in test_atomic64() local
108 BUG_ON(atomic64_cmpxchg(&v, v2, v1) != v0); in test_atomic64()
/linux-4.1.27/drivers/media/usb/
DMakefile6 obj-y += ttusb-dec/ ttusb-budget/ dvb-usb/ dvb-usb-v2/ siano/ b2c2/
DKconfig43 source "drivers/media/usb/dvb-usb-v2/Kconfig"
/linux-4.1.27/Documentation/ABI/removed/
Ddevfs2 Date: July 2005 (scheduled), finally removed in kernel v2.6.18
Ddv13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
Draw13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
Dvideo13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
/linux-4.1.27/include/scsi/
Dosd_protocol.h174 } __packed v2; member
233 struct osdv2_security_parameters v2; member
252 struct osdv2_cdb v2; member
Dosd_sense.h255 OSD_CFO_STARTING_BYTE = OSD_CDB_OFFSET(v2.start_address),
/linux-4.1.27/arch/arm/mach-orion5x/
DKconfig71 v2 devices are supported.
101 bool "Linksys WRT350N v2"
104 Linksys WRT350N v2 platform.
DMakefile12 obj-$(CONFIG_MACH_WRT350N_V2) += wrt350n-v2-setup.o
/linux-4.1.27/arch/tile/include/hv/
Ddrv_xgbe_intf.h582 lepp_qsub(int v1, int v2) in lepp_qsub() argument
584 int delta = v1 - v2; in lepp_qsub()
/linux-4.1.27/arch/arm/mach-mvebu/
DKconfig120 bool "LaCie 2Big and 5Big Network v2"
124 LaCie 2Big and 5Big Network v2
/linux-4.1.27/Documentation/devicetree/bindings/leds/
Dleds-ns2.txt1 Binding for dual-GPIO LED found on Network Space v2 (and parents).
/linux-4.1.27/drivers/pcmcia/
Dcistpl.c1229 static int parse_vers_2(tuple_t *tuple, cistpl_vers_2_t *v2) in parse_vers_2() argument
1239 v2->vers = p[0]; in parse_vers_2()
1240 v2->comply = p[1]; in parse_vers_2()
1241 v2->dindex = get_unaligned_le16(p + 2); in parse_vers_2()
1242 v2->vspec8 = p[6]; in parse_vers_2()
1243 v2->vspec9 = p[7]; in parse_vers_2()
1244 v2->nhdr = p[8]; in parse_vers_2()
1246 return parse_strings(p, q, 2, v2->str, &v2->vendor, NULL); in parse_vers_2()
/linux-4.1.27/arch/arm/mach-ixp4xx/
DKconfig49 bool "Netgear WG302 v2 / WAG302 v2"
53 WG302 v2 or WAG302 v2 Access Points. For more information
/linux-4.1.27/Documentation/devicetree/bindings/arm/samsung/
Dexynos-adc.txt15 Must be "samsung,exynos-adc-v2" for
72 compatible = "samsung,exynos3250-adc", "samsung,exynos-adc-v2;
/linux-4.1.27/Documentation/cris/
DREADME107 ETRAX 100LX 10/100MBit ethernet v2.0 (c) 2000 Axis Communications AB
122 I2C driver v2.2, (c) 1999-2001 Axis Communications AB
123 ETRAX 100LX GPIO driver v2.1, (c) 2001 Axis Communications AB
/linux-4.1.27/arch/arm/mach-pxa/
Dviper.c119 u8 v1, v2; in viper_hw_version() local
127 v2 = VIPER_VERSION; in viper_hw_version()
129 v1 = (v1 != v2 || v1 == 0xff) ? 0 : v1; in viper_hw_version()
/linux-4.1.27/drivers/vfio/
Dvfio_iommu_type1.c60 bool v2; member
466 if (iommu->v2) { in vfio_dma_do_unmap()
480 if (!iommu->v2 && unmap->iova > dma->iova) in vfio_dma_do_unmap()
900 iommu->v2 = true; in vfio_iommu_type1_open()
/linux-4.1.27/arch/s390/include/asm/
Detr.h63 unsigned int v2 : 1; /* validity bit ETR data frame 2 */ member
/linux-4.1.27/scripts/coccinelle/api/
Dplatform_no_drv_owner.cocci4 // Copyright: (C) 2014 Wolfram Sang. GPL v2.
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dsdhci-pxa.txt1 * Marvell sdhci-pxa v2/v3 controller
/linux-4.1.27/drivers/net/wireless/iwlwifi/
Diwl-drv.c472 build = le32_to_cpu(ucode->u.v2.build); in iwl_parse_v1_v2_firmware()
474 le32_to_cpu(ucode->u.v2.inst_size)); in iwl_parse_v1_v2_firmware()
476 le32_to_cpu(ucode->u.v2.data_size)); in iwl_parse_v1_v2_firmware()
478 le32_to_cpu(ucode->u.v2.init_size)); in iwl_parse_v1_v2_firmware()
480 le32_to_cpu(ucode->u.v2.init_data_size)); in iwl_parse_v1_v2_firmware()
481 src = ucode->u.v2.data; in iwl_parse_v1_v2_firmware()
Diwl-fw-file.h91 } v2; member
/linux-4.1.27/drivers/leds/
DKconfig432 tristate "LED support for Network Space v2 GPIO LEDs"
438 Network Space v2 board (and parents). This include Internet Space v2,
439 Network Space (Max) v2 and d2 Network v2 boards.
448 and 5Big Network v2 boards. The LEDs are wired to a CPLD and are
/linux-4.1.27/drivers/scsi/osd/
Dosd_initiator.c355 cdbh->v2.list_identifier = list->list_identifier; in _osd_req_encode_olist()
356 cdbh->v2.start_address = list->continuation_id; in _osd_req_encode_olist()
377 return (struct osd_security_parameters *)&ocdb->v2.sec_params; in _osd_req_sec_params()
619 struct osdv2_cdb *ocdb = &or->cdb.v2; in _osdv2_req_encode_common()
629 ocdb->h.v2.length = cpu_to_be64(len); in _osdv2_req_encode_common()
630 ocdb->h.v2.start_address = cpu_to_be64(offset); in _osdv2_req_encode_common()
970 cdbh->v2.cdb_continuation_length = cpu_to_be32(or->cdb_cont.total_bytes); in _osd_req_finalize_cdb_cont()
1488 sec_parms->v2.data_out_integrity_check_offset = offset; in osd_sec_parms_set_out_offset()
1497 sec_parms->v2.data_in_integrity_check_offset = offset; in osd_sec_parms_set_in_offset()
/linux-4.1.27/fs/jffs2/
DLICENCE2 file are part of JFFS2, the Journalling Flash File System v2.
DKconfig2 tristate "Journalling Flash File System v2 (JFFS2) support"
/linux-4.1.27/drivers/net/wireless/b43legacy/
Dphy.c1783 s8 v2; in b43legacy_phy_xmitpower() local
1811 v2 = (s8)(tmp & 0x00FF); in b43legacy_phy_xmitpower()
1815 if (v0 == 0x7F || v1 == 0x7F || v2 == 0x7F || v3 == 0x7F) { in b43legacy_phy_xmitpower()
1822 v2 = (s8)(tmp & 0x00FF); in b43legacy_phy_xmitpower()
1824 if (v0 == 0x7F || v1 == 0x7F || v2 == 0x7F || v3 == 0x7F) in b43legacy_phy_xmitpower()
1828 v2 = (v2 + 0x20) & 0x3F; in b43legacy_phy_xmitpower()
1834 average = (v0 + v1 + v2 + v3 + 2) / 4; in b43legacy_phy_xmitpower()
Dmain.c438 u16 v2; in b43legacy_tsf_read() local
446 v2 = b43legacy_read16(dev, B43legacy_MMIO_TSF_2); in b43legacy_tsf_read()
453 } while (v3 != test3 || v2 != test2 || v1 != test1); in b43legacy_tsf_read()
457 tmp = v2; in b43legacy_tsf_read()
506 u16 v2 = (tsf & 0x0000FFFF00000000ULL) >> 32; in b43legacy_tsf_write_locked() local
513 b43legacy_write16(dev, B43legacy_MMIO_TSF_2, v2); in b43legacy_tsf_write_locked()
/linux-4.1.27/drivers/staging/comedi/drivers/
Djr3_pci.h61 s32 v2; member
Djr3_pci.c259 val = get_s16(&spriv->channel->filter[filter].v2); in jr3_pci_ai_read_chan()
556 spriv->range[7].range.min = -get_s16(&fs->v2) * 100; in jr3_pci_poll_subdevice()
557 spriv->range[7].range.max = get_s16(&fs->v2) * 100; in jr3_pci_poll_subdevice()
/linux-4.1.27/drivers/video/fbdev/
Dpxa168fb.h130 #define CFG_CKEY_V2(v2) ((v2) << 24) argument
Dtridentfb.c187 int v2 = v1 | (tmp << 29); in blade_init_accel() local
189 writemmr(par, 0x21C0, v2); in blade_init_accel()
190 writemmr(par, 0x21C4, v2); in blade_init_accel()
191 writemmr(par, 0x21B8, v2); in blade_init_accel()
192 writemmr(par, 0x21BC, v2); in blade_init_accel()
/linux-4.1.27/arch/x86/crypto/
Dcamellia-aesni-avx-asm_64.S267 #define rol32_1_16(v0, v1, v2, v3, t0, t1, t2, zero) \ argument
276 vpcmpgtb v2, zero, t2; \
277 vpaddb v2, v2, v2; \
286 vpor t1, v2, v2; \
Dcamellia-aesni-avx2-asm_64.S306 #define rol32_1_32(v0, v1, v2, v3, t0, t1, t2, zero) \ argument
315 vpcmpgtb v2, zero, t2; \
316 vpaddb v2, v2, v2; \
325 vpor t1, v2, v2; \
/linux-4.1.27/Documentation/virtual/kvm/devices/
Dmpic.txt5 KVM_DEV_TYPE_FSL_MPIC_20 Freescale MPIC v2.0
Darm-vgic.txt5 KVM_DEV_TYPE_ARM_VGIC_V2 ARM Generic Interrupt Controller v2.0
/linux-4.1.27/drivers/net/wireless/rtl818x/
DKconfig76 Linksys WUSB54GC-EU v2
/linux-4.1.27/Documentation/devicetree/bindings/iommu/
Darm,smmu.txt15 "arm,smmu-v2"
/linux-4.1.27/fs/reiserfs/
Dreiserfs.h1259 static inline __u16 offset_v2_k_type(const struct offset_v2 *v2) in offset_v2_k_type() argument
1261 __u8 type = le64_to_cpu(v2->v) >> 60; in offset_v2_k_type()
1265 static inline void set_offset_v2_k_type(struct offset_v2 *v2, int type) in set_offset_v2_k_type() argument
1267 v2->v = in set_offset_v2_k_type()
1268 (v2->v & cpu_to_le64(~0ULL >> 4)) | cpu_to_le64((__u64) type << 60); in set_offset_v2_k_type()
1271 static inline loff_t offset_v2_k_offset(const struct offset_v2 *v2) in offset_v2_k_offset() argument
1273 return le64_to_cpu(v2->v) & (~0ULL >> 4); in offset_v2_k_offset()
1276 static inline void set_offset_v2_k_offset(struct offset_v2 *v2, loff_t offset) in set_offset_v2_k_offset() argument
1279 v2->v = (v2->v & cpu_to_le64(15ULL << 60)) | cpu_to_le64(offset); in set_offset_v2_k_offset()
/linux-4.1.27/Documentation/ja_JP/
DSubmittingPatches523 一般的には「v1, v2, v3」のようなバージョン情報を表すタグ(過去のパッチに対する
564 このようなコメントの良い例として、v1 と v2 のバージョン間で何が変更されたかを
/linux-4.1.27/drivers/net/can/usb/
DKconfig47 - Kvaser Leaf Light v2
/linux-4.1.27/Documentation/xtensa/
Dmmu.txt8 0xF0000000..0xFFFFFFFF (will keep same address in MMU v2 layout;
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dfsl-usb.txt13 also be mentioned (for eg. fsl-usb2-dr-v2.2 for bsc9132).
/linux-4.1.27/drivers/media/rc/keymaps/
DMakefile48 rc-it913x-v2.o \
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dtxrx.c950 struct vring *v, *v2; in wil_find_tx_bcast_2() local
986 v2 = &wil->vring_tx[i]; in wil_find_tx_bcast_2()
987 if (!v2->va) in wil_find_tx_bcast_2()
1002 wil_tx_vring(wil, v2, skb2); in wil_find_tx_bcast_2()
/linux-4.1.27/drivers/media/usb/gspca/
Dxirlink_cit.c813 static void cit_model2_Packet1(struct gspca_dev *gspca_dev, u16 v1, u16 v2) in cit_model2_Packet1() argument
820 cit_write_reg(gspca_dev, v2, 0x0127); in cit_model2_Packet1()
834 static void cit_model3_Packet1(struct gspca_dev *gspca_dev, u16 v1, u16 v2) in cit_model3_Packet1() argument
839 cit_write_reg(gspca_dev, v2, 0x0127); in cit_model3_Packet1()
843 static void cit_model4_Packet1(struct gspca_dev *gspca_dev, u16 v1, u16 v2) in cit_model4_Packet1() argument
848 cit_write_reg(gspca_dev, v2, 0x0127); in cit_model4_Packet1()
/linux-4.1.27/drivers/media/dvb-frontends/
DMakefile10 ccflags-y += -I$(srctree)/drivers/media/usb/dvb-usb-v2
/linux-4.1.27/drivers/isdn/hardware/eicon/
Dos_4bri.c153 int v2 = _4bri_is_rev_2_card(a->CardOrdinal); in diva_4bri_init_card() local
157 if (v2) { in diva_4bri_init_card()
390 if (v2) { in diva_4bri_init_card()
/linux-4.1.27/arch/mips/boot/
Delf2ecoff.c118 static int phcmp(const void *v1, const void *v2) in phcmp() argument
121 const Elf32_Phdr *h2 = v2; in phcmp()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_fimc.c595 u32 cfg, h1, h2, v1, v2; in fimc_set_window() local
601 v2 = sz->vsize - pos->h - pos->y; in fimc_set_window()
605 DRM_DEBUG_KMS("h1[%d]h2[%d]v1[%d]v2[%d]\n", h1, h2, v1, v2); in fimc_set_window()
620 EXYNOS_CIWDOFST2_WINVEROFST2(v2)); in fimc_set_window()
/linux-4.1.27/sound/soc/omap/
DKconfig96 - IGEP v2
/linux-4.1.27/drivers/gpio/
DMakefile63 obj-$(CONFIG_GPIO_MSM_V2) += gpio-msm-v2.o
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dste-dma40.txt92 30: MSP port 1 on DB8500 v1, MSP port 3 on DB8500 v2
/linux-4.1.27/Documentation/filesystems/nfs/
Drpc-server-gss.txt13 - RFC5403 v2: http://tools.ietf.org/rfc/rfc5403.txt
Dnfs-rdma.txt93 the utils/mount directory. This binary can be used to initiate NFS v2, v3,
116 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
/linux-4.1.27/drivers/video/console/
Dvgacon.c155 unsigned int v1, v2; in write_vga() local
166 v2 = reg + 1 + ((val << 8) & 0xff00); in write_vga()
168 outw(v2, vga_video_port_reg); in write_vga()
/linux-4.1.27/fs/ceph/
Dmds_client.c2727 struct ceph_mds_cap_reconnect v2; in encode_caps_cb() member
2770 rec.v2.cap_id = cpu_to_le64(cap->cap_id); in encode_caps_cb()
2771 rec.v2.wanted = cpu_to_le32(__ceph_caps_wanted(ci)); in encode_caps_cb()
2772 rec.v2.issued = cpu_to_le32(cap->issued); in encode_caps_cb()
2773 rec.v2.snaprealm = cpu_to_le64(ci->i_snap_realm->ino); in encode_caps_cb()
2774 rec.v2.pathbase = cpu_to_le64(pathbase); in encode_caps_cb()
2775 rec.v2.flock_len = 0; in encode_caps_cb()
2776 reclen = sizeof(rec.v2); in encode_caps_cb()
2814 rec.v2.flock_len = cpu_to_le32(2*sizeof(u32) + in encode_caps_cb()
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/
DKconfig2 tristate "Support for various USB DVB devices v2"
/linux-4.1.27/drivers/media/pci/tw68/
Dtw68-video.c695 int v2 = tw_readb(TW68_MVSN); in tw68_enum_input() local
705 if (0 != (v2 & (1 << 2))) in tw68_enum_input()
/linux-4.1.27/Documentation/
Dapplying-patches.txt220 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
223 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/
226 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/snapshots/
286 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/incr/
/linux-4.1.27/Documentation/zh_CN/
DHOWTO205 kernel.org网站的pub/linux/kernel/v2.6/目录下找到它。它的开发遵循以下步
/linux-4.1.27/drivers/hwmon/pmbus/
Dpmbus_core.c727 long v1, v2; in pmbus_get_boolean() local
735 v2 = pmbus_reg2data(data, s2); in pmbus_get_boolean()
736 ret = !!(regval && v1 >= v2); in pmbus_get_boolean()
/linux-4.1.27/arch/powerpc/perf/
Dhv-24x7.c512 static int ev_uniq_ord(const void *v1, size_t s1, unsigned d1, const void *v2, in ev_uniq_ord() argument
515 int r = memord(v1, s1, v2, s2); in ev_uniq_ord()
/linux-4.1.27/Documentation/usb/
Dgadget_serial.txt2 Linux Gadget Serial Driver v2.0
4 (updated 8-May-2008 for v2.3)
/linux-4.1.27/drivers/message/fusion/
Dmptscsih.c194 dma_addr_t v2; in mptscsih_AddSGE() local
246 v2 = sg_dma_address(sg); in mptscsih_AddSGE()
247 ioc->add_sge(psge, sgflags | thisxfer, v2); in mptscsih_AddSGE()
268 v2 = sg_dma_address(sg); in mptscsih_AddSGE()
269 ioc->add_sge(psge, sgflags | thisxfer, v2); in mptscsih_AddSGE()
/linux-4.1.27/Documentation/video4linux/
DCARDLIST.bttv138 137 -> Conceptronic CTVFMi v2 [036e:109e]
/linux-4.1.27/Documentation/scheduler/
Dsched-nice-design.txt84 The new scheduler in v2.6.23 addresses all three types of complaints:
/linux-4.1.27/firmware/edgeport/
Ddown3.bin.ihex813 //* Generated by TIBin2C v2.00 (watchport)
/linux-4.1.27/drivers/video/fbdev/mmp/hw/
Dmmp_ctrl.h318 #define CFG_CKEY_V2(v2) ((v2)<<24) argument
/linux-4.1.27/drivers/net/ethernet/sun/
Dniu.c4079 u64 v0, u64 v1, u64 v2) in niu_slowpath_interrupt() argument
4086 lp->v2 = v2; in niu_slowpath_interrupt()
4124 if (v2) { in niu_slowpath_interrupt()
4125 if (v2 & 0x01ef) { in niu_slowpath_interrupt()
4130 if (v2 & 0x0210) { in niu_slowpath_interrupt()
4201 u64 v0, u64 v1, u64 v2) in niu_schedule_napi() argument
4206 lp->v2 = v2; in niu_schedule_napi()
4218 u64 v0, v1, v2; in niu_interrupt() local
4228 v2 = nr64(LDSV2(ldg)); in niu_interrupt()
4234 (unsigned long long) v2); in niu_interrupt()
[all …]
/linux-4.1.27/Documentation/frv/
Dbooting.txt152 The NFS version to use can also be specified. v2 and v3 are supported by

12