Lines Matching defs:ret
39 int ret = PUSH_WAIT(push, 8);
40 if (ret == 0) {
55 return ret;
62 int ret = PUSH_WAIT(push, 7);
63 if (ret == 0) {
76 return ret;
132 int ret;
147 ret = nouveau_vma_new(priv->bo, chan->vmm, &fctx->vma);
150 if (ret)
152 return ret;
201 int ret;
225 ret = nouveau_bo_new(&drm->client, 16 * drm->chan_total, 0,
227 if (ret == 0) {
228 ret = nouveau_bo_pin(priv->bo, domain, false);
229 if (ret == 0) {
230 ret = nouveau_bo_map(priv->bo);
231 if (ret)
234 if (ret)
238 if (ret)
240 return ret;