Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/of/
Ddynamic.c702 int ret, ret_tmp; in __of_changeset_apply_entries() local
711 ret_tmp = __of_changeset_entry_revert(ce); in __of_changeset_apply_entries()
712 if (ret_tmp) in __of_changeset_apply_entries()
713 *ret_revert = ret_tmp; in __of_changeset_apply_entries()
731 int ret = 0, ret_tmp; in __of_changeset_apply_notify() local
738 ret_tmp = __of_changeset_entry_notify(ce, 0); in __of_changeset_apply_notify()
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
814 ret_tmp = __of_changeset_entry_apply(ce); in __of_changeset_revert_entries()
[all …]
Doverlay.c915 int ret = 0, ret_revert, ret_tmp; in of_overlay_apply() local
949 ret_tmp = overlay_notify(ovcs, OF_OVERLAY_POST_APPLY); in of_overlay_apply()
950 if (ret_tmp) in of_overlay_apply()
952 ret = ret_tmp; in of_overlay_apply()
1186 int ret, ret_apply, ret_tmp; in of_overlay_remove() local
1232 ret_tmp = overlay_notify(ovcs, OF_OVERLAY_POST_REMOVE); in of_overlay_remove()
1233 if (ret_tmp) in of_overlay_remove()
1235 ret = ret_tmp; in of_overlay_remove()
/linux-6.12.1/sound/soc/fsl/
Dfsl_qmc_audio.c667 int ret_tmp; in qmc_dai_trigger() local
697 ret_tmp = qmc_chan_stop(qmc_dai->chans[i].qmc_chan, direction); in qmc_dai_trigger()
699 ret = ret_tmp; in qmc_dai_trigger()
700 if (ret_tmp) in qmc_dai_trigger()
703 ret_tmp = qmc_chan_reset(qmc_dai->chans[i].qmc_chan, direction); in qmc_dai_trigger()
705 ret = ret_tmp; in qmc_dai_trigger()
715 ret_tmp = qmc_chan_stop(qmc_dai->chans[i].qmc_chan, direction); in qmc_dai_trigger()
717 ret = ret_tmp; in qmc_dai_trigger()