Lines Matching refs:ret
56 int ret;
58 ret = -EINVAL;
105 ret = 0;
107 return ret;
182 int ret;
184 ret = 0;
189 ret = au1xpsc_i2s_configure(pscdata);
190 if (ret)
207 ret = -ETIMEDOUT;
210 return ret;
240 int ret, stype = substream->stream;
245 ret = au1xpsc_i2s_start(pscdata, stype);
249 ret = au1xpsc_i2s_stop(pscdata, stype);
252 ret = -EINVAL;
254 return ret;