Lines Matching defs:ret

4597   SANE_Int ret;
4603 ret = ERROR;
4623 ret = Write_Byte (dev->usb_handle, 0xe800, e800);
4631 DBG (DBG_FNC, "- RTS_Execute: %i\n", ret);
4633 return ret;
5139 SANE_Int ret;
5141 ret = 3;
5148 ret = 0;
5151 ret = 0;
5154 ret = 0;
5157 ret);
5159 return ret;
5257 SANE_Int ret = 0;
5266 ret = (ret << 8) + b;
5269 return ret;
10857 SANE_Byte ret;
10863 ret = 0;
10867 ret = 1;
10871 ret = 1;
10876 mygain = get_value (SCAN_PARAM, iValue, ret, usbfile);
10877 ret = 0;
10895 ret = ((RTS_Debug->usbtype != USB11) && (mygain != 0)) ? 1 : 0;
10908 ret = (mygain != 0) ? 1 : 0;
10910 ret = (resolution == 100) ? 1 : 0;
10914 ret = 0;
10934 ret = ((RTS_Debug->usbtype != USB11) && (mygain != 0)) ? 1 : 0;
10947 ret = ((RTS_Debug->usbtype != USB11) && (mygain != 0)) ? 1 : 0;
10952 ret = 0;
10958 resolution, dbg_scantype (scantype), ret);
10960 return ret;
11325 SANE_Int ret;
11329 ret = OK;
11332 while ((channel < 3) && (ret == OK))
11342 ret = ERROR;
11352 ret = ERROR;
11357 return ret;
11364 SANE_Int ebp, ret, channel;
11366 ret = ERROR;
11382 ret = OK;
11390 while ((channel < 3) && (ret == OK))
11406 ret = OK;
11416 ret);
11418 return ret;
11913 SANE_Int ret = ERROR;
11979 ret =
11982 if (ret == OK)
12054 DBG (DBG_FNC, "- Calib_PAGain: %i\n", ret);
12056 return ret;
12062 SANE_Int ret;
12064 if (Read_Word (dev->usb_handle, 0xfe3c, &ret) == OK)
12065 ret = _B0 (ret);
12067 ret = 0;
12069 DBG (DBG_FNC, "> Chipset_ID(): %i\n", ret);
12071 return ret;
12091 SANE_Int ret = OK;
12102 ret = ERROR;
12113 ret = OK;
12119 DBG (DBG_FNC, "- Refs_Load(y=%i, x=%i) : %i\n", *y, *x, ret);
12121 return ret;
12127 SANE_Int ret = OK;
12135 ret = ERROR;
12142 ret = RTS_EEPROM_WriteByte (dev->usb_handle, 0x6e, data);
12147 DBG (DBG_FNC, "- Refs_Save: %i\n", ret);
12149 return ret;