Lines Matching refs:retval
100 int retval;
110 retval = sst_fill_stream_params(cstream, ctx, &str_params, true);
111 pr_debug("compr_set_params: fill stream params ret_val = 0x%x\n", retval);
112 if (retval < 0)
113 return retval;
159 retval = stream->compr_ops->open(sst->dev, &str_params, &cb);
160 if (retval < 0) {
161 pr_err("stream allocation failed %d\n", retval);
162 return retval;
165 stream->id = retval;