/linux/tools/testing/selftests/bpf/progs/ |
H A D | kfunc_module_order.c | 11 int ret1, ret2; in call_kfunc_xy() local 13 ret1 = bpf_test_modorder_retx(); in call_kfunc_xy() 16 return ret1 == 'x' && ret2 == 'y' ? 0 : -1; in call_kfunc_xy() 22 int ret1, ret2; in call_kfunc_yx() local 24 ret1 = bpf_test_modorder_rety(); in call_kfunc_yx() 27 return ret1 == 'y' && ret2 == 'x' ? 0 : -1; in call_kfunc_yx()
|
H A D | bpf_iter_test_kern4.c | 13 volatile const __u32 ret1; variable 39 if (ret1) in dump_bpf_map()
|
H A D | test_ldsx_insn.c | 21 int done1, done2, ret1, ret2; variable 32 ret1 = 1; in rdonly_map_prog()
|
/linux/sound/soc/sof/intel/ |
H A D | hda-loader.c | 345 int ret, ret1; in hda_dsp_cl_boot_firmware_iccmax() local 369 ret1 = hda_cl_cleanup(sdev->dev, &dmab_bdl, iccmax_stream); in hda_dsp_cl_boot_firmware_iccmax() 370 if (ret1 < 0) { in hda_dsp_cl_boot_firmware_iccmax() 375 ret = ret1; in hda_dsp_cl_boot_firmware_iccmax() 412 int ret, ret1, i; in hda_dsp_cl_boot_firmware() local 517 ret1 = hda_cl_cleanup(sdev->dev, &dmab, hext_stream); in hda_dsp_cl_boot_firmware() 518 if (ret1 < 0) { in hda_dsp_cl_boot_firmware() 523 ret = ret1; in hda_dsp_cl_boot_firmware() 549 int ret, ret1; in hda_dsp_ipc4_load_library() local 622 ret1 = hda_cl_trigger(sdev->dev, hext_stream, SNDRV_PCM_TRIGGER_STOP); in hda_dsp_ipc4_load_library() [all …]
|
/linux/arch/alpha/kernel/ |
H A D | srm_env.c | 95 unsigned long ret1, ret2; in srm_env_proc_write() local 109 ret1 = callback_setenv(id, buf, count); in srm_env_proc_write() 110 if ((ret1 >> 61) == 0) { in srm_env_proc_write() 114 res = (int) ret1; in srm_env_proc_write()
|
/linux/net/wireless/ |
H A D | ap.c | 66 int ret1 = ___cfg80211_stop_ap(rdev, dev, link, notify); in cfg80211_stop_ap() local 68 if (ret1) in cfg80211_stop_ap() 69 ret = ret1; in cfg80211_stop_ap()
|
/linux/tools/perf/util/ |
H A D | pmus.c | 535 int ret1, ret2 = 0; in build_format_string() local 546 ret1 = strbuf_addf(&args->long_string, "%s", name); in build_format_string() 550 ret1 = strbuf_addf(&args->long_string, "%s=0..0x%llx", name, in build_format_string() 557 ret1 = strbuf_addf(&args->long_string, "%s=0..%llu", name, in build_format_string() 564 return ret1 < 0 ? ret1 : (ret2 < 0 ? ret2 : 0); in build_format_string()
|
/linux/drivers/cpufreq/ |
H A D | imx6q-cpufreq.c | 159 int ret1; in imx6q_set_target() local 162 ret1 = regulator_set_voltage_tol(arm_reg, volt_old, 0); in imx6q_set_target() 163 if (ret1) in imx6q_set_target() 165 "failed to restore vddarm voltage: %d\n", ret1); in imx6q_set_target()
|
/linux/sound/soc/codecs/ |
H A D | rt711-sdca-sdw.c | 403 int ret1, ret2; in rt711_sdca_dev_system_suspend() local 415 ret1 = sdw_update_no_pm(slave, SDW_SCP_SDCA_INTMASK1, in rt711_sdca_dev_system_suspend() 421 if (ret1 < 0 || ret2 < 0) { in rt711_sdca_dev_system_suspend()
|
H A D | rt722-sdca-sdw.c | 434 int ret1, ret2; in rt722_sdca_dev_system_suspend() local 446 ret1 = sdw_update_no_pm(slave, SDW_SCP_SDCA_INTMASK1, in rt722_sdca_dev_system_suspend() 452 if (ret1 < 0 || ret2 < 0) { in rt722_sdca_dev_system_suspend()
|
H A D | alc5632.c | 1109 int ret, ret1, ret2; in alc5632_i2c_probe() local 1127 ret1 = regmap_read(alc5632->regmap, ALC5632_VENDOR_ID1, &vid1); in alc5632_i2c_probe() 1129 if (ret1 != 0 || ret2 != 0) { in alc5632_i2c_probe() 1131 "Failed to read chip ID: ret1=%d, ret2=%d\n", ret1, ret2); in alc5632_i2c_probe()
|
H A D | rt712-sdca-sdw.c | 423 int ret1, ret2; in rt712_sdca_dev_system_suspend() local 435 ret1 = sdw_update_no_pm(slave, SDW_SCP_SDCA_INTMASK1, in rt712_sdca_dev_system_suspend() 441 if (ret1 < 0 || ret2 < 0) { in rt712_sdca_dev_system_suspend()
|
/linux/arch/sparc/kernel/ |
H A D | head_64.S | 179 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
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_xgmi.c | 1442 int ret1, ret2; in amdgpu_ras_error_inject_xgmi() local 1449 ret1 = amdgpu_dpm_set_pm_policy(adev, PP_PM_POLICY_XGMI_PLPD, XGMI_PLPD_DISALLOW); in amdgpu_ras_error_inject_xgmi() 1450 if (ret1 && ret1 != -EOPNOTSUPP) in amdgpu_ras_error_inject_xgmi() 1458 ret1 = amdgpu_dpm_set_pm_policy(adev, PP_PM_POLICY_XGMI_PLPD, XGMI_PLPD_DEFAULT); in amdgpu_ras_error_inject_xgmi() 1459 if (ret1 && ret1 != -EOPNOTSUPP) in amdgpu_ras_error_inject_xgmi()
|
/linux/sound/soc/sh/ |
H A D | fsi.c | 584 int ret1, ret2; in fsi_stream_probe() local 587 ret1 = fsi_stream_handler_call(io, probe, fsi, io, dev); in fsi_stream_probe() 592 if (ret1 < 0) in fsi_stream_probe() 593 return ret1; in fsi_stream_probe() 603 int ret1, ret2; in fsi_stream_remove() local 606 ret1 = fsi_stream_handler_call(io, remove, fsi, io); in fsi_stream_remove() 611 if (ret1 < 0) in fsi_stream_remove() 612 return ret1; in fsi_stream_remove()
|
/linux/Documentation/translations/zh_CN/arch/parisc/ |
H A D | registers.rst | 145 这俩是ret0和ret1。它们是你传入返回值的地方。r28是主返回值。当返回
|
/linux/Documentation/translations/zh_TW/arch/parisc/ |
H A D | registers.rst | 145 這倆是ret0和ret1。它們是你傳入返回值的地方。r28是主返回值。當返回
|
/linux/drivers/net/dsa/qca/ |
H A D | qca8k-8xxx.c | 630 int ret, ret1; in qca8k_phy_eth_command() local 725 ret = read_poll_timeout(qca8k_phy_eth_busy_wait, ret1, in qca8k_phy_eth_command() 730 if (ret < 0 && ret1 < 0) { in qca8k_phy_eth_command() 731 ret = ret1; in qca8k_phy_eth_command() 798 int ret, ret1; in qca8k_mdio_busy_wait() local 802 ret = read_poll_timeout(qca8k_mii_read_hi, ret1, !(val & mask), 0, in qca8k_mdio_busy_wait() 809 if (ret < 0 && ret1 < 0) in qca8k_mdio_busy_wait() 810 return ret1; in qca8k_mdio_busy_wait()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_ldsx_insn.c | 37 ASSERT_EQ(skel->bss->ret1, 1, "ret1"); in test_map_val_and_probed_memory()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | port.c | 901 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()
|
/linux/drivers/remoteproc/ |
H A D | ti_k3_r5_remoteproc.c | 1227 int ret, ret1; in k3_r5_cluster_rproc_init() local 1324 ret1 = rproc_detach(rproc); in k3_r5_cluster_rproc_init() 1325 if (ret1) { in k3_r5_cluster_rproc_init() 1327 ret1); in k3_r5_cluster_rproc_init() 1328 return ret1; in k3_r5_cluster_rproc_init()
|
/linux/fs/gfs2/ |
H A D | file.c | 748 int ret = 0, ret1 = 0; in gfs2_fsync() local 751 ret1 = filemap_fdatawrite_range(mapping, start, end); in gfs2_fsync() 752 if (ret1 == -EIO) in gfs2_fsync() 753 return ret1; in gfs2_fsync() 775 return ret ? ret : ret1; in gfs2_fsync()
|
/linux/sound/pci/ac97/ |
H A D | ac97_patch.c | 2258 int ret1; in snd_ac97_ad1986_lososel_put() local 2268 ret1 = snd_ac97_update_bits(ac97, AC97_AD_MISC, AC97_AD1986_SOSEL, in snd_ac97_ad1986_lososel_put() 2272 if (ret1 < 0) in snd_ac97_ad1986_lososel_put() 2273 return ret1; in snd_ac97_ad1986_lososel_put() 2275 return (ret0 > 0 || ret1 > 0) ? 1 : 0; in snd_ac97_ad1986_lososel_put() 2294 int ret1; in snd_ac97_ad1986_spread_put() local 2304 ret1 = snd_ac97_update_bits(ac97, AC97_AD_MISC, AC97_AD1986_SOSEL, in snd_ac97_ad1986_spread_put() 2308 if (ret1 < 0) in snd_ac97_ad1986_spread_put() 2309 return ret1; in snd_ac97_ad1986_spread_put() 2311 return (ret0 > 0 || ret1 > 0) ? 1 : 0; in snd_ac97_ad1986_spread_put()
|
/linux/arch/s390/mm/ |
H A D | extmem.c | 134 unsigned long *ret1, unsigned long *ret2) in dcss_diag() argument 148 *ret1 = rx; in dcss_diag()
|
/linux/drivers/media/platform/qcom/venus/ |
H A D | hfi_venus.c | 1018 int ret1, ret2; in venus_are_queues_empty() local 1020 ret1 = venus_get_queue_size(hdev, IFACEQ_MSG_IDX); in venus_are_queues_empty() 1021 if (ret1 < 0) in venus_are_queues_empty() 1022 return ret1; in venus_are_queues_empty() 1028 if (!ret1 && !ret2) in venus_are_queues_empty()
|