Home
last modified time | relevance | path

Searched full:out3 (Results 1 – 25 of 243) sorted by relevance

12345678910

/kernel/linux/linux-5.10/drivers/crypto/vmx/
Daesp8-ppc.pl703 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21));
822 vxor $out3,$in3,$rndkey0
837 vncipher $out3,$out3,v24
848 vncipher $out3,$out3,v25
860 vncipher $out3,$out3,v24
870 vncipher $out3,$out3,v25
880 vncipher $out3,$out3,v26
893 vncipher $out3,$out3,v27
903 vncipher $out3,$out3,v28
913 vncipher $out3,$out3,v29
[all …]
/kernel/linux/linux-4.19/drivers/crypto/vmx/
Daesp8-ppc.pl703 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21));
822 vxor $out3,$in3,$rndkey0
837 vncipher $out3,$out3,v24
848 vncipher $out3,$out3,v25
860 vncipher $out3,$out3,v24
870 vncipher $out3,$out3,v25
880 vncipher $out3,$out3,v26
893 vncipher $out3,$out3,v27
903 vncipher $out3,$out3,v28
913 vncipher $out3,$out3,v29
[all …]
/kernel/linux/linux-5.10/arch/arm64/crypto/
Daes-cipher-core.S74 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
75 __hround \out0, \out1, \in0, \in1, \in2, \in3, \out2, \out3, 1, \sz, \op
76 __hround \out2, \out3, \in2, \in3, \in0, \in1, \in1, \in2, 1, \sz, \op
79 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
80 __hround \out0, \out1, \in0, \in3, \in2, \in1, \out2, \out3, 0, \sz, \op
81 __hround \out2, \out3, \in2, \in1, \in0, \in3, \in1, \in0, 0, \sz, \op
/kernel/linux/linux-5.10/arch/arm/crypto/
Daes-cipher-core.S92 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op, oldcpsr
93 __hround \out0, \out1, \in0, \in1, \in2, \in3, \out2, \out3, 1, \sz, \op
94 __hround \out2, \out3, \in2, \in3, \in0, \in1, \in1, \in2, 1, \sz, \op, \oldcpsr
97 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op, oldcpsr
98 __hround \out0, \out1, \in0, \in3, \in2, \in1, \out2, \out3, 0, \sz, \op
99 __hround \out2, \out3, \in2, \in1, \in0, \in3, \in1, \in0, 0, \sz, \op, \oldcpsr
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dskeleton.c40 CHECK(bss->out3 != 0, "out3", "got %d != exp %d\n", bss->out3, 0); in test_skeleton()
83 CHECK(bss->out3 != 3, "res3", "got %d != exp %d\n", (int)bss->out3, 3); in test_skeleton()
/kernel/linux/linux-4.19/fs/jfs/
Dnamei.c118 goto out3; in jfs_create()
123 goto out3; in jfs_create()
129 goto out3; in jfs_create()
156 goto out3; in jfs_create()
171 out3: in jfs_create()
250 goto out3; in jfs_mkdir()
255 goto out3; in jfs_mkdir()
261 goto out3; in jfs_mkdir()
288 goto out3; in jfs_mkdir()
304 out3: in jfs_mkdir()
[all …]
/kernel/linux/linux-5.10/fs/jfs/
Dnamei.c105 goto out3; in jfs_create()
110 goto out3; in jfs_create()
116 goto out3; in jfs_create()
143 goto out3; in jfs_create()
158 out3: in jfs_create()
237 goto out3; in jfs_mkdir()
242 goto out3; in jfs_mkdir()
248 goto out3; in jfs_mkdir()
275 goto out3; in jfs_mkdir()
291 out3: in jfs_mkdir()
[all …]
/kernel/linux/linux-4.19/arch/arm64/crypto/
Daes-cipher-core.S77 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
78 __hround \out0, \out1, \in0, \in1, \in2, \in3, \out2, \out3, 1, \sz, \op
79 __hround \out2, \out3, \in2, \in3, \in0, \in1, \in1, \in2, 1, \sz, \op
82 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
83 __hround \out0, \out1, \in0, \in3, \in2, \in1, \out2, \out3, 0, \sz, \op
84 __hround \out2, \out3, \in2, \in1, \in0, \in3, \in1, \in0, 0, \sz, \op
/kernel/linux/linux-4.19/arch/arm/crypto/
Daes-cipher-core.S86 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
87 __hround \out0, \out1, \in0, \in1, \in2, \in3, \out2, \out3, 1, \sz, \op
88 __hround \out2, \out3, \in2, \in3, \in0, \in1, \in1, \in2, 1, \sz, \op
91 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
92 __hround \out0, \out1, \in0, \in3, \in2, \in1, \out2, \out3, 0, \sz, \op
93 __hround \out2, \out3, \in2, \in1, \in0, \in3, \in1, \in0, 0, \sz, \op
/kernel/linux/linux-4.19/drivers/oprofile/
Doprof.c66 goto out3; in oprofile_setup()
68 goto out3; in oprofile_setup()
73 goto out3; in oprofile_setup()
80 out3: in oprofile_setup()
/kernel/linux/linux-5.10/drivers/oprofile/
Doprof.c66 goto out3; in oprofile_setup()
68 goto out3; in oprofile_setup()
73 goto out3; in oprofile_setup()
80 out3: in oprofile_setup()
/kernel/linux/linux-5.10/sound/soc/codecs/
Dwm9712.c162 SOC_SINGLE("Out3 Switch", AC97_AUX, 15, 1, 1),
163 SOC_SINGLE("Out3 ZC Switch", AC97_AUX, 7, 1, 1),
164 SOC_SINGLE("Out3 Volume", AC97_AUX, 0, 31, 1),
360 SND_SOC_DAPM_MUX("Out3 Mux", SND_SOC_NOPM, 0, 0,
405 SND_SOC_DAPM_OUTPUT("OUT3"),
508 /* Out3 Mux */
509 {"Out3 Mux", "Left", "Left HP Mixer"},
510 {"Out3 Mux", "Mono", "Phone Mixer"},
511 {"Out3 Mux", "Left + Right", "Mono Mixer"},
512 {"Out 3 PGA", NULL, "Out3 Mux"},
[all …]
Dwm8960.c127 struct snd_soc_dapm_widget *out3; member
393 SND_SOC_DAPM_OUTPUT("OUT3"),
402 /* Represent OUT3 as a PGA so that it gets turned on with LOUT1/ROUT1 */
404 SND_SOC_DAPM_PGA("OUT3 VMID", WM8960_POWER2, 1, 0, NULL, 0),
459 { "OUT3", NULL, "Mono Output Mixer", }
463 { "HP_L", NULL, "OUT3 VMID" },
464 { "HP_R", NULL, "OUT3 VMID" },
466 { "OUT3 VMID", NULL, "Left Output Mixer" },
467 { "OUT3 VMID", NULL, "Right Output Mixer" },
482 /* In capless mode OUT3 is used to provide VMID for the in wm8960_add_widgets()
[all …]
Dwm8983.c79 { 0x38, 0x0001 }, /* R56 - OUT3 mixer ctrl */
267 SOC_SINGLE("OUT3 Switch", WM8983_OUT3_MIXER_CTRL,
384 SND_SOC_DAPM_MIXER("OUT3 Mixer", WM8983_POWER_MANAGEMENT_1,
405 SND_SOC_DAPM_PGA("OUT3 Out", WM8983_POWER_MANAGEMENT_3,
426 SND_SOC_DAPM_OUTPUT("OUT3"),
431 { "OUT3 Mixer", "LMIX2OUT3 Switch", "Left Output Mixer" },
432 { "OUT3 Mixer", "LDAC2OUT3 Switch", "Left DAC" },
434 { "OUT3 Out", NULL, "OUT3 Mixer" },
435 { "OUT3", NULL, "OUT3 Out" },
Dwm8350.c521 SOC_DAPM_SINGLE("Out3 Playback Switch",
529 /* Out3 Mixer */
612 SND_SOC_DAPM_MIXER("Out3 Mixer", WM8350_POWER_MGMT_2, 4, 0,
656 SND_SOC_DAPM_OUTPUT("OUT3"),
689 {"Out4 Mixer", "Out3 Playback Switch", "Out3 Mixer"},
694 /* out3 playback mixer */
695 {"Out3 Mixer", "Left Playback Switch", "Left DAC"},
696 {"Out3 Mixer", "Left Capture Switch", "Left Capture Mixer"},
697 {"Out3 Mixer", "Left Mixer Switch", "Left Playback Mixer"},
698 {"Out3 Mixer", "Out4 Playback Switch", "Out4 Mixer"},
[all …]
/kernel/linux/linux-4.19/sound/soc/codecs/
Dwm9712.c166 SOC_SINGLE("Out3 Switch", AC97_AUX, 15, 1, 1),
167 SOC_SINGLE("Out3 ZC Switch", AC97_AUX, 7, 1, 1),
168 SOC_SINGLE("Out3 Volume", AC97_AUX, 0, 31, 1),
364 SND_SOC_DAPM_MUX("Out3 Mux", SND_SOC_NOPM, 0, 0,
409 SND_SOC_DAPM_OUTPUT("OUT3"),
512 /* Out3 Mux */
513 {"Out3 Mux", "Left", "Left HP Mixer"},
514 {"Out3 Mux", "Mono", "Phone Mixer"},
515 {"Out3 Mux", "Left + Right", "Mono Mixer"},
516 {"Out 3 PGA", NULL, "Out3 Mux"},
[all …]
Dwm8960.c130 struct snd_soc_dapm_widget *out3; member
396 SND_SOC_DAPM_OUTPUT("OUT3"),
405 /* Represent OUT3 as a PGA so that it gets turned on with LOUT1/ROUT1 */
407 SND_SOC_DAPM_PGA("OUT3 VMID", WM8960_POWER2, 1, 0, NULL, 0),
462 { "OUT3", NULL, "Mono Output Mixer", }
466 { "HP_L", NULL, "OUT3 VMID" },
467 { "HP_R", NULL, "OUT3 VMID" },
469 { "OUT3 VMID", NULL, "Left Output Mixer" },
470 { "OUT3 VMID", NULL, "Right Output Mixer" },
485 /* In capless mode OUT3 is used to provide VMID for the in wm8960_add_widgets()
[all …]
Dwm8983.c82 { 0x38, 0x0001 }, /* R56 - OUT3 mixer ctrl */
270 SOC_SINGLE("OUT3 Switch", WM8983_OUT3_MIXER_CTRL,
387 SND_SOC_DAPM_MIXER("OUT3 Mixer", WM8983_POWER_MANAGEMENT_1,
408 SND_SOC_DAPM_PGA("OUT3 Out", WM8983_POWER_MANAGEMENT_3,
429 SND_SOC_DAPM_OUTPUT("OUT3"),
434 { "OUT3 Mixer", "LMIX2OUT3 Switch", "Left Output Mixer" },
435 { "OUT3 Mixer", "LDAC2OUT3 Switch", "Left DAC" },
437 { "OUT3 Out", NULL, "OUT3 Mixer" },
438 { "OUT3", NULL, "OUT3 Out" },
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_skeleton.c32 char out3 = 0; variable
48 out3 = in3; in handler()
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/clock/
Didt,versaclock5.txt53 3 -- OUT3
60 3 -- OUT3
/kernel/linux/linux-4.19/drivers/gpu/drm/mgag200/
Dmgag200_cursor.c139 goto out3; in mga_crtc_cursor_set()
161 goto out3; in mga_crtc_cursor_set()
187 goto out3; in mga_crtc_cursor_set()
240 out3: in mga_crtc_cursor_set()
/kernel/linux/linux-5.10/sound/soc/pxa/
Dmioa701_wm9713.c21 * | OUT3+--->----+-+ |
109 /* front speaker connected to HPL, OUT3 */
111 {"Front Speaker", NULL, "OUT3"},
/kernel/linux/linux-4.19/net/sunrpc/
Dsunrpc_syms.c99 goto out3; in init_sunrpc()
115 out3: in init_sunrpc()
/kernel/linux/linux-5.10/net/sunrpc/
Dsunrpc_syms.c100 goto out3; in init_sunrpc()
116 out3: in init_sunrpc()
/kernel/linux/linux-4.19/sound/soc/pxa/
Dmioa701_wm9713.c33 * | OUT3+--->----+-+ |
121 /* front speaker connected to HPL, OUT3 */
123 {"Front Speaker", NULL, "OUT3"},

12345678910