Lines Matching defs:ret
94 int i, ret;
97 ret = usb_urb_reconfig(stream, props);
98 if (ret < 0)
99 return ret;
104 ret = usb_submit_urb(stream->urb_list[i], GFP_ATOMIC);
105 if (ret) {
110 return ret;
309 int ret;
325 ret = usb_alloc_stream_buffers(stream, stream->props.count,
327 if (ret < 0)
328 return ret;
332 ret = usb_alloc_stream_buffers(stream, stream->props.count,
335 if (ret < 0)
336 return ret;