Lines Matching refs:ret
121 u16 ret, val;
124 ret = val & mask;
128 return ret;
440 int ret;
451 ret = xgene_hwmon_get_notification_msg(ctx,
453 if (ret < 0)
594 static void xgene_hwmon_tx_done(struct mbox_client *cl, void *msg, int ret)
596 if (ret) {
597 dev_dbg(cl->dev, "TX did not complete: CMD sent:%x, ret:%d\n",
598 *(u16 *)msg, ret);
600 dev_dbg(cl->dev, "TX completed. CMD sent:%x, ret:%d\n",
601 *(u16 *)msg, ret);