Home
last modified time | relevance | path

Searched refs:ret_tmp (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/of/
H A Ddynamic.c702 int ret, ret_tmp; in __of_changeset_apply_entries() local
712 if (ret_tmp) in __of_changeset_apply_entries()
731 int ret = 0, ret_tmp; in __of_changeset_apply_notify() local
739 if (ret_tmp) in __of_changeset_apply_notify()
740 ret = ret_tmp; in __of_changeset_apply_notify()
806 int ret, ret_tmp; in __of_changeset_revert_entries() local
815 if (ret_tmp) in __of_changeset_revert_entries()
816 *ret_apply = ret_tmp; in __of_changeset_revert_entries()
832 int ret = 0, ret_tmp; in __of_changeset_revert_notify() local
840 if (ret_tmp) in __of_changeset_revert_notify()
[all …]
H A Doverlay.c920 int ret = 0, ret_revert, ret_tmp; in of_overlay_apply() local
954 ret_tmp = overlay_notify(ovcs, OF_OVERLAY_POST_APPLY); in of_overlay_apply()
955 if (ret_tmp) in of_overlay_apply()
957 ret = ret_tmp; in of_overlay_apply()
1191 int ret, ret_apply, ret_tmp; in of_overlay_remove() local
1237 ret_tmp = overlay_notify(ovcs, OF_OVERLAY_POST_REMOVE); in of_overlay_remove()
1238 if (ret_tmp) in of_overlay_remove()
1240 ret = ret_tmp; in of_overlay_remove()
/linux-6.15/sound/soc/fsl/
H A Dfsl_qmc_audio.c670 int ret_tmp; in qmc_dai_trigger() local
700 ret_tmp = qmc_chan_stop(qmc_dai->chans[i].qmc_chan, direction); in qmc_dai_trigger()
702 ret = ret_tmp; in qmc_dai_trigger()
703 if (ret_tmp) in qmc_dai_trigger()
706 ret_tmp = qmc_chan_reset(qmc_dai->chans[i].qmc_chan, direction); in qmc_dai_trigger()
708 ret = ret_tmp; in qmc_dai_trigger()
718 ret_tmp = qmc_chan_stop(qmc_dai->chans[i].qmc_chan, direction); in qmc_dai_trigger()
720 ret = ret_tmp; in qmc_dai_trigger()