Lines Matching refs:USB_Handle

165 static SANE_Byte RTS_Sensor_Type (USB_Handle usb_handle);
189 static SANE_Int RTS_EEPROM_ReadByte (USB_Handle usb_handle, SANE_Int address,
191 static SANE_Int RTS_EEPROM_ReadInteger (USB_Handle usb_handle,
193 static SANE_Int RTS_EEPROM_ReadWord (USB_Handle usb_handle, SANE_Int address,
195 static SANE_Int RTS_EEPROM_WriteBuffer (USB_Handle usb_handle,
198 static SANE_Int RTS_EEPROM_WriteByte (USB_Handle usb_handle, SANE_Int address,
200 static SANE_Int RTS_EEPROM_WriteInteger (USB_Handle usb_handle,
202 static SANE_Int RTS_EEPROM_WriteWord (USB_Handle usb_handle, SANE_Int address,
231 static SANE_Int RTS_ReadRegs (USB_Handle usb_handle, SANE_Byte * buffer);
232 static SANE_Int RTS_WriteRegs (USB_Handle usb_handle, SANE_Byte * buffer);
279 static void SetLock (USB_Handle usb_handle, SANE_Byte * Regs,
739 RTS_WriteRegs (USB_Handle usb_handle, SANE_Byte * buffer)
752 RTS_ReadRegs (USB_Handle usb_handle, SANE_Byte * buffer)
765 SetLock (USB_Handle usb_handle, SANE_Byte * Regs, SANE_Byte Enable)
1070 RTS_Sensor_Type (USB_Handle usb_handle)
14304 RTS_EEPROM_WriteByte (USB_Handle usb_handle, SANE_Int address, SANE_Byte data)
14319 RTS_EEPROM_ReadWord (USB_Handle usb_handle, SANE_Int address, SANE_Int * data)
14333 RTS_EEPROM_ReadByte (USB_Handle usb_handle, SANE_Int address,
14348 RTS_EEPROM_WriteWord (USB_Handle usb_handle, SANE_Int address, SANE_Int data)
14363 RTS_EEPROM_ReadInteger (USB_Handle usb_handle, SANE_Int address,
14378 RTS_EEPROM_WriteInteger (USB_Handle usb_handle, SANE_Int address,
14393 RTS_EEPROM_WriteBuffer (USB_Handle usb_handle, SANE_Int address,