/openbmc/linux/drivers/crypto/vmx/ |
H A D | aesp8-ppc.pl | 703 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 …]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-cipher-core.S | 74 .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
|
/openbmc/bmcweb/test/http/ |
H A D | utility_test.cpp | 119 std::string out3; in TEST() local 123 out1 = out2 = out3 = ""; in TEST() 125 std::ref(out3))); in TEST() 128 EXPECT_EQ(out3, "Chassis"); in TEST() 130 out1 = out2 = out3 = ""; in TEST() 134 out1 = out2 = out3 = ""; in TEST() 147 std::ref(out2), std::ref(out3))); in TEST()
|
/openbmc/linux/arch/arm/crypto/ |
H A D | aes-cipher-core.S | 92 .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
|
/openbmc/linux/fs/jfs/ |
H A D | namei.c | 105 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() 238 goto out3; in jfs_mkdir() 243 goto out3; in jfs_mkdir() 249 goto out3; in jfs_mkdir() 276 goto out3; in jfs_mkdir() 292 out3: in jfs_mkdir() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | skeleton.c | 52 CHECK(bss->out3 != 0, "out3", "got %d != exp %d\n", bss->out3, 0); in test_skeleton() 111 CHECK(bss->out3 != 3, "res3", "got %d != exp %d\n", (int)bss->out3, 3); in test_skeleton()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm9712.c | 162 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 …]
|
H A D | wm8960.c | 139 struct snd_soc_dapm_widget *out3; member 410 SND_SOC_DAPM_OUTPUT("OUT3"), 419 /* Represent OUT3 as a PGA so that it gets turned on with LOUT1/ROUT1 */ 421 SND_SOC_DAPM_PGA("OUT3 VMID", WM8960_POWER2, 1, 0, NULL, 0), 476 { "OUT3", NULL, "Mono Output Mixer", } 480 { "HP_L", NULL, "OUT3 VMID" }, 481 { "HP_R", NULL, "OUT3 VMID" }, 483 { "OUT3 VMID", NULL, "Left Output Mixer" }, 484 { "OUT3 VMID", NULL, "Right Output Mixer" }, 499 /* In capless mode OUT3 is used to provide VMID for the in wm8960_add_widgets() [all …]
|
H A D | wm8983.c | 79 { 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" },
|
H A D | wm8350.c | 522 SOC_DAPM_SINGLE("Out3 Playback Switch", 530 /* Out3 Mixer */ 613 SND_SOC_DAPM_MIXER("Out3 Mixer", WM8350_POWER_MGMT_2, 4, 0, 657 SND_SOC_DAPM_OUTPUT("OUT3"), 690 {"Out4 Mixer", "Out3 Playback Switch", "Out3 Mixer"}, 695 /* out3 playback mixer */ 696 {"Out3 Mixer", "Left Playback Switch", "Left DAC"}, 697 {"Out3 Mixer", "Left Capture Switch", "Left Capture Mixer"}, 698 {"Out3 Mixer", "Left Mixer Switch", "Left Playback Mixer"}, 699 {"Out3 Mixer", "Out4 Playback Switch", "Out4 Mixer"}, [all …]
|
H A D | wm8750.c | 306 SND_SOC_DAPM_MUX("Out3 Mux", SND_SOC_NOPM, 0, 0, &wm8750_out3_controls), 322 SND_SOC_DAPM_OUTPUT("OUT3"), 373 {"Out3 Mux", "VREF", "VREF"}, 374 {"Out3 Mux", "ROUT1 + Vol", "ROUT1"}, 375 {"Out3 Mux", "ROUT1", "Right Mixer"}, 376 {"Out3 Mux", "MonoOut", "MONO1"}, 377 {"Out 3", NULL, "Out3 Mux"}, 378 {"OUT3", NULL, "Out 3"},
|
H A D | wm8753.c | 484 SND_SOC_DAPM_MIXER("Out3 Left + Right", SND_SOC_NOPM, 0, 0, NULL, 0), 485 SND_SOC_DAPM_MUX("Out3 Mux", SND_SOC_NOPM, 0, 0, &wm8753_out3_controls), 487 SND_SOC_DAPM_OUTPUT("OUT3"), 574 {"Mono 2 Mux", "Left + Right", "Out3 Left + Right"}, 582 {"Out3 Left + Right", NULL, "Left Mixer"}, 583 {"Out3 Left + Right", NULL, "Right Mixer"}, 584 {"Out3 Mux", "VREF", "VREF"}, 585 {"Out3 Mux", "Left + Right", "Out3 Left + Right"}, 586 {"Out3 Mux", "ROUT2", "ROUT2"}, 587 {"Out 3", NULL, "Out3 Mux"}, [all …]
|
H A D | wm8998.c | 422 ARIZONA_MIXER_ENUMS(OUT3, ARIZONA_OUT3LMIX_INPUT_1_SOURCE); 737 SND_SOC_DAPM_PGA_E("OUT3", ARIZONA_OUTPUT_ENABLES_1, 774 ARIZONA_MIXER_WIDGETS(OUT3, "EPOUT"), 909 { "OUT3", NULL, "CPVDD" }, 918 { "OUT3", NULL, "SYSCLK" }, 1031 ARIZONA_MIXER_ROUTES("OUT3", "EPOUT"), 1116 { "AEC1 Loopback", "EPOUT", "OUT3" }, 1117 { "AEC2 Loopback", "EPOUT", "OUT3" }, 1118 { "EPOUT", NULL, "OUT3" },
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | maxim,max20086.yaml | 68 OUT3: false 97 OUT3 {
|
/openbmc/u-boot/board/technexion/tao3530/ |
H A D | tao3530.c | 47 goto out3; in tao3530_revision() 53 goto out3; in tao3530_revision() 58 out3: in tao3530_revision()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_skeleton.c | 34 char out3 = 0; variable 77 out3 = in3; in handler()
|
/openbmc/linux/net/sunrpc/ |
H A D | sunrpc_syms.c | 101 goto out3; in init_sunrpc() 123 out3: in init_sunrpc()
|
/openbmc/linux/security/keys/ |
H A D | dh.c | 208 goto out3; in __keyctl_dh_compute() 213 goto out3; in __keyctl_dh_compute() 291 out3: in __keyctl_dh_compute()
|
/openbmc/linux/fs/configfs/ |
H A D | mount.c | 151 goto out3; in configfs_init() 154 out3: in configfs_init()
|
/openbmc/linux/sound/soc/samsung/ |
H A D | smdk_spdif.c | 51 goto out3; in set_audio_clock_heirachy() 60 out3: in set_audio_clock_heirachy()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | au1550nd.c | 301 goto out3; in au1550nd_probe() 322 goto out3; in au1550nd_probe() 331 out3: in au1550nd_probe()
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | wlf,wm8753.yaml | 17 * OUT3
|
/openbmc/linux/arch/mips/alchemy/devboards/ |
H A D | platform.c | 179 goto out3; in db1x_register_norflash() 240 out3: in db1x_register_norflash()
|
/openbmc/linux/drivers/net/ |
H A D | macvtap.c | 224 goto out3; in macvtap_init() 234 out3: in macvtap_init()
|
/openbmc/linux/drivers/net/ipvlan/ |
H A D | ipvtap.c | 211 goto out3; in ipvtap_init() 221 out3: in ipvtap_init()
|