Lines Matching defs:ret
32 int ret = 0;
55 ret = mmc->ops->request_atomic(mmc, hsq->mrq);
68 if (ret == -EBUSY)
71 WARN_ON_ONCE(ret);
254 static bool mmc_hsq_queue_is_idle(struct mmc_hsq *hsq, int *ret)
263 *ret = hsq->recovery_halt ? -EBUSY : 0;
274 int ret;
277 mmc_hsq_queue_is_idle(hsq, &ret));
279 return ret;
286 int ret;
297 ret = wait_event_timeout(hsq->wait_queue,
298 mmc_hsq_queue_is_idle(hsq, &ret),
300 if (ret == 0) {