/linux-6.12.1/arch/powerpc/crypto/ |
D | aesp8-ppc.pl | 704 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21)); 819 vxor $out2,$in2,$rndkey0 837 vncipher $out2,$out2,v24 848 vncipher $out2,$out2,v25 860 vncipher $out2,$out2,v24 870 vncipher $out2,$out2,v25 880 vncipher $out2,$out2,v26 893 vncipher $out2,$out2,v27 903 vncipher $out2,$out2,v28 913 vncipher $out2,$out2,v29 [all …]
|
/linux-6.12.1/arch/x86/include/asm/ |
D | vmware.h | 76 u32 *out1, u32 *out2, u32 *out3, 85 u32 *out1, u32 *out2, u32 *out3, 124 u32 *out1, u32 *out2) in vmware_hypercall3() argument 130 out1, out2, NULL, NULL, NULL); in vmware_hypercall3() 134 out1, out2, NULL, NULL, NULL); in vmware_hypercall3() 137 : "=a" (out0), "=b" (*out1), "=c" (*out2) in vmware_hypercall3() 149 u32 *out1, u32 *out2, u32 *out3) in vmware_hypercall4() argument 155 out1, out2, out3, NULL, NULL); in vmware_hypercall4() 159 out1, out2, out3, NULL, NULL); in vmware_hypercall4() 162 : "=a" (out0), "=b" (*out1), "=c" (*out2), "=d" (*out3) in vmware_hypercall4() [all …]
|
/linux-6.12.1/sound/soc/codecs/ |
D | wm8350.c | 62 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 …]
|
/linux-6.12.1/arch/arm64/crypto/ |
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
|
/linux-6.12.1/arch/arm/crypto/ |
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
|
/linux-6.12.1/net/ceph/crush/ |
D | mapper.c | 449 * @out2: second output vector for leaf items (if @recurse_to_leaf) 467 int *out2, in crush_choose_firstn() argument 571 out2, outpos, count, in crush_choose_firstn() 585 out2[outpos] = item; in crush_choose_firstn() 655 int *out2, in crush_choose_indep() argument 675 if (out2) in crush_choose_indep() 676 out2[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep() 681 if (out2 && ftotal) { in crush_choose_indep() 689 dprintk(" %d", out2[rep]); in crush_choose_indep() 736 if (out2) in crush_choose_indep() [all …]
|
/linux-6.12.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_msg_arm64.h | 74 unsigned long in5, u32 *out2) in vmware_hypercall5() argument 93 *out2 = x2; in vmware_hypercall5() 99 unsigned long in3, u32 *out2, in vmware_hypercall6() argument 119 *out2 = x2; in vmware_hypercall6() 130 u32 *out2, u32 *out3) in vmware_hypercall7() argument 150 *out2 = x2; in vmware_hypercall7()
|
/linux-6.12.1/drivers/md/ |
D | dm-ps-historical-service-time.c | 372 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 …]
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | fq_band_pktlimit.sh | 38 OUT2="$(tc -s qdisc show dev dummy0 | grep '^\ Sent')" 51 echo "${OUT2}" 57 echo "${OUT2}" | grep -q '0\ pkt\ (dropped\ 30' || die "unexpected drop count at 2"
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | skeleton.c | 49 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()
|
/linux-6.12.1/drivers/scsi/aic94xx/ |
D | aic94xx_sds.c | 219 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 …]
|
/linux-6.12.1/security/keys/ |
D | dh.c | 189 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()
|
/linux-6.12.1/arch/x86/kernel/cpu/ |
D | vmware.c | 70 u32 *out1, u32 *out2, u32 *out3, in vmware_hypercall_slow() argument 117 if (out2) in vmware_hypercall_slow() 118 *out2 = rcx; in vmware_hypercall_slow() 500 u32 *out1, u32 *out2, u32 *out3, in vmware_tdx_hypercall() argument 530 if (out2) in vmware_tdx_hypercall() 531 *out2 = args.r13; in vmware_tdx_hypercall()
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | test_skeleton.c | 31 long long out2 = -1; variable 76 out2 = in2; in handler()
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | axentia,tse850-pcm5142.txt | 29 IN2 +---o--+------------+--o---+ OUT2 39 are active, short-cutting the TSE-850 from channel 2. IN1, IN2, OUT1 and OUT2
|
/linux-6.12.1/net/sunrpc/ |
D | sunrpc_syms.c | 95 goto out2; in init_sunrpc() 125 out2: in init_sunrpc()
|
/linux-6.12.1/fs/nfs/ |
D | nfs4super.c | 300 goto out2; in init_nfs_v4() 305 goto out2; in init_nfs_v4() 312 out2: in init_nfs_v4()
|
/linux-6.12.1/fs/configfs/ |
D | mount.c | 147 goto out2; in configfs_init() 157 out2: in configfs_init()
|
/linux-6.12.1/sound/soc/atmel/ |
D | tse850-pcm5142.c | 23 // IN2 +---o--+------------+--o---+ OUT2 34 // IN1, IN2, OUT1 and OUT2 are TSE-850 connectors and DAC is the PCB name 254 SND_SOC_DAPM_LINE("OUT2", NULL), 277 { "OUT2", NULL, "MUX2" },
|
/linux-6.12.1/sound/soc/samsung/ |
D | smdk_spdif.c | 43 goto out2; in set_audio_clock_heirachy() 62 out2: in set_audio_clock_heirachy()
|
/linux-6.12.1/arch/powerpc/platforms/44x/ |
D | hsta_msi.c | 168 goto out2; in hsta_msi_probe() 178 out2: in hsta_msi_probe()
|
/linux-6.12.1/fs/squashfs/ |
D | xz_wrapper.c | 48 goto out2; in squashfs_xz_comp_opts() 76 out2: in squashfs_xz_comp_opts()
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | idt,versaclock5.yaml | 19 2 -- OUT2 29 2 -- OUT2
|
/linux-6.12.1/fs/jfs/ |
D | namei.c | 95 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() 920 goto out2; in jfs_symlink() 1054 out2: in jfs_symlink() 1108 goto out2; in jfs_rename() 1342 out2: in jfs_rename()
|
/linux-6.12.1/arch/mips/alchemy/devboards/ |
D | platform.c | 175 goto out2; in db1x_register_norflash() 242 out2: in db1x_register_norflash()
|