Lines Matching refs:ret
157 int ret = 0;
197 ret = au1550nd_waitrdy(this, instr->ctx.waitrdy.timeout_ms);
206 return ret;
215 int ret;
226 ret = au1550nd_exec_instr(this, &op->instrs[i]);
227 if (ret)
236 return ret;
260 int ret, cs;
275 ret = -ENODEV;
280 ret = -ENOMEM;
287 ret = -ENODEV;
299 ret = -ENODEV;
318 ret = nand_scan(this, 1);
319 if (ret) {
320 dev_err(&pdev->dev, "NAND scan failed with %d\n", ret);
336 return ret;
344 int ret;
346 ret = mtd_device_unregister(nand_to_mtd(chip));
347 WARN_ON(ret);