Home
last modified time | relevance | path

Searched refs:ret1 (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v4.19/arch/alpha/kernel/
Dsrm_env.c111 unsigned long ret1, ret2; in srm_env_proc_write() local
125 ret1 = callback_setenv(id, buf, count); in srm_env_proc_write()
126 if ((ret1 >> 61) == 0) { in srm_env_proc_write()
130 res = (int) ret1; in srm_env_proc_write()
/Linux-v4.19/drivers/crypto/ux500/hash/
Dhash_core.c1379 int ret2, ret1; in ahash_sha1_digest() local
1381 ret1 = ahash_sha1_init(req); in ahash_sha1_digest()
1382 if (ret1) in ahash_sha1_digest()
1385 ret1 = ahash_update(req); in ahash_sha1_digest()
1389 return ret1 ? ret1 : ret2; in ahash_sha1_digest()
1394 int ret2, ret1; in ahash_sha256_digest() local
1396 ret1 = ahash_sha256_init(req); in ahash_sha256_digest()
1397 if (ret1) in ahash_sha256_digest()
1400 ret1 = ahash_update(req); in ahash_sha256_digest()
1404 return ret1 ? ret1 : ret2; in ahash_sha256_digest()
[all …]
/Linux-v4.19/drivers/clk/sirf/
Dclk-common.c407 int ret1, ret2; in cpu_clk_set_rate() local
411 ret1 = clk_set_parent(hw->clk, clk_pll1.hw.clk); in cpu_clk_set_rate()
412 return ret1; in cpu_clk_set_rate()
416 ret1 = clk_set_parent(hw->clk, clk_pll2.hw.clk); in cpu_clk_set_rate()
417 return ret1; in cpu_clk_set_rate()
421 ret1 = clk_set_parent(hw->clk, clk_pll3.hw.clk); in cpu_clk_set_rate()
422 return ret1; in cpu_clk_set_rate()
429 ret1 = clk_set_parent(hw->clk, clk_pll2.hw.clk); in cpu_clk_set_rate()
430 BUG_ON(ret1); in cpu_clk_set_rate()
435 ret1 = clk_set_parent(hw->clk, clk_pll1.hw.clk); in cpu_clk_set_rate()
[all …]
/Linux-v4.19/drivers/gpu/drm/hisilicon/hibmc/
Dhibmc_drm_fbdev.c66 int ret1; in hibmc_drm_fb_create() local
149 ret1 = ttm_bo_reserve(&bo->bo, true, false, NULL); in hibmc_drm_fb_create()
150 if (ret1) { in hibmc_drm_fb_create()
151 DRM_ERROR("failed to rsv ttm_bo when release fbi: %d\n", ret1); in hibmc_drm_fb_create()
/Linux-v4.19/net/sched/
Dact_ipt.c429 int ret1, ret2; in ipt_init_module() local
431 ret1 = tcf_register_action(&act_xt_ops, &xt_net_ops); in ipt_init_module()
432 if (ret1 < 0) in ipt_init_module()
439 if (ret1 < 0 && ret2 < 0) { in ipt_init_module()
440 return ret1; in ipt_init_module()
/Linux-v4.19/sound/soc/codecs/
Dalc5632.c1107 int ret, ret1, ret2; in alc5632_i2c_probe() local
1124 ret1 = regmap_read(alc5632->regmap, ALC5632_VENDOR_ID1, &vid1); in alc5632_i2c_probe()
1126 if (ret1 != 0 || ret2 != 0) { in alc5632_i2c_probe()
1128 "Failed to read chip ID: ret1=%d, ret2=%d\n", ret1, ret2); in alc5632_i2c_probe()
/Linux-v4.19/arch/ia64/kernel/
Desi_stub.S87 .ret1: mov ar.rsc=0 // put RSE in enforced lazy, LE mode label
Defi_stub.S77 .ret1: mov ar.rsc=0 // put RSE in enforced lazy, LE mode label
/Linux-v4.19/arch/sparc/kernel/
Dhead_64.S179 stx %g0, [%sp + 2047 + 128 + 0x20] ! ret1
208 stx %g0, [%sp + 2047 + 128 + 0x38] ! ret1
227 stx %g0, [%sp + 2047 + 128 + 0x20] ! ret1
251 stx %g0, [%sp + 2047 + 128 + 0x38] ! ret1
354 stx %g0, [%sp + 2047 + 128 + 0x20] ! ret1
380 stx %g0, [%sp + 2047 + 128 + 0x38] ! ret1
Dpci_sun4v.c1085 unsigned long ret1, ret2; in pci_sun4v_msiq_alloc() local
1098 &ret1, &ret2); in pci_sun4v_msiq_alloc()
1104 if (ret1 != base || ret2 != pbm->msiq_ent_count) { in pci_sun4v_msiq_alloc()
1108 ret1, ret2); in pci_sun4v_msiq_alloc()
/Linux-v4.19/sound/soc/sh/
Dfsi.c585 int ret1, ret2; in fsi_stream_probe() local
588 ret1 = fsi_stream_handler_call(io, probe, fsi, io, dev); in fsi_stream_probe()
593 if (ret1 < 0) in fsi_stream_probe()
594 return ret1; in fsi_stream_probe()
604 int ret1, ret2; in fsi_stream_remove() local
607 ret1 = fsi_stream_handler_call(io, remove, fsi, io); in fsi_stream_remove()
612 if (ret1 < 0) in fsi_stream_remove()
613 return ret1; in fsi_stream_remove()
/Linux-v4.19/tools/perf/tests/
Dparse-events.c1743 int ret1, ret2 = 0; in test_events() local
1750 ret1 = test_event(e); in test_events()
1751 if (ret1) in test_events()
1752 ret2 = ret1; in test_events()
1862 int ret1, ret2 = 0; in test__parse_events() local
1866 ret1 = test_events(tests, ARRAY_SIZE(tests)); \ in test__parse_events()
1868 ret2 = ret1; \ in test__parse_events()
1882 ret1 = test_terms(test__terms, ARRAY_SIZE(test__terms)); in test__parse_events()
1884 ret2 = ret1; in test__parse_events()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dport.c901 int ret1; in mlx4_unbond_mac_table() local
937 ret1 = mlx4_set_port_mac_table(dev, 2, t2->entries); in mlx4_unbond_mac_table()
938 if (ret1) { in mlx4_unbond_mac_table()
939 mlx4_warn(dev, "failed to unmirror MAC tables for port 2(%d)\n", ret1); in mlx4_unbond_mac_table()
940 ret = ret1; in mlx4_unbond_mac_table()
1008 int ret1; in mlx4_unbond_vlan_table() local
1044 ret1 = mlx4_set_port_vlan_table(dev, 2, t2->entries); in mlx4_unbond_vlan_table()
1045 if (ret1) { in mlx4_unbond_vlan_table()
1046 mlx4_warn(dev, "failed to unmirror VLAN tables for port 2(%d)\n", ret1); in mlx4_unbond_vlan_table()
1047 ret = ret1; in mlx4_unbond_vlan_table()
Dmain.c1430 int ret, ret1; in mlx4_mf_unbond() local
1435 ret1 = mlx4_unbond_mac_table(dev); in mlx4_mf_unbond()
1436 if (ret1) { in mlx4_mf_unbond()
1437 mlx4_warn(dev, "multifunction unbond for MAC table failed (%d)\n", ret1); in mlx4_mf_unbond()
1438 ret = ret1; in mlx4_mf_unbond()
1440 ret1 = mlx4_unbond_vlan_table(dev); in mlx4_mf_unbond()
1441 if (ret1) { in mlx4_mf_unbond()
1442 mlx4_warn(dev, "multifunction unbond for VLAN table failed (%d)\n", ret1); in mlx4_mf_unbond()
1443 ret = ret1; in mlx4_mf_unbond()
/Linux-v4.19/fs/gfs2/
Dfile.c663 int ret = 0, ret1 = 0; in gfs2_fsync() local
666 ret1 = filemap_fdatawrite_range(mapping, start, end); in gfs2_fsync()
667 if (ret1 == -EIO) in gfs2_fsync()
668 return ret1; in gfs2_fsync()
690 return ret ? ret : ret1; in gfs2_fsync()
/Linux-v4.19/drivers/media/platform/qcom/venus/
Dhfi_venus.c957 int ret1, ret2; in venus_are_queues_empty() local
959 ret1 = venus_get_queue_size(hdev, IFACEQ_MSG_IDX); in venus_are_queues_empty()
960 if (ret1 < 0) in venus_are_queues_empty()
961 return ret1; in venus_are_queues_empty()
967 if (!ret1 && !ret2) in venus_are_queues_empty()
/Linux-v4.19/sound/pci/ac97/
Dac97_patch.c2245 int ret1; in snd_ac97_ad1986_lososel_put() local
2255 ret1 = snd_ac97_update_bits(ac97, AC97_AD_MISC, AC97_AD1986_SOSEL, in snd_ac97_ad1986_lososel_put()
2259 if (ret1 < 0) in snd_ac97_ad1986_lososel_put()
2260 return ret1; in snd_ac97_ad1986_lososel_put()
2262 return (ret0 > 0 || ret1 > 0) ? 1 : 0; in snd_ac97_ad1986_lososel_put()
2281 int ret1; in snd_ac97_ad1986_spread_put() local
2291 ret1 = snd_ac97_update_bits(ac97, AC97_AD_MISC, AC97_AD1986_SOSEL, in snd_ac97_ad1986_spread_put()
2295 if (ret1 < 0) in snd_ac97_ad1986_spread_put()
2296 return ret1; in snd_ac97_ad1986_spread_put()
2298 return (ret0 > 0 || ret1 > 0) ? 1 : 0; in snd_ac97_ad1986_spread_put()
/Linux-v4.19/arch/s390/mm/
Dextmem.c194 unsigned long *ret1, unsigned long *ret2) in dcss_diag() argument
225 *ret1 = rx; in dcss_diag()
/Linux-v4.19/arch/parisc/include/asm/
Dasmregs.h31 ret1: .reg %r29
/Linux-v4.19/drivers/block/
Dumem.c705 int ret1, ret2; in check_batteries() local
714 ret1 = check_battery(card, 0, !(status & BATTERY_1_FAILURE)); in check_batteries()
717 if (ret1 || ret2) in check_batteries()
/Linux-v4.19/fs/ocfs2/
Daops.c1687 int try_free = 1, ret1; in ocfs2_write_begin_nolock() local
1897 ret1 = ocfs2_try_to_free_truncate_log(osb, clusters_need); in ocfs2_write_begin_nolock()
1898 if (ret1 == 1) in ocfs2_write_begin_nolock()
1901 if (ret1 < 0) in ocfs2_write_begin_nolock()
1902 mlog_errno(ret1); in ocfs2_write_begin_nolock()
/Linux-v4.19/Documentation/parisc/
Dregisters116 r28,r29: are ret0 and ret1. They are what you pass return values
/Linux-v4.19/arch/parisc/lib/
Dlusercopy.S171 save_dst = ret1
/Linux-v4.19/Documentation/sparc/oradax/
Ddax-hv-api.txt1095 ret1 length
1111 returned as length in ret1. In all other cases, the length value in ret1 will reflect the number of…
1185 …all-or-nothing flag is not specified, callers should check the value of length in ret1 to determine
1189 …The value of length in ret1 is also valid when the API call returns an error, and callers should a…
1194 length value in ret1 will be a multi-field value defined as follows:
1297 ret1 CCB state
1357 ret1 result
1417 ret1 Number of enabled DAX units
/Linux-v4.19/drivers/net/ethernet/ibm/
Dibmveth.c865 long ret1, ret2; in ibmveth_set_tso() local
884 ret1 = h_illan_attributes(adapter->vdev->unit_address, 0, 0, &ret_attr); in ibmveth_set_tso()
886 if (ret1 == H_SUCCESS && (ret_attr & IBMVETH_ILLAN_LRG_SND_SUPPORT) && in ibmveth_set_tso()

12