| /linux/arch/x86/include/asm/ |
| H A D | vmware.h | 75 unsigned long in4, unsigned long in5, 84 unsigned long in4, unsigned long in5, 174 unsigned long in3, unsigned long in4, in vmware_hypercall5() argument 180 return vmware_tdx_hypercall(cmd, in1, in3, in4, in5, in vmware_hypercall5() 184 return vmware_hypercall_slow(cmd, in1, in3, in4, in5, in vmware_hypercall5() 194 "S" (in4), in vmware_hypercall5() 229 unsigned long in3, unsigned long in4, in vmware_hypercall7() argument 236 return vmware_tdx_hypercall(cmd, in1, in3, in4, in5, in vmware_hypercall7() 240 return vmware_hypercall_slow(cmd, in1, in3, in4, in5, in vmware_hypercall7() 250 "S" (in4), in vmware_hypercall7() [all …]
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_msg_arm64.h | 73 unsigned long in3, unsigned long in4, in vmware_hypercall5() argument 80 register u64 x4 asm("x4") = in4; in vmware_hypercall5() 128 unsigned long in3, unsigned long in4, in vmware_hypercall7() argument 136 register u64 x4 asm("x4") = in4; in vmware_hypercall7() 157 unsigned long in3, unsigned long in4, in vmware_hypercall_hb() argument 165 register u64 x4 asm("x4") = in4; in vmware_hypercall_hb() 186 unsigned long in3, unsigned long in4, in vmware_hypercall_hb_out() argument 190 return vmware_hypercall_hb(cmd, in2, in3, in4, in5, in6, out1, 0); in vmware_hypercall_hb_out() 195 unsigned long in3, unsigned long in4, in vmware_hypercall_hb_in() argument 199 return vmware_hypercall_hb(cmd, in2, in3, in4, in5, in6, out1, in vmware_hypercall_hb_in()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | skeleton.c | 53 CHECK(bss->in4 != 0, "in4", "got %lld != exp %lld\n", bss->in4, 0LL); in test_skeleton() 69 bss->in4 = 13; in test_skeleton() 84 CHECK(bss->in4 != 13, "in4", "got %lld != exp %lld\n", bss->in4, 13LL); in test_skeleton() 95 bss->in4 = 4; in test_skeleton()
|
| /linux/arch/powerpc/crypto/ |
| H A D | aesp8-ppc.pl | 703 my ($in0, $in1, $in2, $in3, $in4, $in5, $in6, $in7 )=map("v$_",(0..3,10..13)); 707 my ($tmp,$keyperm)=($in3,$in4); # aliases with "caller", redundant assignment 811 lvx_u $in4,$x40,$inp 818 le?vperm $in4,$in4,$in4,$inpperm 825 vxor $out4,$in4,$rndkey0 932 vxor $in4,$in4,v31 949 vncipherlast $out5,$out5,$in4 951 lvx_u $in4,$x40,$inp 956 le?vperm $in4,$in4,$in4,$inpperm 980 vxor $out4,$in4,$rndkey0 [all …]
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | vmware.c | 70 unsigned long in4, unsigned long in5, in vmware_hypercall_slow() argument 85 "S" (in4), in vmware_hypercall_slow() 97 "S" (in4), in vmware_hypercall_slow() 110 "S" (in4), in vmware_hypercall_slow() 503 unsigned long in4, unsigned long in5, in vmware_tdx_hypercall() argument 521 args.rsi = in4; in vmware_tdx_hypercall()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_skeleton.c | 21 long long in4 __attribute__((aligned(64))) = 0; variable 78 out4 = in4; in handler()
|
| /linux/sound/soc/codecs/ |
| H A D | tlv320adcx140.c | 460 SND_SOC_DAPM_MUX("IN4 Analog Mic Resistor", SND_SOC_NOPM, 0, 0, 522 {"MIC_GAIN_CTL_CH4", NULL, "IN4 Analog Mic Resistor"}, 523 {"MIC_GAIN_CTL_CH4", NULL, "IN4 Analog Mic Resistor"}, 549 {"IN4 Analog Mic Resistor", "2.5 kOhm", "MIC4P Input Mux"}, 550 {"IN4 Analog Mic Resistor", "10 kOhm", "MIC4P Input Mux"}, 551 {"IN4 Analog Mic Resistor", "20 kOhm", "MIC4P Input Mux"}, 553 {"IN4 Analog Mic Resistor", "2.5 kOhm", "MIC4M Input Mux"}, 554 {"IN4 Analog Mic Resistor", "10 kOhm", "MIC4M Input Mux"}, 555 {"IN4 Analog Mic Resistor", "20 kOhm", "MIC4M Input Mux"},
|
| H A D | cs530x.c | 203 SOC_SINGLE_EXT_TLV("IN4 Volume", CS530X_IN_VOL_CTRL2_1, 0, 255, 1, 301 SND_SOC_DAPM_INPUT("IN4"), 351 { "ADC34 Enable", "Switch", "IN4" },
|
| /linux/drivers/net/ovpn/ |
| H A D | udp.c | 152 .daddr = bind->remote.in4.sin_addr.s_addr, in ovpn_udp4_output() 154 .fl4_dport = bind->remote.in4.sin_port, in ovpn_udp4_output() 193 &bind->remote.in4, in ovpn_udp4_output() 316 switch (bind->remote.in4.sin_family) { in ovpn_udp_output()
|
| H A D | peer.c | 309 switch (bind->remote.in4.sin_family) { in ovpn_peer_endpoints_update() 522 if (ss->ss_family != bind->remote.in4.sin_family) in ovpn_peer_transp_match() 528 if (sa4->sin_addr.s_addr != bind->remote.in4.sin_addr.s_addr) in ovpn_peer_transp_match() 530 if (sa4->sin_port != bind->remote.in4.sin_port) in ovpn_peer_transp_match() 954 switch (bind->remote.in4.sin_family) { in ovpn_peer_add_mp() 959 sa4->sin_addr.s_addr = bind->remote.in4.sin_addr.s_addr; in ovpn_peer_add_mp() 960 sa4->sin_port = bind->remote.in4.sin_port; in ovpn_peer_add_mp()
|
| H A D | netlink.c | 594 if (bind->remote.in4.sin_family == AF_INET) { in ovpn_nl_send_peer() 596 bind->remote.in4.sin_addr.s_addr) || in ovpn_nl_send_peer() 598 bind->remote.in4.sin_port) || in ovpn_nl_send_peer() 602 } else if (bind->remote.in4.sin_family == AF_INET6) { in ovpn_nl_send_peer()
|
| /linux/Documentation/hwmon/ |
| H A D | dme1737.rst | 98 in4: +12V 0V - 16V 108 in4: +12V 0V - 16V 118 in4: V1_IN 0V - 1.5V 128 in4: V1_IN 0V - 1.5V
|
| H A D | w83795.rst | 44 17 VSEN5 14h in4 103 14 VSEN5 14h in4
|
| H A D | w83781d.rst | 163 0x000100 in4 374 - in4=r(0x24)*0.016*3.8 383 - in4=r(0x24)*0.016*3.8 392 - in4=r(0x24)*0.016*3.8 401 - in4=r(0x24)*0.016*4
|
| H A D | powr1220.rst | 41 in4 VMON5
|
| H A D | asb100.rst | 56 - 0x0100 => in4
|
| H A D | w83627hf.rst | 116 97 VIN2 24h in4
|
| /linux/arch/sh/boards/mach-sdk7786/ |
| H A D | gpio.c | 19 "in0", "in1", "in2", "in3", "in4", "in5", "in6", "in7",
|
| /linux/include/sound/ |
| H A D | wm8962.h | 52 * This flag should be set if one or both IN4 inputs is wired
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | rt5665.txt | 18 - realtek,in4-differential
|
| H A D | maxim,max98090.yaml | 14 MIC1, MIC2, DMICL, DMICR, IN1, IN2, IN3, IN4, IN5, IN6, IN12, IN34, IN56,
|
| H A D | nvidia,tegra-audio-max98090.yaml | 54 - IN4
|
| H A D | wlf,arizona.yaml | 36 default. Entries are <IN1, IN2, IN3, IN4> (wm5102, wm5110, wm8280,
|
| /linux/lib/crypto/arm64/ |
| H A D | sha512-ce-core.S | 74 .macro dround, i0, i1, i2, i3, i4, rc0, rc1, in0, in1, in2, in3, in4 argument 84 ext v5.16b, v\in3\().16b, v\in4\().16b, #8
|
| /linux/tools/testing/selftests/net/ovpn/ |
| H A D | ovpn-cli.c | 110 struct sockaddr_in in4; member 115 struct sockaddr_in in4; member 607 s = socket(ovpn->remote.in4.sin_family, SOCK_STREAM, 0); in ovpn_connect() 613 switch (ovpn->remote.in4.sin_family) { in ovpn_connect() 655 switch (ovpn->remote.in4.sin_family) { in ovpn_new_peer() 658 ovpn->remote.in4.sin_addr.s_addr); in ovpn_new_peer() 660 ovpn->remote.in4.sin_port); in ovpn_new_peer() 680 switch (ovpn->peer_ip.in4.sin_family) { in ovpn_new_peer() 683 ovpn->peer_ip.in4.sin_addr.s_addr); in ovpn_new_peer()
|