Lines Matching refs:RTS_EEPROM_WriteByte
198 static SANE_Int RTS_EEPROM_WriteByte (USB_Handle usb_handle, SANE_Int address,
1910 rst = RTS_EEPROM_WriteByte (dev->usb_handle, 0x0077, data);
2450 if (RTS_EEPROM_WriteByte (dev->usb_handle, 0x007b, mypwm) == OK)
2470 RTS_EEPROM_WriteByte (dev->usb_handle, 0x7b, ((fixedpwm << 2) | 0x80));
4079 rst = RTS_EEPROM_WriteByte (dev->usb_handle, 0x76, 0);
11220 rst = RTS_EEPROM_WriteByte (dev->usb_handle, 0x78, data);
11890 rst = RTS_EEPROM_WriteByte (dev->usb_handle, 0x76, crc);
12142 ret = RTS_EEPROM_WriteByte (dev->usb_handle, 0x6e, data);
14304 RTS_EEPROM_WriteByte (USB_Handle usb_handle, SANE_Int address, SANE_Byte data)
14308 DBG (DBG_FNC, "+ RTS_EEPROM_WriteByte(address=%04x, data=%i):\n", address,
14313 DBG (DBG_FNC, "- RTS_EEPROM_WriteByte: %i\n", rst);