Lines Matching defs:value
28 * - usbio_ResetLM983x() checks for reg7 value before writing
84 #define usbio_ReadReg(fd, reg, value) \
85 sanei_lm983x_read (fd, reg, value, 1, 0)
244 * @param value -
248 SANE_Byte reg, SANE_Byte value )
256 sanei_lm983x_write_byte( handle, reg, value );
269 if( data == value ) {
282 SANE_Byte value;
287 res = usbio_ReadReg(fd, 0x69, &value);
293 value &= 7;
295 *version = value;
301 switch((SANE_Int)value ) {
308 default: DBG( _DBG_INFO, "Unknown chip v%d", value );
323 SANE_Byte value;
332 _UIO( usbio_ReadReg( dev->fd, 0x07, &value));
333 if (value != 0) {
335 "successful, status=%d\n", value );
340 _UIO( usbio_ReadReg( dev->fd, 0x07, &value));
341 if (value != 0 ) {