Home
last modified time | relevance | path

Searched full:out2 (Results 1 – 25 of 231) sorted by relevance

12345678910

/openbmc/linux/drivers/crypto/vmx/
H A Daesp8-ppc.pl703 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21));
818 vxor $out2,$in2,$rndkey0
836 vncipher $out2,$out2,v24
847 vncipher $out2,$out2,v25
859 vncipher $out2,$out2,v24
869 vncipher $out2,$out2,v25
879 vncipher $out2,$out2,v26
892 vncipher $out2,$out2,v27
902 vncipher $out2,$out2,v28
912 vncipher $out2,$out2,v29
[all …]
/openbmc/bmcweb/test/http/
H A Dutility_test.cpp125 std::string out2; in TEST() local
130 out1 = out2 = out3 = ""; in TEST()
131 EXPECT_TRUE(readUrlSegments(*parsed, std::ref(out1), std::ref(out2), in TEST()
134 EXPECT_EQ(out2, "v1"); in TEST()
137 out1 = out2 = out3 = ""; in TEST()
141 out1 = out2 = out3 = ""; in TEST()
142 EXPECT_TRUE(readUrlSegments(*parsed, std::ref(out1), "v1", std::ref(out2))); in TEST()
144 EXPECT_EQ(out2, "Chassis"); in TEST()
151 readUrlSegments(*parsed, std::ref(out1), "v2", std::ref(out2))); in TEST()
154 std::ref(out2), std::ref(out3))); in TEST()
/openbmc/linux/sound/soc/codecs/
H A Dwm8350.c62 struct wm8350_output out2; member
138 * Ramp OUT2 PGA volume to minimise pops at stream startup and shutdown.
142 struct wm8350_output *out2 = &wm8350_data->out2; in wm8350_out2_ramp_step() local
150 if (out2->ramp == WM8350_RAMP_UP) { in wm8350_out2_ramp_step()
152 if (val < out2->left_vol) { in wm8350_out2_ramp_step()
159 } else if (out2->ramp == WM8350_RAMP_DOWN) { in wm8350_out2_ramp_step()
174 if (out2->ramp == WM8350_RAMP_UP) { in wm8350_out2_ramp_step()
176 if (val < out2->right_vol) { in wm8350_out2_ramp_step()
183 } else if (out2->ramp == WM8350_RAMP_DOWN) { in wm8350_out2_ramp_step()
212 *out2 = &wm8350_data->out2; in wm8350_pga_work() local
[all …]
/openbmc/linux/arch/arm64/crypto/
H A 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
/openbmc/linux/arch/arm/crypto/
H A 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
/openbmc/linux/net/ceph/crush/
H A Dmapper.c446 * @out2: second output vector for leaf items (if @recurse_to_leaf)
463 int *out2, in crush_choose_firstn() argument
567 out2, outpos, count, in crush_choose_firstn()
581 out2[outpos] = item; in crush_choose_firstn()
652 int *out2, in crush_choose_indep() argument
672 if (out2) in crush_choose_indep()
673 out2[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep()
678 if (out2 && ftotal) { in crush_choose_indep()
686 dprintk(" %d", out2[rep]); in crush_choose_indep()
733 if (out2) in crush_choose_indep()
[all …]
/openbmc/linux/drivers/md/
H A Ddm-ps-historical-service-time.c372 long long out1, out2, stale1, stale2; in hst_compare() local
376 hst_fill_compare(pi2, &hst2, &out2, &stale2); in hst_compare()
389 return out1 - out2; in hst_compare()
396 if ((!out1 && stale1 < time_now) || (!out2 && stale2 < time_now) || in hst_compare()
397 (!out1 && !out2)) in hst_compare()
398 return (!out2 * stale1) - (!out1 * stale2); in hst_compare()
403 if (out1 == out2) { in hst_compare()
408 out2 >= HST_MAX_INFLIGHT)) { in hst_compare()
416 pi2_better = (1 + out1) * hst1 > (1 + out2) * hst2; in hst_compare()
422 return out1 - out2; in hst_compare()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dskeleton.c49 CHECK(data->out2 != -1, "out2", "got %lld != exp %lld\n", data->out2, -1LL); in test_skeleton()
110 CHECK(data->out2 != 2, "res2", "got %lld != exp %d\n", data->out2, 2); in test_skeleton()
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_sds.c219 goto out2; in asd_get_bios_chim()
227 goto out2; in asd_get_bios_chim()
233 goto out2; in asd_get_bios_chim()
254 goto out2; in asd_get_bios_chim()
265 out2: in asd_get_bios_chim()
881 goto out2; in asd_process_ms()
887 goto out2; in asd_process_ms()
893 goto out2; in asd_process_ms()
901 goto out2; in asd_process_ms()
908 goto out2; in asd_process_ms()
[all …]
/openbmc/linux/security/keys/
H A Ddh.c189 goto out2; in __keyctl_dh_compute()
196 goto out2; in __keyctl_dh_compute()
204 goto out2; in __keyctl_dh_compute()
293 out2: in __keyctl_dh_compute()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_skeleton.c31 long long out2 = -1; variable
76 out2 = in2; in handler()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Daxentia,tse850-pcm5142.txt29 IN2 +---o--+------------+--o---+ OUT2
39 are active, short-cutting the TSE-850 from channel 2. IN1, IN2, OUT1 and OUT2
/openbmc/qemu/hw/usb/
H A Dccid-card-emulated.c518 goto out2; in emulated_realize()
528 goto out2; in emulated_realize()
535 goto out2; in emulated_realize()
540 goto out2; in emulated_realize()
547 goto out2; in emulated_realize()
556 out2: in emulated_realize()
/openbmc/linux/net/sunrpc/
H A Dsunrpc_syms.c95 goto out2; in init_sunrpc()
125 out2: in init_sunrpc()
/openbmc/linux/fs/nfs/
H A Dnfs4super.c276 goto out2; in init_nfs_v4()
281 goto out2; in init_nfs_v4()
288 out2: in init_nfs_v4()
/openbmc/linux/fs/configfs/
H A Dmount.c147 goto out2; in configfs_init()
157 out2: in configfs_init()
/openbmc/linux/sound/soc/atmel/
H A Dtse850-pcm5142.c23 // IN2 +---o--+------------+--o---+ OUT2
34 // IN1, IN2, OUT1 and OUT2 are TSE-850 connectors and DAC is the PCB name
256 SND_SOC_DAPM_LINE("OUT2", NULL),
279 { "OUT2", NULL, "MUX2" },
/openbmc/linux/fs/squashfs/
H A Dxz_wrapper.c48 goto out2; in squashfs_xz_comp_opts()
76 out2: in squashfs_xz_comp_opts()
/openbmc/linux/arch/powerpc/platforms/4xx/
H A Dhsta_msi.c168 goto out2; in hsta_msi_probe()
178 out2: in hsta_msi_probe()
/openbmc/linux/sound/soc/samsung/
H A Dsmdk_spdif.c43 goto out2; in set_audio_clock_heirachy()
62 out2: in set_audio_clock_heirachy()
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Didt,versaclock5.yaml19 2 -- OUT2
29 2 -- OUT2
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_alpha.c14 * Digital did something really horribly wrong with the OUT1 and OUT2 in alpha_jensen_set_mctrl()
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dif_cs.c845 goto out2; in if_cs_probe()
862 goto out2; in if_cs_probe()
872 goto out2; in if_cs_probe()
879 goto out2; in if_cs_probe()
885 goto out2; in if_cs_probe()
892 goto out2; in if_cs_probe()
915 out2: in if_cs_probe()
/openbmc/linux/fs/jfs/
H A Dnamei.c95 goto out2; in jfs_create()
170 out2: in jfs_create()
228 goto out2; in jfs_mkdir()
304 out2: in jfs_mkdir()
387 goto out2; in jfs_rmdir()
435 out2: in jfs_rmdir()
919 goto out2; in jfs_symlink()
1053 out2: in jfs_symlink()
1107 goto out2; in jfs_rename()
1340 out2: in jfs_rename()
/openbmc/u-boot/board/technexion/tao3530/
H A Dtao3530.c40 goto out2; in tao3530_revision()
61 out2: in tao3530_revision()

12345678910