Lines Matching refs:data
529 mustek_scsi_pp_send_data_block (int fd, const u_char * data, int len)
547 if (mustek_scsi_pp_send_command_byte (fd, data[i]) != SANE_STATUS_GOOD)
551 i, data[i]);
554 checksum += data[i];
782 * Send the command itself in one block, then any extra input data in a second
812 DBG (5, "mustek_scsi_pp_cmd: sending data block of length %lu\n",
821 DBG (2, "mustek_scsi_pp_cmd: sending data block failed\n");
831 /* check buffer is big enough to receive data */
840 "mustek_scsi_pp_cmd: buffer (size %lu) not big enough for data (size %d)\n",
848 DBG (2, "mustek_scsi_pp_cmd: error reading data block\n");